nRF5340 Audio: Unicast Client Discovery Fails with -12 When Connecting to Headset

Hi Nordic team,

I'm working with the nrf5340_audio source code from the nRF Connect SDK and have compiled the project as a gateway. When I try to connect to a headset, I'm seeing the following logs:

-- [00:01:11.738,037] <inf> main: Received Command: connect AC:BF:71:77:35:D2 
-- [00:01:11.738,067] <inf> main: MAC address AC:BF:71:77:35:D2 is valid.
-- [00:01:11.738,098] <inf> main: Attempting to connect to AC:BF:71:77:35:D2...
-- [00:01:11.738,098] <inf> bt_mgmt_scan: Scanning started...
-- [00:01:12.042,724] <inf> bt_mgmt_scan: Device found: AC:BF:71:77:35:D2 (public) (Type: Public, RSSI: -52 dBm)
-- [00:01:16.739,135] <inf> bt_mgmt_scan: Device is advertising with type: Public
-- [00:01:16.739,776] <inf> bt_mgmt: Connection initiated index : 0 
Sending UART Response: connect AC:BF:71:77:35:D2
-- [00:01:16.808,563] <inf> bt_mgmt: MTU exchanged: 23/23
-- [00:01:16.808,746] <inf> bt_mgmt: Connected: AC:BF:71:77:35:D2 (public) (index 0)
-- [00:01:16.808,776] <inf> main: Connection event. Num connections: 1
Sending UART Response: Success: Connected Successfully OKEY
-- [00:01:16.812,011] <inf> bt_mgmt: Security level: 1
-- [00:01:17.060,394] <inf> bt_mgmt: MTU exchanged: 247/65
-- [00:01:17.110,931] <inf> bt_mgmt: Pairing request from AC:BF:71:77:35:D2 (public)
-- [00:01:17.110,931] <inf> bt_mgmt: Initiator key distribution: 0x03
-- [00:01:17.110,931] <inf> bt_mgmt: Responder key distribution: 0x03
-- [00:01:17.920,410] <inf> bt_mgmt: Security changed: AC:BF:71:77:35:D2 (public) level 2
-- [00:01:17.920,440] <inf> main: Security changed
-- [00:01:17.972,747] <inf> bt_mgmt: Pairing complete with AC:BF:71:77:35:D2 (public) (Bonded: Yes)
Security level: 2
-- [00:01:17.980,590] <wrn> unicast_client: Got err: 0 from conn: 0x200047c8
-- [00:01:18.170,257] <inf> bt_vol_ctlr: VCS discover finished
-- [00:01:19.380,310] <wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default
-- [00:01:19.580,261] <wrn> bt_bap_unicast_client: No space left to parse ASE
-- [00:01:19.580,261] <err> unicast_client: Discovery failed: -12

From what I understand, the -12 error is -ENOMEM (Not enough core ) , but I’m not sure why this is happening.

How can I resolve this issue?

Is it related to buffer size or too many ASEs from the headset?

Any suggestions would be appreciated.

Thanks!

 

Parents
  • Hi,

    Are you using an Audio DK for this? Is this the default nrf5340_audio application/sample? What NCS version are you using? 

    And is the headset another a DK, a custom board, or an actual headset supporting LE Audio?

    Regards,

    Elfving

  • Hi,
    Thanks for the response.

    Are you using an Audio DK for this? Is this the default nrf5340_audio application/sample? What NCS version are you using? 

    Yes, I am using the nRF5340 Audio DK and running the default nrf5340_audio sample application compiled in gateway mode. The NCS version I’m using is v2.9.0.

    And is the headset another a DK, a custom board, or an actual headset supporting LE Audio?

    As for the headset, I’m using an actual LE Audio headset (not a DK or custom board).as I need to test with different LE Audio headsets.


    Best regards,
    Yash

  • Hi Elfving,

    Thanks for the suggestion!
    I tried adding the following configs as you suggested:

    CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT=20

    CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT=20

    However, after doing that, I now get the following error during runtime:

    -- [00:00:00.261,016] <inf> main: Starting BLE Client on nRF5340
    -- [00:00:00.272,033] <inf> board_version: Compatible board/HW version found: 1.1.0
    -- [00:00:00.496,948] <inf> bt_mgmt: Bluetooth initialized
    -- [00:00:00.499,145] <inf> bt_mgmt: Successfully registered all callbacks
    -- [00:00:00.500,152] <inf> bt_mgmt: Bluetooth started successfully.
    -- [00:00:00.502,349] <inf> bt_mgmt_adv: Advertising started
    -- [00:00:01.004,333] <inf> audio_usb: Ready for USB host to send/receive.
    -- [00:00:25.561,248] <inf> main: Received Command: connect AC:BF:21:51:25:40
    
    -- [00:00:25.561,309] <inf> main: MAC address AC:BF:21:51:25:40 is valid.
    
    -- [00:00:25.561,309] <inf> main: Attempting to connect to AC:BF:21:51:25:40
    
    -- [00:00:25.561,340] <inf> bt_mgmt_scan: Scanning started...
    -- [00:00:25.607,299] <inf> bt_mgmt_scan: Device found: AC:BF:21:51:25:40 (public) (Type: Public, RSSI: -61 dBm)
    
    -- [00:00:30.562,408] <inf> bt_mgmt_scan: Device is advertising with type: Public
    -- [00:00:30.563,049] <inf> bt_mgmt: Connection initiated index : 0 
                                                                         
    Sending UART Response: connect AC:BF:21:51:25:40
    UART TX Done
    -- [00:00:31.307,800] <inf> bt_mgmt: MTU exchanged: 23/23
    
    -- [00:00:31.308,013] <inf> bt_mgmt: Connected:  AC:BF:21:51:25:40 (public) (index 0)
    -- [00:00:31.308,044] <inf> main: Connection event. Num connections: 1
    -- [00:00:31.311,279] <inf> bt_mgmt: Security level: 1
    -- [00:00:31.710,021] <inf> bt_mgmt: MTU exchanged: 247/65
    -- [00:00:31.759,735] <inf> bt_mgmt: Pairing request from AC:BF:21:51:25:40 (public)
    -- [00:00:31.759,735] <inf> bt_mgmt: Initiator key distribution: 0x03
    -- [00:00:31.759,765] <inf> bt_mgmt: Responder key distribution: 0x03
    -- [00:00:32.599,578] <inf> bt_mgmt: Security changed: AC:BF:21:51:25:40 (public) level 2
    -- [00:00:32.599,609] <inf> main: Security changed
    -- [00:00:32.642,913] <inf> bt_mgmt: Pairing complete with AC:BF:21:51:25:40 (public) (Bonded: Yes)
    
    Security level: 2
    -- [00:00:32.651,123] <wrn> unicast_client: Got err: 0 from conn: 0x20004908
    -- [00:00:32.799,438] <inf> bt_vol_ctlr: VCS discover finished
    -- [00:00:33.649,291] <inf> unicast_client: location_cb : dir 1 loc 3
    
    -- [00:00:33.819,366] <inf> unicast_client: conn:AC:BF:21:51:25:40 (public), snk ctx 4039 src ctx 579
    -- [00:00:34.039,337] <inf> unicast_client: Sink #0: ep 0x20006114
    -- [00:00:34.139,343] <inf> unicast_client: Sink #1: ep 0x200061fc
    -- [00:00:34.229,339] <inf> unicast_client: Sink #2: ep 0x200062e4
    -- [00:00:34.329,345] <inf> unicast_client: Sink #3: ep 0x200063cc
    -- [00:00:34.659,271] <inf> unicast_client: Discovered 2 sink endpoint(s) for device 0
    
    -- [00:00:35.199,340] <inf> unicast_client: conn: AC:BF:21:51:25:40 (public), snk ctx 4039 src ctx 579
    -- [00:00:35.399,322] <inf> unicast_client: Source #0: ep 0x200064b4
    -- [00:00:35.519,348] <inf> unicast_client: Source #1: ep 0x2000659c
    -- [00:00:35.849,304] <inf> unicast_client: Discovered 2 source endpoint(s) for device 0
    -- [00:00:35.850,616] <wrn> bt_hci_core: opcode 0x2062 status 0x07 
    -- [00:00:35.850,616] <wrn> bt_iso: Unexpected response to hci_le_set_cig_params
    -- [00:00:35.850,646] <err> bt_bap_unicast_client: bt_iso_cig_create failed: -5
    -- [00:00:35.850,677] <err> unicast_client: Failed to create unicast group: -5
    -- [00:00:35.850,677] <err> unicast_client: Failed to start unicast sink audio: -22

    In my case, the headset exposes 4 sink endpoints and 2 source endpoints, which I assume might be contributing to this issue. It seems like the increased count is causing CIG creation to fail.

    Yes, I am using the nRF5340  for this setup.

    Let me know if there's a recommended way to handle multiple endpoints, or if I should try tuning the count values further.

    Appreciate your help !

    Best regards,
    Yash

  • Hi again Yash, and thanks for waiting during the Easter holidays.

    Has there been any development on this case in the meantime?

    For this testcase, do you happen to be using earbuds from Samsung, and also enabled bidirectional feature? Could you try enabling CONFIG_BT_AUDIO_EP_PRINT=y, and sharing the log again?

    Regards,

    Elfving

  • Hi Elfving,

    Thanks for following up, and hope you had a great Easter break.

    I enabled CONFIG_BT_AUDIO_EP_PRINT=y as you suggested — it printed out the Audio Endpoint Stream information as expected.

    While investigating, I noticed that in unicast_client.c, the following arrays were originally sized based on ARRAY_SIZE(unicast_servers[cig_index][0]):

    struct bt_bap_unicast_group_stream_pair_param pair_params[ARRAY_SIZE(unicast_servers[cig_index][0])];
    struct bt_bap_unicast_group_stream_param group_stream_params[(ARRAY_SIZE(unicast_servers[cig_index][0]) * 2)];
    
     struct bt_bap_unicast_group_param group_param;
    		 for (int i = 0; i < ARRAY_SIZE(group_stream_params); i++)
    		 {
    			 /* Every other stream should be sink or source */
    			 if ((i % 2) == 0)
    			 {
    				 group_stream_params[i].qos = &lc3_preset_sink.qos;
    				 group_stream_params[i].stream =
    					 &unicast_servers[cig_index][0][device_iterator]
    						  .cap_sink_stream.bap_stream;
    			 }
    			 else
    			 {
    				 group_stream_params[i].qos = &lc3_preset_source.qos;
    				 group_stream_params[i].stream =
    					 &unicast_servers[cig_index][0][device_iterator]
    						  .cap_source_stream.bap_stream;
    				 device_iterator++;
    			 }
    		 }
     
    		 for (int i = 0; i < ARRAY_SIZE(pair_params); i++)
    		 {
    			 if (unicast_server->sink_ep)
    			 {
    				 pair_params[i].tx_param = &group_stream_params[stream_iterator];
    			 }
    			 else
    			 {
    				 pair_params[i].tx_param = NULL;
    			 }
    			 stream_iterator++;
     
    			 if (unicast_server->source_ep)
    			 {
    				 pair_params[i].rx_param = &group_stream_params[stream_iterator];
    			 }
    			 else
    			 {
    				 pair_params[i].rx_param = NULL;
    			 }
     
    			 stream_iterator++;
    		 }
     


    When I increased the sink and source ASE counts, the CIG group creation started failing with an invalid argument error.

    As a workaround for testing, I hardcoded this value.

    With this hardcoded setup, the connection and audio streaming worked fine — it seemed to pick one sink and one source, ignoring the extra discovered ASEs.

    Question :
    How can I properly generalize this so it dynamically handles any number of sink and source ASEs discovered on the headset side, instead of hardcoding array sizes?
    Is there a recommended or clean way to allocate or size these buffers based on the actual number of ASEs discovered, while ensuring bt_bap_unicast_group_create works reliably?


    Additionally, I set the following to enable dual stream support:

    static struct bt_bap_lc3_preset lc3_preset_sink = BT_BAP_LC3_UNICAST_PRESET_NRF5340_AUDIO_SINK_DUAL;
    
    And defined:
    
    #define BT_BAP_LC3_UNICAST_PRESET_NRF5340_AUDIO_SINK_DUAL                     \
        BT_BAP_LC3_PRESET_CONFIGURABLE((BT_AUDIO_LOCATION_FRONT_LEFT | BT_AUDIO_LOCATION_FRONT_RIGHT), \
                                       BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED,           \
                                       CONFIG_BT_AUDIO_BITRATE_UNICAST_SINK)
    


    This seems to enable two streams — one for left and one for right.

    Question:
    Is this the intended behavior — that setting both BT_AUDIO_LOCATION_FRONT_LEFT | BT_AUDIO_LOCATION_FRONT_RIGHT triggers two streams (one for each channel)?
    Or is this behavior dependent on the connected headset's ASE configuration and capabilities?

    -- [00:00:00.260,864] <inf> main: Starting BLE Client on nRF5340
    -- [00:00:00.501,617] <inf> bt_mgmt: Bluetooth initialized
    -- [00:00:00.505,676] <inf> bt_mgmt: Successfully registered all callbacks
    -- [00:00:00.506,683] <inf> bt_mgmt: Bluetooth started successfully.
    -- [00:00:00.508,850] <inf> bt_mgmt_adv: Advertising started
    -- [00:00:14.960,968] <inf> main: Received Command: connect DD:BF:71:23:26:49
    -- [00:00:14.961,029] <inf> main: Attempting to connect to DD:BF:71:23:26:49...
    -- [00:00:14.961,029] <inf> bt_mgmt_scan: Scanning started...
    -- [00:00:15.670,806] <inf> bt_mgmt_scan: Device found: DD:BF:71:23:26:49 (public) (Type: Public, RSSI: -59 dBm)
    -- [00:00:19.962,829] <inf> bt_mgmt: Connection initiated index : 0 
    -- [00:00:20.007,293] <inf> bt_mgmt: MTU exchanged: 23/23
    -- [00:00:20.008,972] <inf> bt_mgmt: Connected: DD:BF:71:23:26:49 (public) (index 0)
    -- [00:00:20.009,002] <inf> main: Connection event. Num connections: 1
    -- [00:00:20.012,237] <inf> bt_mgmt: Security level: 1
    -- [00:00:20.079,040] <inf> bt_mgmt: Security changed: DD:BF:71:23:26:49 (public) level 2
    -- [00:00:20.079,071] <inf> main: Security changed
    -- [00:00:20.118,988] <inf> bt_mgmt: MTU exchanged: 247/65
    -- [00:00:20.278,991] <wrn> unicast_client: Got err: 0 from conn: 0x20004960
    -- [00:00:20.439,208] <inf> bt_vol_ctlr: VCS discover finished
    -- [00:00:20.540,496] <inf> unicast_client: PAC RECORD CB CALLED 
    -- [00:00:20.540,496] <inf> unicast_client: PAC RECORD CB CALLED 
    -- [00:00:20.778,991] <inf> unicast_client: location_cb : dir 1 loc 3
    -- [00:00:20.999,053] <inf> unicast_client: conn: DD:BF:71:23:26:49 (public), snk ctx 4047 src ctx 587
    -- [00:00:21.179,016] <wrn> unicast_client: Endpoint discover : Line : 927: Num Sink endpoint : 536896956
    -- [00:00:21.269,012] <wrn> unicast_client: Num Sink endpoint : 1
    -- [00:00:21.269,012] <wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default
    -- [00:00:21.389,007] <wrn> unicast_client: Num Sink endpoint : 1
    -- [00:00:21.389,007] <wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default
    -- [00:00:21.529,022] <wrn> unicast_client: Num Sink endpoint : 1
    -- [00:00:21.529,022] <wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default
    -- [00:00:21.868,957] <inf> unicast_client: Sink codec index : 0
    -- [00:00:21.868,957] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:21.868,957] <inf> unicast_client: Codec ID          : 0x06
    
    -- [00:00:21.868,988] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:21.868,988] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:21.868,988] <inf> unicast_client: ========================
    
    -- [00:00:21.868,988] <inf> unicast_client: Sink codec index : 1
    -- [00:00:21.868,988] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:21.868,988] <inf> unicast_client: Codec ID          : 0x06
    
    -- [00:00:21.869,018] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:21.869,018] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:21.869,018] <inf> unicast_client: ========================
    
    -- [00:00:21.869,018] <inf> unicast_client: Sink codec index : 2
    -- [00:00:21.869,018] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:21.869,018] <inf> unicast_client: Codec ID          : 0x00
    
    -- [00:00:21.869,049] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:21.869,049] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:21.869,049] <inf> unicast_client: ========================
    
    -- [00:00:21.869,049] <inf> unicast_client: Sink codec index : 3
    -- [00:00:21.869,049] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:21.869,049] <inf> unicast_client: Codec ID          : 0x00
    
    -- [00:00:21.869,079] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:21.869,079] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:21.869,079] <inf> unicast_client: ========================
    
    -- [00:00:21.869,079] <inf> unicast_client: Sink codec index : 4
    -- [00:00:21.869,079] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:21.869,079] <inf> unicast_client: Codec ID          : 0x00
    
    -- [00:00:21.869,110] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:21.869,110] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:21.869,110] <inf> unicast_client: ========================
    
    -- [00:00:21.869,110] <inf> unicast_client: Check codec num caps : 2 
    
    -- [00:00:21.869,110] <inf> unicast_client: Discovered 2 sink endpoint(s) for device 0
    -- [00:00:21.960,479] <inf> unicast_client: PAC RECORD CB CALLED 
    -- [00:00:21.960,510] <inf> unicast_client: PAC RECORD CB CALLED 
    -- [00:00:22.238,983] <inf> unicast_client: location_cb : dir 2 loc 1
    
    -- [00:00:22.459,045] <inf> unicast_client: conn: DD:BF:71:23:26:49 (public), snk ctx 4047 src ctx 587
    -- [00:00:22.608,978] <wrn> unicast_client: Endpoint discover : Line : 1138: Num Source endpoint : 536898116
    -- [00:00:22.708,953] <wrn> unicast_client: More than one source endpoint found, idx 0 is used by default
    -- [00:00:22.949,493] <inf> unicast_client: Source codec index : 0
    -- [00:00:22.949,493] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:22.949,493] <inf> unicast_client: Codec ID          : 0x06
    
    -- [00:00:22.949,493] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:22.949,523] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:22.949,523] <inf> unicast_client: ========================
    
    -- [00:00:22.949,554] <inf> unicast_client: Source codec index : 1
    -- [00:00:22.949,554] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:22.949,554] <inf> unicast_client: Codec ID          : 0x06
    
    -- [00:00:22.949,554] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:22.949,554] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:22.949,554] <inf> unicast_client: ========================
    
    -- [00:00:22.949,584] <inf> unicast_client: Source codec index : 2
    -- [00:00:22.949,584] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:22.949,584] <inf> unicast_client: Codec ID          : 0x00
    
    -- [00:00:22.949,584] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:22.949,584] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:22.949,584] <inf> unicast_client: ========================
    
    -- [00:00:22.949,615] <inf> unicast_client: Source codec index : 3
    -- [00:00:22.949,615] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:22.949,615] <inf> unicast_client: Codec ID          : 0x00
    
    -- [00:00:22.949,615] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:22.949,615] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:22.949,615] <inf> unicast_client: ========================
    
    -- [00:00:22.949,645] <inf> unicast_client: Source codec index : 4
    -- [00:00:22.949,645] <inf> unicast_client: === Codec Capability ===
    
    -- [00:00:22.949,645] <inf> unicast_client: Codec ID          : 0x00
    
    -- [00:00:22.949,645] <inf> unicast_client: Codec CID         : 0x0000
    
    -- [00:00:22.949,645] <inf> unicast_client: Codec VID         : 0x0000
    
    -- [00:00:22.949,645] <inf> unicast_client: ========================
    
    -- [00:00:22.949,676] <inf> unicast_client: Discovered 2 source endpoint(s) for device 0
    -- [00:00:22.969,940] <inf> unicast_client: LEFT sink stream configured
    -- [00:00:22.969,970] <inf> le_audio: LC3 codec config for sink:
    -- [00:00:22.969,970] <inf> le_audio:   Frequency: 24000 Hz
    -- [00:00:22.969,970] <inf> le_audio:   Duration: 10000 us
    -- [00:00:22.969,970] <inf> le_audio:   Channel allocation: 0x1
    -- [00:00:22.969,970] <inf> le_audio:   Octets per frame: 60 (48000 bps)
    -- [00:00:22.970,001] <inf> le_audio:   Frames per SDU: 1
    -- [00:00:22.999,481] <inf> unicast_client: LEFT source stream configured
    -- [00:00:22.999,511] <inf> le_audio: LC3 codec config for source:
    -- [00:00:22.999,511] <inf> le_audio:   Frequency: 24000 Hz
    -- [00:00:22.999,542] <inf> le_audio:   Duration: 10000 us
    -- [00:00:22.999,542] <inf> le_audio:   Channel allocation: 0x1
    -- [00:00:22.999,542] <inf> le_audio:   Octets per frame: 60 (48000 bps)
    -- [00:00:22.999,542] <inf> le_audio:   Frames per SDU: 1
    -- [00:00:23.139,373] <inf> unicast_client: Set LEFT to PD: 40000
    -- [00:00:23.139,953] <inf> unicast_client: Set LEFT to PD: 35000
    -- [00:00:23.409,393] <inf> unicast_client: Stream enabled: 0x20015390
    -- [00:00:23.589,385] <inf> unicast_client: Stream enabled: 0x20015490
    -- [00:00:24.038,879] <inf> unicast_client: Stream 0x20015384 started
    -- [00:00:24.489,410] <inf> unicast_client: Stream 0x20015484 started


    Thanks for your help, and I look forward to your feedback!

    Best regards,
    Yash

  • Are the logs attached below there what you get with CONFIG_BT_AUDIO_EP_PRINT enabled? Could you also provide the full logs, there some parts cut out from what you've provided. Could you get me the logs with CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_DBG enabled as well?

    And could you also share what changes you've made to the source code, and what device you are currently testing with?

    I'll ask the relevant R&D team about the rest, I'll let you know once I hear from them.

    Regards,

    Elfving

  • Hi Elfving,

    Thanks for getting back to me.

    Yes — the earlier logs I shared were partial. I’ve now captured the full logs with both
    CONFIG_BT_AUDIO_EP_PRINT=y and CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_DBG=y enabled, as requested.

    [ 2025-05-02 14:34:15,588 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.260,498] <inf> main: Starting BLE Client on nRF5340
    [ 2025-05-02 14:34:15,595 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.503,173] <inf> bt_mgmt: Bluetooth initialized
    [ 2025-05-02 14:34:15,597 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.505,828] <inf> bt_mgmt: Local identity addr: E2:23:11:FA:2B:87 (random)
    [ 2025-05-02 14:34:15,604 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.505,828] <inf> bt_mgmt: Successfully registered all callbacks
    [ 2025-05-02 14:34:15,611 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.506,835] <inf> bt_mgmt: Bluetooth started successfully.
    [ 2025-05-02 14:34:15,722 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.509,002] <inf> bt_mgmt_adv: Advertising started
    [ 2025-05-02 14:34:17,140 ] 40 NRF5340 BLE APP - INFO - -- [00:00:01.010,437] <inf> audio_usb: Ready for USB host to send/receive.
    [ 2025-05-02 14:34:18,961 ] 40 NRF5340 BLE APP - INFO - -- [00:00:03.679,840] <inf> bt_mgmt_scan: Scanning for 5 seconds...
    [ 2025-05-02 14:34:18,964 ] 40 NRF5340 BLE APP - INFO - -- [00:00:03.679,840] <inf> bt_mgmt_scan: Scan Parameters: Type=1, Options=1, Interval=0x0050, Window=0x0050
    [ 2025-05-02 14:34:18,971 ] 40 NRF5340 BLE APP - INFO - -- [00:00:03.861,663] <inf> bt_mgmt_scan: Final extracted name:  0
    [ 2025-05-02 14:34:19,373 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:19,377 ] 40 NRF5340 BLE APP - INFO - -- [00:00:04.256,469] <inf> bt_mgmt_scan: Final extracted name:  0
    [ 2025-05-02 14:34:20,584 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:20,585 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:21,390 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:21,392 ] 40 NRF5340 BLE APP - INFO - Device Name Found: FireBoltt 046
    [ 2025-05-02 14:34:21,411 ] 40 NRF5340 BLE APP - INFO - -- [00:00:06.326,019] <inf> bt_mgmt_scan: Final extracted name: FireBoltt 046 13
    [ 2025-05-02 14:34:25,751 ] 40 NRF5340 BLE APP - INFO - -- [00:00:09.682,830] <inf> bt_mgmt_scan: Scanned Devices JSON: {"devices":[{"addr":"DC:FF:89:32:19:59", "name":"Unknown", "rssi":-54 },{"addr":"F2:13:14:BA:2B:88", "name":"Unknown", "rssi":-64 },{"addr":"D4:91:00:92:30:3C", "name":"FireBoltt 046", "rssi":-55 }]}
    [ 2025-05-02 14:34:36,041 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,056] <inf> main:connect DC:FF:89:32:19:59
    [ 2025-05-02 14:34:36,041 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:36,047 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,087] <inf> main: MAC address DC:FF:89:32:19:59 is valid.
    [ 2025-05-02 14:34:36,048 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:36,055 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,117] <inf> main: Attempting to connect to DC:FF:89:32:19:59...
    [ 2025-05-02 14:34:36,156 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:36,158 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,117] <inf> bt_mgmt_scan: Scanning started...
    [ 2025-05-02 14:34:36,161 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.975,891] <inf> bt_mgmt_scan: Device found: DC:FF:89:32:19:59 (public) (Type: Public, RSSI: -55 dBm)
    [ 2025-05-02 14:34:40,481 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.259,155] <inf> bt_mgmt_scan: Device is advertising with type: Public
    [ 2025-05-02 14:34:40,483 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.259,796] <inf> bt_mgmt: Connection initiated index : 0
    [ 2025-05-02 14:34:40,485 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.321,075] <inf> bt_mgmt: MTU exchanged: 23/23
    [ 2025-05-02 14:34:40,487 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.321,258] <inf> bt_mgmt: Connected: DC:FF:89:32:19:59 (public) (index 0)
    [ 2025-05-02 14:34:40,493 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.321,289] <inf> main: Connection event. Num connections: 1
    [ 2025-05-02 14:34:40,499 ] 40 NRF5340 BLE APP - INFO -  Success: Connected Successfully
    [ 2025-05-02 14:34:40,506 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.324,188] <inf> bt_mgmt: Security level: 1
    [ 2025-05-02 14:34:40,512 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.372,711] <inf> bt_mgmt: MTU exchanged: 247/65
    [ 2025-05-02 14:34:40,616 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.412,689] <inf> bt_mgmt: MTU exchanged: 247/65
    [ 2025-05-02 14:34:42,334 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.283,081] <inf> bt_mgmt: Security changed: DC:FF:89:32:19:59 (public) level 2
    [ 2025-05-02 14:34:42,438 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.283,111] <inf> main: Security changed0
    [ 2025-05-02 14:34:42,447 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.335,235] <inf> bt_mgmt: Pairing complete with DC:FF:89:32:19:59 (public) (Bonded: Yes)
    [ 2025-05-02 14:34:42,449 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.335,235] <inf> bt_mgmt: Security level: 2
    [ 2025-05-02 14:34:48,495 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.193,481] <inf> main: Starting service discovery...
    [ 2025-05-02 14:34:48,497 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.232,635] 1;33m<wrn> unicast_client: Got err: 0 from conn: 0x20004c00
    [ 2025-05-02 14:34:48,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.232,666] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_discover: Client connection is busy
    [ 2025-05-02 14:34:48,502 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.402,648] <inf> bt_vol_ctlr: VCS discover finished
    [ 2025-05-02 14:34:48,510 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.433,776] <dbg> bt_bap_unicast_client: unicast_client_pac_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x001d dir sink
    [ 2025-05-02 14:34:48,625 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,784] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 61
    [ 2025-05-02 14:34:48,631 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,784] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x001d
    [ 2025-05-02 14:34:48,635 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,784] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:48,639 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,814] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x001d
    [ 2025-05-02 14:34:48,641 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,814] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #1/2
    [ 2025-05-02 14:34:48,645 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,845] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:48,649 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,845] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:48,650 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,875] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:48,652 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,875] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #2/2
    [ 2025-05-02 14:34:48,655 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,875] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:48,663 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,906] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:48,670 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,906] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:48,681 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,936] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover: conn 0x20004c00
    [ 2025-05-02 14:34:48,695 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.593,780] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003e dir sink
    [ 2025-05-02 14:34:48,707 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.612,609] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:48,718 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.612,640] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover: conn 0x20004c00 dir sink
    [ 2025-05-02 14:34:49,032 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.693,786] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0029
    [ 2025-05-02 14:34:49,040 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.693,847] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read: conn 0x20004c00
    [ 2025-05-02 14:34:49,048 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,645] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:49,053 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,675] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: dir sink loc 3
    [ 2025-05-02 14:34:49,056 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,675] <inf> unicast_client: location_cb : dir 1 loc 3
    [ 2025-05-02 14:34:49,056 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,059 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,675] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover: conn 0x20004c00
    [ 2025-05-02 14:34:49,063 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.853,790] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003b
    [ 2025-05-02 14:34:49,066 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.853,790] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover_cb: Subscribing to handle 59
    [ 2025-05-02 14:34:49,069 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.853,851] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read: conn 0x20004c00
    [ 2025-05-02 14:34:49,072 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,648] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:49,075 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,648] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: sink context 4047, source context 587
    [ 2025-05-02 14:34:49,083 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,740] <inf> unicast_client: conn: DC:FF:89:32:19:59 (public), snk ctx 4047 src ctx 587
    [ 2025-05-02 14:34:49,093 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,740] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,107 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.043,762] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0058 dir sink
    [ 2025-05-02 14:34:49,118 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,622] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,128 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,622] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0058
    [ 2025-05-02 14:34:49,139 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,652] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,148 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,652] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0058
    [ 2025-05-02 14:34:49,160 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,652] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x200074dc dir sink handle 0x0058
    [ 2025-05-02 14:34:49,174 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,713] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,185 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,713] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x200074dc handle 0x58
    [ 2025-05-02 14:34:49,194 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,774] 1;33m<wrn> unicast_client: Sink Endpoint discover : Sink #0 ep 0x200074dc
    [ 2025-05-02 14:34:49,195 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,201 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,774] <inf> unicast_client: Sink #1 ep 0x200074dc
    [ 2025-05-02 14:34:49,201 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,212 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,805] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,225 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.113,800] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x005b dir sink
    [ 2025-05-02 14:34:49,236 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,246 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005b
    [ 2025-05-02 14:34:49,257 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,268 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005b
    [ 2025-05-02 14:34:49,278 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,658] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x200075c4 dir sink handle 0x005b
    [ 2025-05-02 14:34:49,292 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,719] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200075c4 handle 0x005b id 0x02 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,302 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,719] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x200075c4 handle 0x5b
    [ 2025-05-02 14:34:49,312 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,780] 1;33m<wrn> unicast_client: Extra Sink Endpoint discover : Sink #1 ep 0x200075c4
    [ 2025-05-02 14:34:49,319 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,780] <inf> unicast_client: Sink #2 ep 0x200075c4
    [ 2025-05-02 14:34:49,330 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,780] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,343 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.223,785] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x005e dir sink
    [ 2025-05-02 14:34:49,354 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,623] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,364 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,623] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005e
    [ 2025-05-02 14:34:49,375 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,623] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,385 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,653] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005e
    [ 2025-05-02 14:34:49,489 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,653] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x200076ac dir sink handle 0x005e
    [ 2025-05-02 14:34:49,495 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,714] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200076ac handle 0x005e id 0x03 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,714] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x200076ac handle 0x5e
    [ 2025-05-02 14:34:49,505 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,775] 1;33m<wrn> unicast_client: Extra Sink Endpoint discover : Sink #2 ep 0x200076ac
    [ 2025-05-02 14:34:49,509 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,775] <inf> unicast_client: Sink #3 ep 0x200076ac
    [ 2025-05-02 14:34:49,509 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,514 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,775] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,522 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.353,759] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0061 dir sink
    [ 2025-05-02 14:34:49,527 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,608] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,531 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,639] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0061
    [ 2025-05-02 14:34:49,535 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,639] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,539 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,639] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0061
    [ 2025-05-02 14:34:49,542 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,669] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x20007794 dir sink handle 0x0061
    [ 2025-05-02 14:34:49,546 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,700] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007794 handle 0x0061 id 0x04 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,550 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,730] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x20007794 handle 0x61
    [ 2025-05-02 14:34:49,553 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,761] 1;33m<wrn> unicast_client: Extra Sink Endpoint discover : Sink #3 ep 0x20007794
    [ 2025-05-02 14:34:49,553 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,557 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,791] <inf> unicast_client: Sink #4 ep 0x20007794
    [ 2025-05-02 14:34:49,558 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,567 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,791] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,577 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.482,635] <dbg> bt_bap_unicast_client: unicast_client_ase_cp_discover: conn 0x20004c00
    [ 2025-05-02 14:34:49,781 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.652,679] <dbg> bt_bap_unicast_client: unicast_client_ep_set_cp: conn 0x20004c00 0x006a
    [ 2025-05-02 14:34:49,782 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 1 messages dropped ---
    [ 2025-05-02 14:34:49,785 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <dbg> bt_bap_unicast_client: unicast_client_cp_sub_cb: conn 0x20004c00 err 0
    [ 2025-05-02 14:34:49,789 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: Sink codec index : 0
    [ 2025-05-02 14:34:49,791 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,791 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,793 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: Codec ID          : 0x06
    [ 2025-05-02 14:34:49,793 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,795 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,796 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,798 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,798 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,803 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,804 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,810 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: Sink codec index : 1
    [ 2025-05-02 14:34:49,817 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,818 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,825 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: Codec ID          : 0x06
    [ 2025-05-02 14:34:49,826 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,832 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,687] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,833 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,839 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,687] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,840 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,847 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,687] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,848 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,852 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 5 messages dropped ---
    [ 2025-05-02 14:34:49,858 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,859 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,866 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: Sink codec index : 3
    [ 2025-05-02 14:34:49,968 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,969 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,971 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: Codec ID          : 0x00
    [ 2025-05-02 14:34:49,972 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,974 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,975 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,978 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,978 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,981 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,981 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,984 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Sink codec index : 4
    [ 2025-05-02 14:34:49,987 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,987 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,989 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Codec ID          : 0x00
    [ 2025-05-02 14:34:49,990 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,992 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,993 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,996 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,996 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,998 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,999 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,001 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Check codec num caps : 2
    [ 2025-05-02 14:34:50,001 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,004 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Discovered 2 sink endpoint(s) for device 0
    [ 2025-05-02 14:34:50,006 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: 
    [ 2025-05-02 14:34:50,008 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Dev: 0 Sink EP 0
    [ 2025-05-02 14:34:50,015 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,932] <inf> unicast_client: 	Frequencies kHz: 8, 11.025, 16, 22.05, 24, 32, 44.1, 48, 88.2, 96, 176, 192, 384
    [ 2025-05-02 14:34:50,018 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,962] <inf> unicast_client: 	Frame duration ms: 7.5, 10
    [ 2025-05-02 14:34:50,022 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: 	Channels supported: 1, 2, 3, 4, 5, 6, 7, 8
    [ 2025-05-02 14:34:50,026 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: 	Frame length bytes: 75 - 190
    [ 2025-05-02 14:34:50,033 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: 	Max frames per SDU: 4
    [ 2025-05-02 14:34:50,040 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: __________________________
    [ 2025-05-02 14:34:50,046 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,054] <inf> unicast_client: 
    [ 2025-05-02 14:34:50,052 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,054] <inf> unicast_client: Dev: 0 Sink EP 1
    [ 2025-05-02 14:34:50,072 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,176] <inf> unicast_client: 	Frequencies kHz: 8, 11.025, 16, 22.05, 24, 32, 44.1, 48, 88.2, 96, 176, 192, 384
    [ 2025-05-02 14:34:50,176 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,206] <inf> unicast_client: 	Frame duration ms: 7.5, 10
    [ 2025-05-02 14:34:50,182 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,237] <inf> unicast_client: 	Channels supported: 1, 2, 3, 4, 5, 6, 7, 8
    [ 2025-05-02 14:34:50,186 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,267] <inf> unicast_client: 	Frame length bytes: 30 - 80
    [ 2025-05-02 14:34:50,189 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,267] <inf> unicast_client: 	Max frames per SDU: 2
    [ 2025-05-02 14:34:50,192 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,267] <inf> unicast_client: __________________________
    [ 2025-05-02 14:34:50,199 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.773,773] <dbg> bt_bap_unicast_client: unicast_client_pac_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x002c dir source
    [ 2025-05-02 14:34:50,205 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 61
    [ 2025-05-02 14:34:50,210 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x002c
    [ 2025-05-02 14:34:50,217 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:50,224 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x002c
    [ 2025-05-02 14:34:50,228 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,802] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #1/2
    [ 2025-05-02 14:34:50,236 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,802] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:50,240 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,833] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:50,243 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,833] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:50,246 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,833] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #2/2
    [ 2025-05-02 14:34:50,250 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,863] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:50,253 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,894] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:50,257 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,924] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:50,268 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,924] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover: conn 0x20004c00
    [ 2025-05-02 14:34:50,282 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.942,718] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003e dir source
    [ 2025-05-02 14:34:50,294 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.962,615] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:50,306 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.962,646] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover: conn 0x20004c00 dir source
    [ 2025-05-02 14:34:50,320 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.053,771] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0038
    [ 2025-05-02 14:34:50,330 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.053,802] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read: conn 0x20004c00
    [ 2025-05-02 14:34:50,342 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,651] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:50,353 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,651] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: dir source loc 1
    [ 2025-05-02 14:34:50,360 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,651] <inf> unicast_client: location_cb : dir 2 loc 1
    [ 2025-05-02 14:34:50,460 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,464 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,681] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover: conn 0x20004c00
    [ 2025-05-02 14:34:50,470 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.193,756] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003b
    [ 2025-05-02 14:34:50,475 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.193,756] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read: conn 0x20004c00
    [ 2025-05-02 14:34:50,480 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,615] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:50,486 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,646] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: sink context 4047, source context 587
    [ 2025-05-02 14:34:50,490 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,707] <inf> unicast_client: conn: DC:FF:89:32:19:59 (public), snk ctx 4047 src ctx 587
    [ 2025-05-02 14:34:50,494 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,738] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:50,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.383,270] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0064 dir source
    [ 2025-05-02 14:34:50,504 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,618] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:50,507 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,618] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0064
    [ 2025-05-02 14:34:50,510 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,648] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:50,513 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,648] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0064
    [ 2025-05-02 14:34:50,518 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,679] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x20007964 dir source handle 0x0064
    [ 2025-05-02 14:34:50,522 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,709] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state idle -> idle
    [ 2025-05-02 14:34:50,533 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,709] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x20007964 handle 0x64
    [ 2025-05-02 14:34:50,543 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,770] 1;33m<wrn> unicast_client: Source Endpoint discover : Source #0 ep 0x20007964
    [ 2025-05-02 14:34:50,544 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,553 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,770] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:50,566 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.453,277] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0067 dir source
    [ 2025-05-02 14:34:50,578 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,614] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:50,587 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,614] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0067
    [ 2025-05-02 14:34:50,598 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,645] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:50,608 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,645] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0067
    [ 2025-05-02 14:34:50,619 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,645] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x20007a4c dir source handle 0x0067
    [ 2025-05-02 14:34:50,634 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,706] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007a4c handle 0x0067 id 0x06 dir source state idle -> idle
    [ 2025-05-02 14:34:50,644 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,706] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x20007a4c handle 0x67
    [ 2025-05-02 14:34:50,654 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,767] 1;33m<wrn> unicast_client: Source Endpoint discover : Source #1 ep 0x20007a4c
    [ 2025-05-02 14:34:50,655 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,665 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,767] 1;33m<wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default
    [ 2025-05-02 14:34:50,675 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,797] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:50,685 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.602,630] <dbg> bt_bap_unicast_client: unicast_client_ase_cp_discover: conn 0x20004c00
    [ 2025-05-02 14:34:50,889 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,294] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:50,890 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,891 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 13 messages dropped ---
    [ 2025-05-02 14:34:50,895 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,355] <inf> unicast_client: Source codec index : 2
    [ 2025-05-02 14:34:50,898 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,355] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:50,898 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,901 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,355] <inf> unicast_client: Codec ID          : 0x00
    [ 2025-05-02 14:34:50,902 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,903 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 19 messages dropped ---
    [ 2025-05-02 14:34:50,907 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,599] <inf> unicast_client: 	Frame duration ms: 7.5, 10
    [ 2025-05-02 14:34:50,912 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: 	Channels supported: 1, 2, 3, 4, 5, 6, 7, 8
    [ 2025-05-02 14:34:50,915 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: 	Frame length bytes: 30 - 120
    [ 2025-05-02 14:34:50,917 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: 	Max frames per SDU: 2
    [ 2025-05-02 14:34:50,919 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: __________________________
    [ 2025-05-02 14:34:50,921 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,691] <inf> unicast_client: 
    [ 2025-05-02 14:34:50,923 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,691] <inf> unicast_client: Dev: 0 Source EP 1
    [ 2025-05-02 14:34:50,925 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 10 messages dropped ---
    [ 2025-05-02 14:34:50,940 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.784,057] <dbg> bt_bap_unicast_client: unicast_group_add_stream: group 0x2001e4b8 stream 0x2001a1c8 qos 0x20000b70 iso 0x2001e304 dir 2
    [ 2025-05-02 14:34:50,943 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 17 messages dropped ---
    [ 2025-05-02 14:34:50,951 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.813,964] <inf> le_audio: 	Octets per frame: 60 (48000 bps)
    [ 2025-05-02 14:34:50,957 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.813,995] <inf> le_audio: 	Frames per SDU: 1
    [ 2025-05-02 14:34:50,967 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,086] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_config: stream 0x20019f88
    [ 2025-05-02 14:34:50,979 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,086] <dbg> bt_bap_unicast_client: unicast_client_ep_config: ep 0x20007964 buf 0x2000807c codec 0x20000b48
    [ 2025-05-02 14:34:50,989 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,117] <dbg> bt_bap_unicast_client: unicast_client_ep_config: id 0x05 dir source codec 0x06
    [ 2025-05-02 14:34:51,094 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,117] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 27
    [ 2025-05-02 14:34:51,096 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,392] <inf> main: LE AUDIO EVT CONFIG RECEIVED
    [ 2025-05-02 14:34:51,097 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:51,099 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,819] <inf> main: LE CONN PARAM UPDATED
    [ 2025-05-02 14:34:51,100 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:51,104 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.872,589] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:51,110 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.872,650] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Config Codec (0x01) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,114 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,748] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 41
    [ 2025-05-02 14:34:51,120 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,779] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state idle -> codec-configured
    [ 2025-05-02 14:34:51,128 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,809] <dbg> bt_bap_unicast_client: unicast_client_ep_config_state: dir source unframed_supported 0x01 phy 0x02 rtn 27 latency 80 pd_min 40000 pd_max 40000 pref_pd_min 0 pref_pd_max 0 codec 0x06 
    [ 2025-05-02 14:34:51,132 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,840] <dbg> bt_bap_unicast_client: unicast_client_ep_set_codec_cfg: ep 0x20007964 codec id 0x06 cid 0x0000 vid 0x0000 len 16
    [ 2025-05-02 14:34:51,135 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,840] <inf> unicast_client: LEFT source stream configured
    [ 2025-05-02 14:34:51,137 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: LC3 codec config for source:
    [ 2025-05-02 14:34:51,138 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: 	Frequency: 24000 Hz
    [ 2025-05-02 14:34:51,140 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: 	Duration: 10000 us
    [ 2025-05-02 14:34:51,142 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: 	Channel allocation: 0x1
    [ 2025-05-02 14:34:51,145 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,901] <inf> le_audio: 	Octets per frame: 60 (48000 bps)
    [ 2025-05-02 14:34:51,147 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,901] <inf> le_audio: 	Frames per SDU: 1
    [ 2025-05-02 14:34:51,158 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,992] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: ep 0x20007964 buf 0x2000807c qos 0x20000b70
    [ 2025-05-02 14:34:51,175 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,023] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: id 0x05 cig 0x00 cis 0x00 interval 10000 framing 0x00 phy 0x02 sdu 60 rtn 2 latency 10 pd 40000
    [ 2025-05-02 14:34:51,187 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,053] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: ep 0x200074dc buf 0x2000807c qos 0x20000ba8
    [ 2025-05-02 14:34:51,204 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,053] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: id 0x01 cig 0x00 cis 0x00 interval 10000 framing 0x00 phy 0x02 sdu 60 rtn 2 latency 10 pd 35000
    [ 2025-05-02 14:34:51,218 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,084] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 34
    [ 2025-05-02 14:34:51,224 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,359] <inf> main: LE AUDIO EVT CONFIG RECEIVED
    [ 2025-05-02 14:34:51,225 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:51,234 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.892,608] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 8
    [ 2025-05-02 14:34:51,342 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.892,669] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Config QoS (0x02) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,347 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.892,700] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Config QoS (0x02) id 0x01 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,350 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,188] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 17
    [ 2025-05-02 14:34:51,356 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,249] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state codec-configured -> qos-configured
    [ 2025-05-02 14:34:51,360 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,280] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_update: ep 0x20007964 dir source bap_iso 0x2001e274
    [ 2025-05-02 14:34:51,365 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,280] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_state: dir source cig 0x00 cis 0x00 codec 0x06 interval 10000 framing 0x00 phy 0x02 rtn 2 latency 10 pd 40000
    [ 2025-05-02 14:34:51,367 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,310] <inf> unicast_client: Set LEFT to PD: 40000
    [ 2025-05-02 14:34:51,370 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,737] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 17
    [ 2025-05-02 14:34:51,375 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,798] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state codec-configured -> qos-configured
    [ 2025-05-02 14:34:51,379 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,798] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_update: ep 0x200074dc dir sink bap_iso 0x2001e274
    [ 2025-05-02 14:34:51,384 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,829] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_state: dir sink cig 0x00 cis 0x00 codec 0x06 interval 10000 framing 0x00 phy 0x02 rtn 2 latency 10 pd 35000
    [ 2025-05-02 14:34:51,390 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,859] <inf> unicast_client: Set LEFT to PD: 35000
    [ 2025-05-02 14:34:51,493 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,859] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_enable: stream 0x20019e74
    [ 2025-05-02 14:34:51,497 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,890] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: ep 0x200074dc buf 0x2000807c meta_len 4
    [ 2025-05-02 14:34:51,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,890] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: id 0x01
    [ 2025-05-02 14:34:51,504 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,920] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x200074dc buf 0x2000807c len 8
    [ 2025-05-02 14:34:51,508 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.162,597] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:51,512 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.162,628] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Enable (0x03) id 0x01 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,516 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,177] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 9
    [ 2025-05-02 14:34:51,521 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,238] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state qos-configured -> enabling
    [ 2025-05-02 14:34:51,524 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,238] <dbg> bt_bap_unicast_client: unicast_client_ep_enabling_state: dir sink cig 0x00 cis 0x00
    [ 2025-05-02 14:34:51,529 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,238] <dbg> bt_bap_unicast_client: unicast_client_ep_set_metadata: ep 0x200074dc len 4 codec_cfg (nil)
    [ 2025-05-02 14:34:51,532 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,269] <inf> unicast_client: Stream enabled: 0x20019e74
    [ 2025-05-02 14:34:51,535 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,269] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_enable: stream 0x20019f88
    [ 2025-05-02 14:34:51,540 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,299] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: ep 0x20007964 buf 0x2000807c meta_len 4
    [ 2025-05-02 14:34:51,543 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,299] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: id 0x05
    [ 2025-05-02 14:34:51,556 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,299] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 8
    [ 2025-05-02 14:34:51,565 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.432,586] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:51,579 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.432,647] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Enable (0x03) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,682 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,166] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 9
    [ 2025-05-02 14:34:51,687 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,227] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state qos-configured -> enabling
    [ 2025-05-02 14:34:51,690 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,227] <dbg> bt_bap_unicast_client: unicast_client_ep_enabling_state: dir source cig 0x00 cis 0x00
    [ 2025-05-02 14:34:51,693 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,258] <dbg> bt_bap_unicast_client: unicast_client_ep_set_metadata: ep 0x20007964 len 4 codec_cfg (nil)
    [ 2025-05-02 14:34:51,696 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,258] <inf> unicast_client: Stream enabled: 0x20019f88
    [ 2025-05-02 14:34:51,699 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,288] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74
    [ 2025-05-02 14:34:51,702 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,288] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74 iso 0x2001e274
    [ 2025-05-02 14:34:52,110 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,106] <dbg> bt_bap_unicast_client: unicast_client_ep_iso_connected: stream 0x20019f88 ep 0x20007964 dir source receiver_ready 0
    [ 2025-05-02 14:34:52,115 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,136] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74
    [ 2025-05-02 14:34:52,120 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,167] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74 iso 0x2001e274
    [ 2025-05-02 14:34:52,126 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,167] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: iso_chan 0x2001e274 already connecting or connected (3)
    [ 2025-05-02 14:34:52,132 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,167] <dbg> bt_bap_unicast_client: unicast_client_ep_iso_connected: stream 0x20019e74 ep 0x200074dc dir sink receiver_ready 0
    [ 2025-05-02 14:34:52,137 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,656] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 9
    [ 2025-05-02 14:34:52,142 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,717] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state enabling -> streaming
    [ 2025-05-02 14:34:52,145 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,717] <dbg> bt_bap_unicast_client: unicast_client_ep_streaming_state: dir sink cig 0x00 cis 0x00
    [ 2025-05-02 14:34:52,147 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,717] <inf> unicast_client: Stream 0x20019e74 started
    [ 2025-05-02 14:34:52,148 ] 40 NRF5340 BLE APP - INFO - Success: Stream started
    [ 2025-05-02 14:34:52,152 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,433] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_start: stream 0x20019f88
    [ 2025-05-02 14:34:52,159 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,433] <dbg> bt_bap_unicast_client: unicast_client_ep_start: ep 0x20007964 buf 0x2000807c
    [ 2025-05-02 14:34:52,168 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,433] <dbg> bt_bap_unicast_client: unicast_client_ep_start: id 0x05
    [ 2025-05-02 14:34:52,181 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,463] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 3
    [ 2025-05-02 14:34:52,487 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.422,607] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:52,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.422,637] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Receiver Start Ready (0x04) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:52,515 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,187] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 9
    [ 2025-05-02 14:34:52,534 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,217] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state enabling -> streaming
    [ 2025-05-02 14:34:52,547 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,248] <dbg> bt_bap_unicast_client: unicast_client_ep_streaming_state: dir source cig 0x00 cis 0x00
    [ 2025-05-02 14:34:52,556 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,248] <inf> unicast_client: Stream 0x20019f88 started
    [ 2025-05-02 14:34:52,561 ] 40 NRF5340 BLE APP - INFO - Success: Stream started
    [ 2025-05-02 14:34:59,537 ] 40 NRF5340 BLE APP - INFO - -- [00:00:43.406,463] <inf> audio_usb: USB RX first data received.
    [ 2025-05-02 14:36:46,615 ] 40 NRF5340 BLE APP - INFO - pauseaudio
    [ 2025-05-02 14:36:46,620 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,067] <inf> main: pauseaudio
    [ 2025-05-02 14:36:46,621 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:36:46,628 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,647] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_disable: stream 0x20019e74
    [ 2025-05-02 14:36:46,635 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,678] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: ep 0x200074dc buf 0x2000807c
    [ 2025-05-02 14:36:46,642 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,678] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: id 0x01
    [ 2025-05-02 14:36:46,655 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,678] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x200074dc buf 0x2000807c len 3
    [ 2025-05-02 14:36:46,664 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.569,335] 1;33m<wrn> le_audio_rx: Not in streaming state (1), thrown 1 packet(s)
    [ 2025-05-02 14:36:46,774 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.722,595] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:36:46,787 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.722,656] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Disable (0x05) id 0x01 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:36:46,798 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.723,175] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 17
    [ 2025-05-02 14:36:46,805 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.723,205] <inf> unicast_client: Stream 0x20019e74 stopped. Reason 19
    [ 2025-05-02 14:36:46,810 ] 40 NRF5340 BLE APP - INFO -  Success: Stream stopped
    
    [ 2025-05-02 14:36:46,831 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,891] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state streaming -> qos-configured
    [ 2025-05-02 14:36:46,840 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,921] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_disable: stream 0x20019f88
    [ 2025-05-02 14:36:46,851 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,921] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: ep 0x20007964 buf 0x2000807c
    [ 2025-05-02 14:36:46,859 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,952] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: id 0x05
    [ 2025-05-02 14:36:46,873 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,952] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 3
    [ 2025-05-02 14:36:46,884 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.726,013] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_update: ep 0x200074dc dir sink bap_iso 0x2001e274
    [ 2025-05-02 14:36:46,902 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.726,013] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_state: dir sink cig 0x00 cis 0x00 codec 0x06 interval 10000 framing 0x00 phy 0x02 rtn 2 latency 10 pd 35000
    [ 2025-05-02 14:36:46,908 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.726,043] <inf> unicast_client: Set LEFT to PD: 35000
    [ 2025-05-02 14:36:47,117 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.992,614] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:36:47,131 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.992,645] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Disable (0x05) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:36:47,138 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.993,255] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 9
    [ 2025-05-02 14:36:47,142 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.993,286] <inf> unicast_client: Stream 0x20019f88 stopped. Reason 19
    [ 2025-05-02 14:36:47,144 ] 40 NRF5340 BLE APP - INFO -  Success: Stream stopped
    

    Thanks again for your help, and looking forward to what you hear from the R&D team.

    Best regards,
    Yash

Reply
  • Hi Elfving,

    Thanks for getting back to me.

    Yes — the earlier logs I shared were partial. I’ve now captured the full logs with both
    CONFIG_BT_AUDIO_EP_PRINT=y and CONFIG_BT_BAP_UNICAST_CLIENT_LOG_LEVEL_DBG=y enabled, as requested.

    [ 2025-05-02 14:34:15,588 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.260,498] <inf> main: Starting BLE Client on nRF5340
    [ 2025-05-02 14:34:15,595 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.503,173] <inf> bt_mgmt: Bluetooth initialized
    [ 2025-05-02 14:34:15,597 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.505,828] <inf> bt_mgmt: Local identity addr: E2:23:11:FA:2B:87 (random)
    [ 2025-05-02 14:34:15,604 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.505,828] <inf> bt_mgmt: Successfully registered all callbacks
    [ 2025-05-02 14:34:15,611 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.506,835] <inf> bt_mgmt: Bluetooth started successfully.
    [ 2025-05-02 14:34:15,722 ] 40 NRF5340 BLE APP - INFO - -- [00:00:00.509,002] <inf> bt_mgmt_adv: Advertising started
    [ 2025-05-02 14:34:17,140 ] 40 NRF5340 BLE APP - INFO - -- [00:00:01.010,437] <inf> audio_usb: Ready for USB host to send/receive.
    [ 2025-05-02 14:34:18,961 ] 40 NRF5340 BLE APP - INFO - -- [00:00:03.679,840] <inf> bt_mgmt_scan: Scanning for 5 seconds...
    [ 2025-05-02 14:34:18,964 ] 40 NRF5340 BLE APP - INFO - -- [00:00:03.679,840] <inf> bt_mgmt_scan: Scan Parameters: Type=1, Options=1, Interval=0x0050, Window=0x0050
    [ 2025-05-02 14:34:18,971 ] 40 NRF5340 BLE APP - INFO - -- [00:00:03.861,663] <inf> bt_mgmt_scan: Final extracted name:  0
    [ 2025-05-02 14:34:19,373 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:19,377 ] 40 NRF5340 BLE APP - INFO - -- [00:00:04.256,469] <inf> bt_mgmt_scan: Final extracted name:  0
    [ 2025-05-02 14:34:20,584 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:20,585 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:21,390 ] 40 NRF5340 BLE APP - INFO - Device Name Found: abc
    [ 2025-05-02 14:34:21,392 ] 40 NRF5340 BLE APP - INFO - Device Name Found: FireBoltt 046
    [ 2025-05-02 14:34:21,411 ] 40 NRF5340 BLE APP - INFO - -- [00:00:06.326,019] <inf> bt_mgmt_scan: Final extracted name: FireBoltt 046 13
    [ 2025-05-02 14:34:25,751 ] 40 NRF5340 BLE APP - INFO - -- [00:00:09.682,830] <inf> bt_mgmt_scan: Scanned Devices JSON: {"devices":[{"addr":"DC:FF:89:32:19:59", "name":"Unknown", "rssi":-54 },{"addr":"F2:13:14:BA:2B:88", "name":"Unknown", "rssi":-64 },{"addr":"D4:91:00:92:30:3C", "name":"FireBoltt 046", "rssi":-55 }]}
    [ 2025-05-02 14:34:36,041 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,056] <inf> main:connect DC:FF:89:32:19:59
    [ 2025-05-02 14:34:36,041 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:36,047 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,087] <inf> main: MAC address DC:FF:89:32:19:59 is valid.
    [ 2025-05-02 14:34:36,048 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:36,055 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,117] <inf> main: Attempting to connect to DC:FF:89:32:19:59...
    [ 2025-05-02 14:34:36,156 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:36,158 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.258,117] <inf> bt_mgmt_scan: Scanning started...
    [ 2025-05-02 14:34:36,161 ] 40 NRF5340 BLE APP - INFO - -- [00:00:20.975,891] <inf> bt_mgmt_scan: Device found: DC:FF:89:32:19:59 (public) (Type: Public, RSSI: -55 dBm)
    [ 2025-05-02 14:34:40,481 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.259,155] <inf> bt_mgmt_scan: Device is advertising with type: Public
    [ 2025-05-02 14:34:40,483 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.259,796] <inf> bt_mgmt: Connection initiated index : 0
    [ 2025-05-02 14:34:40,485 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.321,075] <inf> bt_mgmt: MTU exchanged: 23/23
    [ 2025-05-02 14:34:40,487 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.321,258] <inf> bt_mgmt: Connected: DC:FF:89:32:19:59 (public) (index 0)
    [ 2025-05-02 14:34:40,493 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.321,289] <inf> main: Connection event. Num connections: 1
    [ 2025-05-02 14:34:40,499 ] 40 NRF5340 BLE APP - INFO -  Success: Connected Successfully
    [ 2025-05-02 14:34:40,506 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.324,188] <inf> bt_mgmt: Security level: 1
    [ 2025-05-02 14:34:40,512 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.372,711] <inf> bt_mgmt: MTU exchanged: 247/65
    [ 2025-05-02 14:34:40,616 ] 40 NRF5340 BLE APP - INFO - -- [00:00:25.412,689] <inf> bt_mgmt: MTU exchanged: 247/65
    [ 2025-05-02 14:34:42,334 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.283,081] <inf> bt_mgmt: Security changed: DC:FF:89:32:19:59 (public) level 2
    [ 2025-05-02 14:34:42,438 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.283,111] <inf> main: Security changed0
    [ 2025-05-02 14:34:42,447 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.335,235] <inf> bt_mgmt: Pairing complete with DC:FF:89:32:19:59 (public) (Bonded: Yes)
    [ 2025-05-02 14:34:42,449 ] 40 NRF5340 BLE APP - INFO - -- [00:00:26.335,235] <inf> bt_mgmt: Security level: 2
    [ 2025-05-02 14:34:48,495 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.193,481] <inf> main: Starting service discovery...
    [ 2025-05-02 14:34:48,497 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.232,635] 1;33m<wrn> unicast_client: Got err: 0 from conn: 0x20004c00
    [ 2025-05-02 14:34:48,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.232,666] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_discover: Client connection is busy
    [ 2025-05-02 14:34:48,502 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.402,648] <inf> bt_vol_ctlr: VCS discover finished
    [ 2025-05-02 14:34:48,510 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.433,776] <dbg> bt_bap_unicast_client: unicast_client_pac_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x001d dir sink
    [ 2025-05-02 14:34:48,625 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,784] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 61
    [ 2025-05-02 14:34:48,631 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,784] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x001d
    [ 2025-05-02 14:34:48,635 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,784] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:48,639 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,814] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x001d
    [ 2025-05-02 14:34:48,641 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,814] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #1/2
    [ 2025-05-02 14:34:48,645 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,845] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:48,649 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,845] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:48,650 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,875] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:48,652 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,875] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #2/2
    [ 2025-05-02 14:34:48,655 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,875] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:48,663 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,906] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:48,670 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,906] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:48,681 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.503,936] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover: conn 0x20004c00
    [ 2025-05-02 14:34:48,695 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.593,780] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003e dir sink
    [ 2025-05-02 14:34:48,707 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.612,609] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:48,718 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.612,640] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover: conn 0x20004c00 dir sink
    [ 2025-05-02 14:34:49,032 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.693,786] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0029
    [ 2025-05-02 14:34:49,040 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.693,847] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read: conn 0x20004c00
    [ 2025-05-02 14:34:49,048 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,645] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:49,053 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,675] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: dir sink loc 3
    [ 2025-05-02 14:34:49,056 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,675] <inf> unicast_client: location_cb : dir 1 loc 3
    [ 2025-05-02 14:34:49,056 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,059 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.742,675] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover: conn 0x20004c00
    [ 2025-05-02 14:34:49,063 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.853,790] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003b
    [ 2025-05-02 14:34:49,066 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.853,790] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover_cb: Subscribing to handle 59
    [ 2025-05-02 14:34:49,069 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.853,851] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read: conn 0x20004c00
    [ 2025-05-02 14:34:49,072 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,648] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:49,075 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,648] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: sink context 4047, source context 587
    [ 2025-05-02 14:34:49,083 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,740] <inf> unicast_client: conn: DC:FF:89:32:19:59 (public), snk ctx 4047 src ctx 587
    [ 2025-05-02 14:34:49,093 ] 40 NRF5340 BLE APP - INFO - -- [00:00:33.902,740] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,107 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.043,762] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0058 dir sink
    [ 2025-05-02 14:34:49,118 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,622] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,128 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,622] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0058
    [ 2025-05-02 14:34:49,139 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,652] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,148 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,652] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0058
    [ 2025-05-02 14:34:49,160 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,652] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x200074dc dir sink handle 0x0058
    [ 2025-05-02 14:34:49,174 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,713] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,185 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,713] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x200074dc handle 0x58
    [ 2025-05-02 14:34:49,194 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,774] 1;33m<wrn> unicast_client: Sink Endpoint discover : Sink #0 ep 0x200074dc
    [ 2025-05-02 14:34:49,195 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,201 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,774] <inf> unicast_client: Sink #1 ep 0x200074dc
    [ 2025-05-02 14:34:49,201 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,212 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.062,805] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,225 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.113,800] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x005b dir sink
    [ 2025-05-02 14:34:49,236 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,246 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005b
    [ 2025-05-02 14:34:49,257 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,268 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,628] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005b
    [ 2025-05-02 14:34:49,278 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,658] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x200075c4 dir sink handle 0x005b
    [ 2025-05-02 14:34:49,292 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,719] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200075c4 handle 0x005b id 0x02 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,302 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,719] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x200075c4 handle 0x5b
    [ 2025-05-02 14:34:49,312 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,780] 1;33m<wrn> unicast_client: Extra Sink Endpoint discover : Sink #1 ep 0x200075c4
    [ 2025-05-02 14:34:49,319 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,780] <inf> unicast_client: Sink #2 ep 0x200075c4
    [ 2025-05-02 14:34:49,330 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.162,780] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,343 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.223,785] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x005e dir sink
    [ 2025-05-02 14:34:49,354 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,623] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,364 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,623] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005e
    [ 2025-05-02 14:34:49,375 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,623] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,385 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,653] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x005e
    [ 2025-05-02 14:34:49,489 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,653] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x200076ac dir sink handle 0x005e
    [ 2025-05-02 14:34:49,495 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,714] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200076ac handle 0x005e id 0x03 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,714] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x200076ac handle 0x5e
    [ 2025-05-02 14:34:49,505 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,775] 1;33m<wrn> unicast_client: Extra Sink Endpoint discover : Sink #2 ep 0x200076ac
    [ 2025-05-02 14:34:49,509 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,775] <inf> unicast_client: Sink #3 ep 0x200076ac
    [ 2025-05-02 14:34:49,509 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,514 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.282,775] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,522 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.353,759] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0061 dir sink
    [ 2025-05-02 14:34:49,527 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,608] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:49,531 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,639] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0061
    [ 2025-05-02 14:34:49,535 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,639] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:49,539 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,639] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0061
    [ 2025-05-02 14:34:49,542 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,669] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x20007794 dir sink handle 0x0061
    [ 2025-05-02 14:34:49,546 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,700] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007794 handle 0x0061 id 0x04 dir sink state idle -> idle
    [ 2025-05-02 14:34:49,550 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,730] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x20007794 handle 0x61
    [ 2025-05-02 14:34:49,553 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,761] 1;33m<wrn> unicast_client: Extra Sink Endpoint discover : Sink #3 ep 0x20007794
    [ 2025-05-02 14:34:49,553 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,557 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,791] <inf> unicast_client: Sink #4 ep 0x20007794
    [ 2025-05-02 14:34:49,558 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,567 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.392,791] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:49,577 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.482,635] <dbg> bt_bap_unicast_client: unicast_client_ase_cp_discover: conn 0x20004c00
    [ 2025-05-02 14:34:49,781 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.652,679] <dbg> bt_bap_unicast_client: unicast_client_ep_set_cp: conn 0x20004c00 0x006a
    [ 2025-05-02 14:34:49,782 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 1 messages dropped ---
    [ 2025-05-02 14:34:49,785 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <dbg> bt_bap_unicast_client: unicast_client_cp_sub_cb: conn 0x20004c00 err 0
    [ 2025-05-02 14:34:49,789 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: Sink codec index : 0
    [ 2025-05-02 14:34:49,791 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,791 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,793 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: Codec ID          : 0x06
    [ 2025-05-02 14:34:49,793 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,795 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,626] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,796 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,798 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,798 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,803 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,804 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,810 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: Sink codec index : 1
    [ 2025-05-02 14:34:49,817 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,818 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,825 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,657] <inf> unicast_client: Codec ID          : 0x06
    [ 2025-05-02 14:34:49,826 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,832 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,687] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,833 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,839 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,687] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,840 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,847 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,687] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,848 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,852 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 5 messages dropped ---
    [ 2025-05-02 14:34:49,858 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,859 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,866 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: Sink codec index : 3
    [ 2025-05-02 14:34:49,968 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,969 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,971 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: Codec ID          : 0x00
    [ 2025-05-02 14:34:49,972 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,974 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,718] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,975 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,978 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,978 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,981 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,981 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,984 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Sink codec index : 4
    [ 2025-05-02 14:34:49,987 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:49,987 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,989 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Codec ID          : 0x00
    [ 2025-05-02 14:34:49,990 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,992 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,749] <inf> unicast_client: Codec CID         : 0x0000
    [ 2025-05-02 14:34:49,993 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,996 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Codec VID         : 0x0000
    [ 2025-05-02 14:34:49,996 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:49,998 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:49,999 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,001 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Check codec num caps : 2
    [ 2025-05-02 14:34:50,001 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,004 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Discovered 2 sink endpoint(s) for device 0
    [ 2025-05-02 14:34:50,006 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: 
    [ 2025-05-02 14:34:50,008 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,779] <inf> unicast_client: Dev: 0 Sink EP 0
    [ 2025-05-02 14:34:50,015 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,932] <inf> unicast_client: 	Frequencies kHz: 8, 11.025, 16, 22.05, 24, 32, 44.1, 48, 88.2, 96, 176, 192, 384
    [ 2025-05-02 14:34:50,018 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.692,962] <inf> unicast_client: 	Frame duration ms: 7.5, 10
    [ 2025-05-02 14:34:50,022 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: 	Channels supported: 1, 2, 3, 4, 5, 6, 7, 8
    [ 2025-05-02 14:34:50,026 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: 	Frame length bytes: 75 - 190
    [ 2025-05-02 14:34:50,033 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: 	Max frames per SDU: 4
    [ 2025-05-02 14:34:50,040 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,023] <inf> unicast_client: __________________________
    [ 2025-05-02 14:34:50,046 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,054] <inf> unicast_client: 
    [ 2025-05-02 14:34:50,052 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,054] <inf> unicast_client: Dev: 0 Sink EP 1
    [ 2025-05-02 14:34:50,072 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,176] <inf> unicast_client: 	Frequencies kHz: 8, 11.025, 16, 22.05, 24, 32, 44.1, 48, 88.2, 96, 176, 192, 384
    [ 2025-05-02 14:34:50,176 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,206] <inf> unicast_client: 	Frame duration ms: 7.5, 10
    [ 2025-05-02 14:34:50,182 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,237] <inf> unicast_client: 	Channels supported: 1, 2, 3, 4, 5, 6, 7, 8
    [ 2025-05-02 14:34:50,186 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,267] <inf> unicast_client: 	Frame length bytes: 30 - 80
    [ 2025-05-02 14:34:50,189 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,267] <inf> unicast_client: 	Max frames per SDU: 2
    [ 2025-05-02 14:34:50,192 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.693,267] <inf> unicast_client: __________________________
    [ 2025-05-02 14:34:50,199 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.773,773] <dbg> bt_bap_unicast_client: unicast_client_pac_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x002c dir source
    [ 2025-05-02 14:34:50,205 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 61
    [ 2025-05-02 14:34:50,210 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x002c
    [ 2025-05-02 14:34:50,217 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:50,224 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,771] <dbg> bt_bap_unicast_client: unicast_client_read_func: handle 0x002c
    [ 2025-05-02 14:34:50,228 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,802] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #1/2
    [ 2025-05-02 14:34:50,236 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,802] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:50,240 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,833] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:50,243 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,833] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:50,246 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,833] <dbg> bt_bap_unicast_client: unicast_client_read_func: pac #2/2
    [ 2025-05-02 14:34:50,250 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,863] <dbg> bt_bap_unicast_client: unicast_client_set_codec_cap: codec id 0x06 cid 0x0000 vid 0x0000 data_len 19 meta_len 4
    [ 2025-05-02 14:34:50,253 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,894] <dbg> bt_bap_unicast_client: unicast_client_read_func: codec 0x06 capabilities len 19 meta len 4 
    [ 2025-05-02 14:34:50,257 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,924] <inf> unicast_client: PAC RECORD CB CALLED 
    [ 2025-05-02 14:34:50,268 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.803,924] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover: conn 0x20004c00
    [ 2025-05-02 14:34:50,282 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.942,718] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003e dir source
    [ 2025-05-02 14:34:50,294 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.962,615] <dbg> bt_bap_unicast_client: unicast_client_pacs_context_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:50,306 ] 40 NRF5340 BLE APP - INFO - -- [00:00:34.962,646] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover: conn 0x20004c00 dir source
    [ 2025-05-02 14:34:50,320 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.053,771] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0038
    [ 2025-05-02 14:34:50,330 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.053,802] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read: conn 0x20004c00
    [ 2025-05-02 14:34:50,342 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,651] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:50,353 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,651] <dbg> bt_bap_unicast_client: unicast_client_pacs_location_read_func: dir source loc 1
    [ 2025-05-02 14:34:50,360 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,651] <inf> unicast_client: location_cb : dir 2 loc 1
    [ 2025-05-02 14:34:50,460 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,464 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.092,681] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover: conn 0x20004c00
    [ 2025-05-02 14:34:50,470 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.193,756] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x003b
    [ 2025-05-02 14:34:50,475 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.193,756] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read: conn 0x20004c00
    [ 2025-05-02 14:34:50,480 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,615] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: conn 0x20004c00 err 0x00 len 4
    [ 2025-05-02 14:34:50,486 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,646] <dbg> bt_bap_unicast_client: unicast_client_pacs_avail_ctx_read_func: sink context 4047, source context 587
    [ 2025-05-02 14:34:50,490 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,707] <inf> unicast_client: conn: DC:FF:89:32:19:59 (public), snk ctx 4047 src ctx 587
    [ 2025-05-02 14:34:50,494 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.212,738] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:50,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.383,270] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0064 dir source
    [ 2025-05-02 14:34:50,504 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,618] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:50,507 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,618] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0064
    [ 2025-05-02 14:34:50,510 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,648] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:50,513 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,648] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0064
    [ 2025-05-02 14:34:50,518 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,679] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x20007964 dir source handle 0x0064
    [ 2025-05-02 14:34:50,522 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,709] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state idle -> idle
    [ 2025-05-02 14:34:50,533 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,709] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x20007964 handle 0x64
    [ 2025-05-02 14:34:50,543 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,770] 1;33m<wrn> unicast_client: Source Endpoint discover : Source #0 ep 0x20007964
    [ 2025-05-02 14:34:50,544 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,553 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.402,770] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:50,566 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.453,277] <dbg> bt_bap_unicast_client: unicast_client_ase_discover_cb: conn 0x20004c00 attr 0x2002829c handle 0x0067 dir source
    [ 2025-05-02 14:34:50,578 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,614] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 2
    [ 2025-05-02 14:34:50,587 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,614] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0067
    [ 2025-05-02 14:34:50,598 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,645] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: conn 0x20004c00 err 0x00 len 0
    [ 2025-05-02 14:34:50,608 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,645] <dbg> bt_bap_unicast_client: unicast_client_ase_read_func: handle 0x0067
    [ 2025-05-02 14:34:50,619 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,645] <dbg> bt_bap_unicast_client: unicast_client_ep_init: ep 0x20007a4c dir source handle 0x0067
    [ 2025-05-02 14:34:50,634 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,706] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007a4c handle 0x0067 id 0x06 dir source state idle -> idle
    [ 2025-05-02 14:34:50,644 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,706] <dbg> bt_bap_unicast_client: unicast_client_ep_subscribe: ep 0x20007a4c handle 0x67
    [ 2025-05-02 14:34:50,654 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,767] 1;33m<wrn> unicast_client: Source Endpoint discover : Source #1 ep 0x20007a4c
    [ 2025-05-02 14:34:50,655 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,665 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,767] 1;33m<wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default
    [ 2025-05-02 14:34:50,675 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.492,797] <dbg> bt_bap_unicast_client: unicast_client_ase_discover: conn 0x20004c00 
    [ 2025-05-02 14:34:50,685 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.602,630] <dbg> bt_bap_unicast_client: unicast_client_ase_cp_discover: conn 0x20004c00
    [ 2025-05-02 14:34:50,889 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,294] <inf> unicast_client: ========================
    [ 2025-05-02 14:34:50,890 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,891 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 13 messages dropped ---
    [ 2025-05-02 14:34:50,895 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,355] <inf> unicast_client: Source codec index : 2
    [ 2025-05-02 14:34:50,898 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,355] <inf> unicast_client: === Codec Capability ===
    [ 2025-05-02 14:34:50,898 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,901 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,355] <inf> unicast_client: Codec ID          : 0x00
    [ 2025-05-02 14:34:50,902 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:50,903 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 19 messages dropped ---
    [ 2025-05-02 14:34:50,907 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,599] <inf> unicast_client: 	Frame duration ms: 7.5, 10
    [ 2025-05-02 14:34:50,912 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: 	Channels supported: 1, 2, 3, 4, 5, 6, 7, 8
    [ 2025-05-02 14:34:50,915 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: 	Frame length bytes: 30 - 120
    [ 2025-05-02 14:34:50,917 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: 	Max frames per SDU: 2
    [ 2025-05-02 14:34:50,919 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,660] <inf> unicast_client: __________________________
    [ 2025-05-02 14:34:50,921 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,691] <inf> unicast_client: 
    [ 2025-05-02 14:34:50,923 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.783,691] <inf> unicast_client: Dev: 0 Source EP 1
    [ 2025-05-02 14:34:50,925 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 10 messages dropped ---
    [ 2025-05-02 14:34:50,940 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.784,057] <dbg> bt_bap_unicast_client: unicast_group_add_stream: group 0x2001e4b8 stream 0x2001a1c8 qos 0x20000b70 iso 0x2001e304 dir 2
    [ 2025-05-02 14:34:50,943 ] 40 NRF5340 BLE APP - INFO - 1;31m--- 17 messages dropped ---
    [ 2025-05-02 14:34:50,951 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.813,964] <inf> le_audio: 	Octets per frame: 60 (48000 bps)
    [ 2025-05-02 14:34:50,957 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.813,995] <inf> le_audio: 	Frames per SDU: 1
    [ 2025-05-02 14:34:50,967 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,086] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_config: stream 0x20019f88
    [ 2025-05-02 14:34:50,979 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,086] <dbg> bt_bap_unicast_client: unicast_client_ep_config: ep 0x20007964 buf 0x2000807c codec 0x20000b48
    [ 2025-05-02 14:34:50,989 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,117] <dbg> bt_bap_unicast_client: unicast_client_ep_config: id 0x05 dir source codec 0x06
    [ 2025-05-02 14:34:51,094 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,117] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 27
    [ 2025-05-02 14:34:51,096 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,392] <inf> main: LE AUDIO EVT CONFIG RECEIVED
    [ 2025-05-02 14:34:51,097 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:51,099 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.814,819] <inf> main: LE CONN PARAM UPDATED
    [ 2025-05-02 14:34:51,100 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:51,104 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.872,589] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:51,110 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.872,650] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Config Codec (0x01) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,114 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,748] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 41
    [ 2025-05-02 14:34:51,120 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,779] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state idle -> codec-configured
    [ 2025-05-02 14:34:51,128 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,809] <dbg> bt_bap_unicast_client: unicast_client_ep_config_state: dir source unframed_supported 0x01 phy 0x02 rtn 27 latency 80 pd_min 40000 pd_max 40000 pref_pd_min 0 pref_pd_max 0 codec 0x06 
    [ 2025-05-02 14:34:51,132 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,840] <dbg> bt_bap_unicast_client: unicast_client_ep_set_codec_cfg: ep 0x20007964 codec id 0x06 cid 0x0000 vid 0x0000 len 16
    [ 2025-05-02 14:34:51,135 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,840] <inf> unicast_client: LEFT source stream configured
    [ 2025-05-02 14:34:51,137 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: LC3 codec config for source:
    [ 2025-05-02 14:34:51,138 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: 	Frequency: 24000 Hz
    [ 2025-05-02 14:34:51,140 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: 	Duration: 10000 us
    [ 2025-05-02 14:34:51,142 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,870] <inf> le_audio: 	Channel allocation: 0x1
    [ 2025-05-02 14:34:51,145 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,901] <inf> le_audio: 	Octets per frame: 60 (48000 bps)
    [ 2025-05-02 14:34:51,147 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,901] <inf> le_audio: 	Frames per SDU: 1
    [ 2025-05-02 14:34:51,158 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.873,992] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: ep 0x20007964 buf 0x2000807c qos 0x20000b70
    [ 2025-05-02 14:34:51,175 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,023] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: id 0x05 cig 0x00 cis 0x00 interval 10000 framing 0x00 phy 0x02 sdu 60 rtn 2 latency 10 pd 40000
    [ 2025-05-02 14:34:51,187 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,053] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: ep 0x200074dc buf 0x2000807c qos 0x20000ba8
    [ 2025-05-02 14:34:51,204 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,053] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_qos: id 0x01 cig 0x00 cis 0x00 interval 10000 framing 0x00 phy 0x02 sdu 60 rtn 2 latency 10 pd 35000
    [ 2025-05-02 14:34:51,218 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,084] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 34
    [ 2025-05-02 14:34:51,224 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.874,359] <inf> main: LE AUDIO EVT CONFIG RECEIVED
    [ 2025-05-02 14:34:51,225 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:34:51,234 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.892,608] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 8
    [ 2025-05-02 14:34:51,342 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.892,669] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Config QoS (0x02) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,347 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.892,700] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Config QoS (0x02) id 0x01 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,350 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,188] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 17
    [ 2025-05-02 14:34:51,356 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,249] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state codec-configured -> qos-configured
    [ 2025-05-02 14:34:51,360 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,280] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_update: ep 0x20007964 dir source bap_iso 0x2001e274
    [ 2025-05-02 14:34:51,365 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,280] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_state: dir source cig 0x00 cis 0x00 codec 0x06 interval 10000 framing 0x00 phy 0x02 rtn 2 latency 10 pd 40000
    [ 2025-05-02 14:34:51,367 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,310] <inf> unicast_client: Set LEFT to PD: 40000
    [ 2025-05-02 14:34:51,370 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,737] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 17
    [ 2025-05-02 14:34:51,375 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,798] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state codec-configured -> qos-configured
    [ 2025-05-02 14:34:51,379 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,798] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_update: ep 0x200074dc dir sink bap_iso 0x2001e274
    [ 2025-05-02 14:34:51,384 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,829] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_state: dir sink cig 0x00 cis 0x00 codec 0x06 interval 10000 framing 0x00 phy 0x02 rtn 2 latency 10 pd 35000
    [ 2025-05-02 14:34:51,390 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,859] <inf> unicast_client: Set LEFT to PD: 35000
    [ 2025-05-02 14:34:51,493 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,859] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_enable: stream 0x20019e74
    [ 2025-05-02 14:34:51,497 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,890] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: ep 0x200074dc buf 0x2000807c meta_len 4
    [ 2025-05-02 14:34:51,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,890] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: id 0x01
    [ 2025-05-02 14:34:51,504 ] 40 NRF5340 BLE APP - INFO - -- [00:00:35.893,920] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x200074dc buf 0x2000807c len 8
    [ 2025-05-02 14:34:51,508 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.162,597] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:51,512 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.162,628] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Enable (0x03) id 0x01 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,516 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,177] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 9
    [ 2025-05-02 14:34:51,521 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,238] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state qos-configured -> enabling
    [ 2025-05-02 14:34:51,524 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,238] <dbg> bt_bap_unicast_client: unicast_client_ep_enabling_state: dir sink cig 0x00 cis 0x00
    [ 2025-05-02 14:34:51,529 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,238] <dbg> bt_bap_unicast_client: unicast_client_ep_set_metadata: ep 0x200074dc len 4 codec_cfg (nil)
    [ 2025-05-02 14:34:51,532 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,269] <inf> unicast_client: Stream enabled: 0x20019e74
    [ 2025-05-02 14:34:51,535 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,269] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_enable: stream 0x20019f88
    [ 2025-05-02 14:34:51,540 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,299] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: ep 0x20007964 buf 0x2000807c meta_len 4
    [ 2025-05-02 14:34:51,543 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,299] <dbg> bt_bap_unicast_client: unicast_client_ep_enable: id 0x05
    [ 2025-05-02 14:34:51,556 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.163,299] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 8
    [ 2025-05-02 14:34:51,565 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.432,586] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:51,579 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.432,647] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Enable (0x03) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:51,682 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,166] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 9
    [ 2025-05-02 14:34:51,687 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,227] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state qos-configured -> enabling
    [ 2025-05-02 14:34:51,690 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,227] <dbg> bt_bap_unicast_client: unicast_client_ep_enabling_state: dir source cig 0x00 cis 0x00
    [ 2025-05-02 14:34:51,693 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,258] <dbg> bt_bap_unicast_client: unicast_client_ep_set_metadata: ep 0x20007964 len 4 codec_cfg (nil)
    [ 2025-05-02 14:34:51,696 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,258] <inf> unicast_client: Stream enabled: 0x20019f88
    [ 2025-05-02 14:34:51,699 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,288] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74
    [ 2025-05-02 14:34:51,702 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.433,288] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74 iso 0x2001e274
    [ 2025-05-02 14:34:52,110 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,106] <dbg> bt_bap_unicast_client: unicast_client_ep_iso_connected: stream 0x20019f88 ep 0x20007964 dir source receiver_ready 0
    [ 2025-05-02 14:34:52,115 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,136] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74
    [ 2025-05-02 14:34:52,120 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,167] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: stream 0x20019e74 iso 0x2001e274
    [ 2025-05-02 14:34:52,126 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,167] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_connect: iso_chan 0x2001e274 already connecting or connected (3)
    [ 2025-05-02 14:34:52,132 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.890,167] <dbg> bt_bap_unicast_client: unicast_client_ep_iso_connected: stream 0x20019e74 ep 0x200074dc dir sink receiver_ready 0
    [ 2025-05-02 14:34:52,137 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,656] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 9
    [ 2025-05-02 14:34:52,142 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,717] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state enabling -> streaming
    [ 2025-05-02 14:34:52,145 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,717] <dbg> bt_bap_unicast_client: unicast_client_ep_streaming_state: dir sink cig 0x00 cis 0x00
    [ 2025-05-02 14:34:52,147 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.972,717] <inf> unicast_client: Stream 0x20019e74 started
    [ 2025-05-02 14:34:52,148 ] 40 NRF5340 BLE APP - INFO - Success: Stream started
    [ 2025-05-02 14:34:52,152 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,433] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_start: stream 0x20019f88
    [ 2025-05-02 14:34:52,159 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,433] <dbg> bt_bap_unicast_client: unicast_client_ep_start: ep 0x20007964 buf 0x2000807c
    [ 2025-05-02 14:34:52,168 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,433] <dbg> bt_bap_unicast_client: unicast_client_ep_start: id 0x05
    [ 2025-05-02 14:34:52,181 ] 40 NRF5340 BLE APP - INFO - -- [00:00:36.975,463] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 3
    [ 2025-05-02 14:34:52,487 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.422,607] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:34:52,500 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.422,637] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Receiver Start Ready (0x04) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:34:52,515 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,187] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 9
    [ 2025-05-02 14:34:52,534 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,217] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x20007964 handle 0x0064 id 0x05 dir source state enabling -> streaming
    [ 2025-05-02 14:34:52,547 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,248] <dbg> bt_bap_unicast_client: unicast_client_ep_streaming_state: dir source cig 0x00 cis 0x00
    [ 2025-05-02 14:34:52,556 ] 40 NRF5340 BLE APP - INFO - -- [00:00:37.423,248] <inf> unicast_client: Stream 0x20019f88 started
    [ 2025-05-02 14:34:52,561 ] 40 NRF5340 BLE APP - INFO - Success: Stream started
    [ 2025-05-02 14:34:59,537 ] 40 NRF5340 BLE APP - INFO - -- [00:00:43.406,463] <inf> audio_usb: USB RX first data received.
    [ 2025-05-02 14:36:46,615 ] 40 NRF5340 BLE APP - INFO - pauseaudio
    [ 2025-05-02 14:36:46,620 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,067] <inf> main: pauseaudio
    [ 2025-05-02 14:36:46,621 ] 40 NRF5340 BLE APP - INFO - 
    [ 2025-05-02 14:36:46,628 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,647] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_disable: stream 0x20019e74
    [ 2025-05-02 14:36:46,635 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,678] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: ep 0x200074dc buf 0x2000807c
    [ 2025-05-02 14:36:46,642 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,678] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: id 0x01
    [ 2025-05-02 14:36:46,655 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.557,678] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x200074dc buf 0x2000807c len 3
    [ 2025-05-02 14:36:46,664 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.569,335] 1;33m<wrn> le_audio_rx: Not in streaming state (1), thrown 1 packet(s)
    [ 2025-05-02 14:36:46,774 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.722,595] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:36:46,787 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.722,656] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Disable (0x05) id 0x01 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:36:46,798 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.723,175] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x200074dc len 17
    [ 2025-05-02 14:36:46,805 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.723,205] <inf> unicast_client: Stream 0x20019e74 stopped. Reason 19
    [ 2025-05-02 14:36:46,810 ] 40 NRF5340 BLE APP - INFO -  Success: Stream stopped
    
    [ 2025-05-02 14:36:46,831 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,891] <dbg> bt_bap_unicast_client: unicast_client_ep_set_status: ep 0x200074dc handle 0x0058 id 0x01 dir sink state streaming -> qos-configured
    [ 2025-05-02 14:36:46,840 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,921] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_disable: stream 0x20019f88
    [ 2025-05-02 14:36:46,851 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,921] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: ep 0x20007964 buf 0x2000807c
    [ 2025-05-02 14:36:46,859 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,952] <dbg> bt_bap_unicast_client: unicast_client_ep_disable: id 0x05
    [ 2025-05-02 14:36:46,873 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.725,952] <dbg> bt_bap_unicast_client: bt_bap_unicast_client_ep_send: conn 0x20004c00 ep 0x20007964 buf 0x2000807c len 3
    [ 2025-05-02 14:36:46,884 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.726,013] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_update: ep 0x200074dc dir sink bap_iso 0x2001e274
    [ 2025-05-02 14:36:46,902 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.726,013] <dbg> bt_bap_unicast_client: unicast_client_ep_qos_state: dir sink cig 0x00 cis 0x00 codec 0x06 interval 10000 framing 0x00 phy 0x02 rtn 2 latency 10 pd 35000
    [ 2025-05-02 14:36:46,908 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.726,043] <inf> unicast_client: Set LEFT to PD: 35000
    [ 2025-05-02 14:36:47,117 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.992,614] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: conn 0x20004c00 len 5
    [ 2025-05-02 14:36:47,131 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.992,645] <dbg> bt_bap_unicast_client: unicast_client_cp_notify: op Disable (0x05) id 0x05 code Success (0x00) reason None (0x00)
    [ 2025-05-02 14:36:47,138 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.993,255] <dbg> bt_bap_unicast_client: unicast_client_ep_notify: conn 0x20004c00 ep 0x20007964 len 9
    [ 2025-05-02 14:36:47,142 ] 40 NRF5340 BLE APP - INFO - -- [00:02:31.993,286] <inf> unicast_client: Stream 0x20019f88 stopped. Reason 19
    [ 2025-05-02 14:36:47,144 ] 40 NRF5340 BLE APP - INFO -  Success: Stream stopped
    

    Thanks again for your help, and looking forward to what you hear from the R&D team.

    Best regards,
    Yash

Children
No Data
Related