You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Zephyr team,
I’m working with the iso_connected_benchmark sample and trying to test it using a Zephyr host-only build. I’m using NXP’s IW612 Bluetooth SoC with prebuilt controller firmware that supports ISO features.
I’ve manually enabled the following configs in the Kconfig file to allow Zephyr to send ISO-related HCI commands:
However, I’m unsure about the correct procedure to test this sample in a host-only setup.
What I’ve observed so far:
With the default application, after ACL connection, the Supported Features exchange does not happen, which results in failure during ISO channel establishment and CIS setup.
When I enable the above configs, the Supported Features exchange occurs, and ISO channel establishment and CIS setup succeed.
Other samples like broadcast and unicast work fine, but iso_connected_benchmark fails unless ISO setup is correctly triggered.
My Questions:
What is the recommended way to test iso_connected_benchmark when building only the Zephyr host?
Is there a reference setup or board configuration that demonstrates host-only ISO testing with an external controller like NXP’s IW612?
What is the significance of following configs in host-only builds when using an external controller that supports ISO?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Zephyr team,
I’m working with the iso_connected_benchmark sample and trying to test it using a Zephyr host-only build. I’m using NXP’s IW612 Bluetooth SoC with prebuilt controller firmware that supports ISO features.
I’ve manually enabled the following configs in the Kconfig file to allow Zephyr to send ISO-related HCI commands:
However, I’m unsure about the correct procedure to test this sample in a host-only setup.
What I’ve observed so far:
My Questions:
Environment:
Host: Zephyr
Board: NXP IMXRT1060-EVKC
Controller: NXP IW612
Beta Was this translation helpful? Give feedback.
All reactions