Hello,
I am new to Bluetooth. I have two nrf5340 LE Audio SDKs which I have been able to configure and use as gateway and headset (walkie talkie, USB, and line-in, CIS and BIS). Now the next step is I want to connect the gateway to a third party headset or ear bud to stream audio. I connected the gateway to the serial terminal on my PC through NRF connect which prints out the following at startup. I have not been able to connect to any earbuds (classic or BLE). I have tried earbuds with BT 5.0, 5.1, and 5.3. Seems the gateway needs to provide a list of connectable devices to choose from. How is this done?
*** Booting nRF Connect SDK v2.9.0-7787b2649840 ***
*** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
GW [00:00:00.269,836] <inf> board_version: Compatible board/HW version found: 1.0.0
GW [00:00:00.304,321] <inf> sd_card: SD card volume size: 30941380608 B
GW [00:00:00.308,166] <inf> fw_info:
nRF5340 Audio nRF5340 Audio DK cpuapp
NCS base version: 2.9.0
Cmake run : Tue Mar 04 09:59:45 2025
GW [00:00:00.308,166] <inf> fw_info: ------- DEBUG BUILD -------
GW [00:00:00.308,166] <inf> fw_info: Compiled for GATEWAY device
GW [00:00:00.338,500] <inf> bt_mgmt_ctlr_cfg: Controller: SoftDevice: Version 6.0 (0x0e), Revision 8299
GW [00:00:00.338,714] <inf> bt_mgmt: Local identity addr: CF:33:22:1D:A1:B8 (random)
GW [00:00:00.366,882] <inf> broadcast_source: Enabling broadcast_source 0
GW [00:00:00.369,567] <inf> main: Broadcast source: NRF5340_BROADCASTER started
GW [00:00:00.370,666] <inf> bt_mgmt_adv: Local addr: 35:E1:69:8E:57:04 (random)
GW [00:00:00.372,711] <inf> main: Ext adv ready
GW [00:00:00.373,443] <inf> bt_mgmt_adv: Advertising successfully started
GW [00:00:00.381,286] <inf> broadcast_source: Broadcast source 0x2000da8c started
GW [00:00:00.381,317] <inf> le_audio: LC3 codec config for source:
GW [00:00:00.381,317] <inf> le_audio: Frequency: 48000 Hz
GW [00:00:00.381,317] <inf> le_audio: Duration: 10000 us
GW [00:00:00.381,317] <inf> le_audio: Channel allocation: 0x1
GW [00:00:00.381,347] <inf> le_audio: Octets per frame: 120 (96000 bps)
GW [00:00:00.381,347] <inf> le_audio: Frames per SDU: 1
GW [00:00:00.381,774] <inf> broadcast_source: Broadcast source 0x2000dab4 started
GW [00:00:00.381,805] <inf> le_audio: LC3 codec config for source:
GW [00:00:00.381,805] <inf> le_audio: Frequency: 48000 Hz
GW [00:00:00.381,805] <inf> le_audio: Duration: 10000 us
GW [00:00:00.381,805] <inf> le_audio: Channel allocation: 0x2
GW [00:00:00.381,805] <inf> le_audio: Octets per frame: 120 (96000 bps)
GW [00:00:00.381,805] <inf> le_audio: Frames per SDU: 1
GW [00:00:00.409,301] <inf> audio_datapath: Drft comp state: CALIB
GW [00:00:00.509,277] <inf> audio_datapath: Drft comp state: INIT
GW [00:00:00.510,284] <inf> audio_datapath: Drft comp state: CALIB
GW [00:00:00.610,290] <inf> audio_datapath: Drft comp state: OFFSET
GW [00:00:01.010,559] <inf> audio_datapath: Drft comp state: LOCKED
Thank you,
Rich