nrf5340 audio dk usb input issue

I cannot get the nrf5340 audio dk kit to work from USB input properly. After a reset, it only works for a fraction of a second and audio stops. Has anyone run into a similar problem? Please see attached video.

Parents
  • Hello, and thanks for the video!

    I rarely get videoes describing the issue here on DevZone. 

    What NCS version are you using? For audio development I would recommend NCS versions <= 2.6.0.

    EDIT: I mean NCS versions >= 2.6.0.

    Regards,

    Elfving

  • Hi Elfving, I have been using 2.6.1. I will try 2.6.0 and report back.

  • While flashing or during operation? Can you outline the procedure to get the log during operation without using VS Code?

  • During operation. Use a serial terminal. I believe using it is mentioned a bit in this fundementals course.

    We have one in VSC and nRF Connect for Desktop, but you can use any other as well. If you are using windows I hear tera term is good, I use termite for some reason.

    If you are on linux, minicom is good.

    Regards,

    Elfving

  • It looks like I am experiencing the problem listed under 'Known issues'

    OCT-2154: USB audio interface does not work correctly on macOS

    Below are the logs from the terminals of the Gateway and the headset. It looks like a Log level of DBG would have had more details, but I did not know how change the LOG_LEVEL.   

    headset terminal below...

    *** Booting nRF Connect SDK 3758bcbfa5cd ***
    HR [00:00:00.267,486] <inf> board_version: Compatible board/HW version found: 1.0.0
    HR [00:00:00.319,702] <inf> fw_info: 
             nRF5340 Audio nRF5340 Audio DK cpuapp                      
             NCS base version: 2.6.1                            
             Cmake run : Mon Jul 08 19:25:55 2024
    HR [00:00:00.319,702] <inf> fw_info: ------- DEBUG BUILD -------
    HR [00:00:00.319,702] <inf> fw_info: HEADSET right device
    HR [00:00:00.332,336] <inf> bt_mgmt_ctlr_cfg: Controller: SoftDevice: Version 5.4 (0x0d), Revision 8591
    HR [00:00:00.332,550] <inf> bt_mgmt: Local identity addr: E3:F1:8B:EA:8D:53 (random)
    HR [00:00:00.334,503] <inf> bt_mgmt_scan: Local addr: E3:F1:8B:EA:8D:53 (random). May time out. Updates not printed
    HR [00:00:00.334,503] <inf> bt_mgmt_scan: Scanning successfully started
    HR [00:00:00.368,072] <inf> bt_mgmt_scan: Broadcast source NRF5340_BROADCASTER found, id: 0x919119
    HR [00:00:00.627,685] <inf> main: PA synced
    HR [00:00:00.627,929] <inf> broadcast_sink: Syncing to broadcast stream index 1
    HR [00:00:00.628,082] <inf> main: Presentation delay 10000 us is set
    HR [00:00:01.034,393] <inf> broadcast_sink: Stream index 1 started
    HR [00:00:01.034,393] <inf> broadcast_sink: Codec config for LC3:
    HR [00:00:01.034,393] <inf> broadcast_sink:     Frequency: 48000 Hz
    HR [00:00:01.034,393] <inf> broadcast_sink:     Frame Duration: 10000 us
    HR [00:00:01.034,393] <inf> broadcast_sink:     Octets per frame: 120 (96000 kbps)
    HR [00:00:01.034,393] <inf> broadcast_sink:     Frames per SDU: 1
    HR [00:00:01.034,423] <inf> broadcast_sink:     Channel allocation: 0x2
    HR [00:00:01.034,637] <wrn> le_audio_rx: Not in streaming state, throwing data: 1
    HR [00:00:01.035,430] <wrn> le_audio_rx: Not in streaming state, throwing data: 1
    HR [00:00:01.046,142] <inf> audio_datapath: Drft comp state: CALIB
    HR [00:00:01.047,119] <wrn> audio_datapath: Data received, total under-runs: 1
    HR [00:00:01.146,148] <inf> audio_datapath: Drft comp state: OFFSET
    HR [00:00:01.545,989] <inf> audio_datapath: Drft comp state: LOCKED
    HR [00:00:01.555,511] <inf> audio_datapath: Pres comp state: MEAS
    HR [00:00:01.665,496] <inf> audio_datapath: Pres comp state: WAIT
    HR [00:00:01.805,511] <inf> audio_datapath: Pres comp state: INIT
    HR [00:00:01.815,521] <inf> audio_datapath: Pres comp state: MEAS
    HR [00:00:01.925,506] <inf> audio_datapath: Pres comp state: LOCKED

    gateway terminal below...

    *** Booting nRF Connect SDK 3758bcbfa5cd ***
    GW [00:00:00.267,700] <inf> board_version: Compatible board/HW version found: 1.0.0
    GW [00:00:00.292,144] <inf> audio_usb: Ready for USB host to send/receive.
    GW [00:00:00.292,175] <inf> fw_info: 
             nRF5340 Audio nRF5340 Audio DK cpuapp                      
             NCS base version: 2.6.1                            
             Cmake run : Sun Jul 14 21:02:34 2024
    GW [00:00:00.292,175] <inf> fw_info: ------- DEBUG BUILD -------
    GW [00:00:00.292,175] <inf> fw_info: Compiled for GATEWAY device
    GW [00:00:00.302,764] <inf> bt_mgmt_ctlr_cfg: Controller: SoftDevice: Version 5.4 (0x0d), Revision 8591
    GW [00:00:00.302,947] <inf> bt_mgmt: Local identity addr: D8:71:EF:B5:A4:F7 (random)
    GW [00:00:00.303,283] <inf> broadcast_source: Enabling broadcast_source NRF5340_BROADCASTER
    GW [00:00:00.307,128] <inf> bt_mgmt_adv: Local addr: 1E:3B:90:E2:1F:64 (random)
    GW [00:00:00.309,234] <inf> main: Ext adv ready
    GW [00:00:00.309,844] <inf> bt_mgmt_adv: Advertising successfully started
    GW [00:00:00.317,474] <inf> broadcast_source: Broadcast source 0x2000c53c started
    GW [00:00:00.317,962] <inf> broadcast_source: Broadcast source 0x2000c564 started
    GW [00:00:03.409,393] <inf> audio_usb: USB RX first data received.

    Can you tell me the config line to add to the prj.conf file to change the LOG_LEVEL to DBG?

  • Hi,

    assegid said:

    The only change I made is to the prj.conf file to enable and disable analog audio input using...

    #CONFIG_AUDIO_SOURCE_I2S=y

    In your prj.conf you should have CONFIG_AUDIO_SOURCE_USB=y. Can you check if you set this correctly?

    assegid said:
    Can you tell me the config line to add to the prj.conf file to change the LOG_LEVEL to DBG?

    Is CONFIG_BT_LOG_LEVEL_DBG that you want to use?

    What did you pause (recording on the computer, or device)?
    Known issue OCT-2154 is about intermittent audio stream on the headset side. Do you hear intermittent audio on the headset device, or you do not hear it at all after the reset? Does loss of audio stream occur sporadically as mentioned in OCT-2154?

    Best regards,
    Dejan

  • Hi Dejan,

    I had assumed the CONFIG_AUDIO_SOURCE_USB=y is set globally somewhere else because I read somewhere that is the default. Anyway, I have added it but it made no difference. 

    No, the USB audio is not intermittent. When the Gateway starts, it works briefly for less than a second and dies and never comes back. Below are the log captures.

    Gateway:

    GW [00:00:06.172,210] <dbg> bt_conn: bt_conn_ref-- [00:00:00.387,237] <dbg> bt_hci_core: bt_hci_driver_register: Registered IPC
    *** Booting nRF Connect SDK 3758bcbfa5cd ***
    GW [00:00:00.402,801] <inf> board_version: Compatible board/HW version found: 1.0.0
    --- 912 messages dropped ---
    GW [00:00:00.463,531] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2042 param_len 6
    --- 27 messages dropped ---
    GW [00:00:00.470,031] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 5
    --- 13 messages dropped ---
    GW [00:00:00.471,038] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0023 offset 0 length 5
    --- 57 messages dropped ---
    GW [00:00:00.499,359] <dbg> bt_rpa: ah: irk 2a2ba6ea88841ab93dd44427eed65ab9
    --- 8 messages dropped ---
    GW [00:00:00.510,772] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b10)
    --- 6 messages dropped ---
    GW [00:00:00.531,555] <dbg> bt_keys: bt_keys_find_irk: 66:31:A0:C2:28:3B (random)
    --- 31 messages dropped ---
    GW [00:00:00.531,616] <dbg> bt_rpa: bt_rpa_irk_matches: IRK 2a2ba6ea88841ab93dd44427eed65ab9 bdaddr 66:31:A0:C2:28:3B
    GW [00:00:00.531,646] <dbg> bt_rpa: ah: irk 2a2ba6ea88841ab93dd44427eed65ab9
    --- 6 messages dropped ---
    GW [00:00:00.566,558] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    --- 53 messages dropped ---
    GW [00:00:00.566,558] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2043 param_len 26
    GW [00:00:00.566,589] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:00.566,619] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x200235c8 opcode 0x2043 len 29
    GW [00:00:00.566,650] <dbg> bt_hci_core: process_events: count 2
    GW [00:00:00.566,650] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:00.566,680] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    GW [00:00:00.566,680] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    GW [00:00:00.566,680] <dbg> bt_hci_core: send_cmd: Sending command 0x2043 (buf 0x200235c8) to driver
    GW [00:00:00.566,711] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 29 type 0
    GW [00:00:00.566,711] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 29
    GW [00:00:00.566,741] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 43 20 1a 00 03 01 bf  d8 68 13 3d ee 01 60 00 |.C ..... .h.=..`.
                                               60 00 20 00 20 00 00 00  64 00 00 00 00 00       |`. . ... d.....  
    --- 175 messages dropped ---
    GW [00:00:00.677,062] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 15 messages dropped ---
    GW [00:00:00.677,337] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               01 16 20 02 00 00                                |.. ...           
    --- 37 messages dropped ---
    GW [00:00:00.714,233] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    --- 12 messages dropped ---
    GW [00:00:00.726,776] <dbg> bt_hci_driver: bt_ipc_evt_recv: len 47
    --- 23 messages dropped ---
    GW [00:00:00.735,748] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b10)
    GW [00:00:00.735,748] <dbg> bt_hci_core: bt_recv: buf 0x20022b10 len 37
    GW [00:00:00.735,778] <dbg> bt_hci_core: rx_work_handler: Getting net_buf from queue
    --- 31 messages dropped ---
    GW [00:00:00.765,686] <dbg> bt_rpa: ah: irk 2a2ba6ea88841ab93dd44427eed65ab9
    GW [00:00:00.765,686] <dbg> bt_rpa: ah: r 27a97e
    --- 63 messages dropped ---
    GW [00:00:00.784,271] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    --- 30 messages dropped ---
    GW [00:00:00.794,158] <dbg> bt_hci_core: hci_acl: buf 0x200229b0
    GW [00:00:00.794,189] <dbg> bt_hci_core: hci_acl: handle 0 len 7 flags 2
    GW [00:00:00.794,189] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    GW [00:00:00.794,219] <dbg> bt_conn: tx_notify: conn 0x20004538
    GW [00:00:00.794,219] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    GW [00:00:00.794,250] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    GW [00:00:00.794,250] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    GW [00:00:00.794,250] <dbg> bt_l2cap: bt_l2cap_recv: Packet for CID 4 len 3
    GW [00:00:00.794,281] <dbg> bt_l2cap: l2cap_chan_recv: chan 0x2001d8ec len 3
    GW [00:00:00.794,281] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2001d8e8 code 0x03 len 2
    GW [00:00:00.794,281] <dbg> bt_att: att_mtu_rsp: Server MTU 65
    GW [00:00:00.794,311] <dbg> bt_att: att_mtu_rsp: Negotiated MTU 65
    --- 140 messages dropped ---
    GW [00:00:00.891,845] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               02 01 00 07 00 03 00 04  00 02 41 00             |........ ..A.    
    --- 17 messages dropped ---
    GW [00:00:00.892,303] <dbg> bt_conn: bt_conn_ref: handle 1 ref 2 -> 3
    GW [00:00:00.892,303] <dbg> bt_conn: bt_conn_unref: handle 1 ref 3 -> 2
    GW [00:00:00.892,303] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    GW [00:00:00.892,333] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    GW [00:00:00.892,333] <dbg> bt_conn: bt_conn_ref: handle 1 ref 2 -> 3
    GW [00:00:00.892,364] <dbg> bt_conn: bt_conn_unref: handle 1 ref 3 -> 2
    GW [00:00:00.892,395] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
    GW [00:00:00.904,083] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 01 00 01 00                          |........         
    --- 25 messages dropped ---
    GW [00:00:00.984,191] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    --- 69 messages dropped ---
    GW [00:00:00.994,842] <dbg> bt_l2cap: bt_l2cap_send_cb: conn 0x20004538 cid 4 len 9
    GW [00:00:00.994,842] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 13 cb 0x86983 user_data 0x2001273c
    GW [00:00:00.994,903] <dbg> bt_gatt: gatt_read_type: start_handle 0x0001 end_handle 0xffff
    GW [00:00:00.994,903] <dbg> bt_att: bt_att_req_alloc: req 0x20023e4c
    --- 48 messages dropped ---
    GW [00:00:01.034,637] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.034,667] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.034,667] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.034,698] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:01.034,698] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    GW [00:00:01.034,729] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 00 00 01  00                      |.5...... .       
    GW [00:00:01.034,759] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    GW [00:00:01.034,790] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:01.034,790] <dbg> bt_hci_core: process_events: ev->state 0
    --- 17 messages dropped ---
    GW [00:00:01.114,227] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 00 00 01 00                          |........         
    GW [00:00:01.114,257] <dbg> bt_hci_driver: bt_ipc_evt_recv: len 5
    GW [00:00:01.114,257] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b88)
    --- 73 messages dropped ---
    GW [00:00:01.154,998] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.155,029] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.155,029] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.155,059] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 57 messages dropped ---
    GW [00:00:01.194,976] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 67 messages dropped ---
    GW [00:00:01.195,007] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.195,007] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 53 messages dropped ---
    GW [00:00:01.224,670] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 54 messages dropped ---
    GW [00:00:01.234,710] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 02 00  20 03 00 05 2a 05 00 0a |:.......  ...*...
                                               06 00 29 2b 07 00 02 08  00 2a 2b                |..)+.... .*+     
    --- 120 messages dropped ---
    GW [00:00:01.275,939] <dbg> bt_conn: bt_conn_ref: handle 0 ref 4 -> 5
    GW [00:00:01.275,970] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    GW [00:00:01.275,970] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 55 messages dropped ---
    GW [00:00:01.304,687] <dbg> bt_hci_core: process_events: ev->state 0
    --- 30 messages dropped ---
    GW [00:00:01.314,086] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    GW [00:00:01.314,086] <dbg> bt_hci_core: hci_num_completed_packets: handle 0 count 1
    GW [00:00:01.314,117] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    --- 77 messages dropped ---
    GW [00:00:01.345,062] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 126 messages dropped ---
    GW [00:00:01.355,926] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    GW [00:00:01.355,957] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.355,987] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 71 messages dropped ---
    GW [00:00:01.394,073] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b88)
    --- 28 messages dropped ---
    GW [00:00:01.394,073] <dbg> bt_hci_core: bt_recv: buf 0x20022b88 len 7
    GW [00:00:01.394,073] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    GW [00:00:01.394,104] <dbg> bt_hci_core: hci_num_completed_packets: handle 0 count 1
    --- 58 messages dropped ---
    GW [00:00:01.435,974] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 99 messages dropped ---
    GW [00:00:01.436,004] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 27 messages dropped ---
    GW [00:00:01.457,397] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 132 messages dropped ---
    GW [00:00:01.474,975] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 67 messages dropped ---
    GW [00:00:01.475,006] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.475,006] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 32 messages dropped ---
    GW [00:00:01.504,119] <dbg> bt_conn: bt_conn_ref: handle 1 ref 3 -> 4
    --- 96 messages dropped ---
    GW [00:00:01.515,472] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.515,502] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.515,502] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 131 messages dropped ---
    GW [00:00:01.554,992] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 66 messages dropped ---
    GW [00:00:01.554,992] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.555,023] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 32 messages dropped ---
    GW [00:00:01.584,136] <dbg> bt_conn: bt_conn_ref: handle 1 ref 3 -> 4
    --- 71 messages dropped ---
    GW [00:00:01.595,001] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.595,001] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.595,001] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 107 messages dropped ---
    GW [00:00:01.626,037] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 67 messages dropped ---
    GW [00:00:01.635,040] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.635,040] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.635,070] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 69 messages dropped ---
    GW [00:00:01.665,039] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 71 messages dropped ---
    GW [00:00:01.674,926] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.674,926] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.674,957] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 100 messages dropped ---
    GW [00:00:01.705,535] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 67 messages dropped ---
    GW [00:00:01.714,996] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.715,026] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.715,026] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    GW [00:00:01.755,462] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 101 messages dropped ---
    GW [00:00:01.755,493] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.755,493] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 73 messages dropped ---
    GW [00:00:01.785,003] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 67 messages dropped ---
    GW [00:00:01.795,013] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.795,013] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.795,043] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    GW [00:00:01.834,838] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 67 messages dropped ---
    GW [00:00:01.834,869] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    GW [00:00:01.834,869] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 75 messages dropped ---
    GW [00:00:01.864,959] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 67 messages dropped ---
    GW [00:00:01.875,030] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.875,030] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.875,061] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    GW [00:00:01.905,059] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 52 messages dropped ---
    GW [00:00:01.914,733] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 02 00  20 03 00 05 2a 05 00 0a |:.......  ...*...
                                               06 00 29 2b 07 00 02 08  00 2a 2b                |..)+.... .*+     
    --- 106 messages dropped ---
    GW [00:00:01.955,963] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 125 messages dropped ---
    GW [00:00:01.955,963] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.955,993] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 70 messages dropped ---
    GW [00:00:01.985,046] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 30 messages dropped ---
    GW [00:00:01.994,110] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    GW [00:00:01.994,110] <dbg> bt_hci_core: hci_num_completed_packets: handle 0 count 1
    --- 72 messages dropped ---
    GW [00:00:02.024,932] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 108 messages dropped ---
    GW [00:00:02.036,193] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.036,193] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.036,224] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 70 messages dropped ---
    GW [00:00:02.065,063] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 69 messages dropped ---
    GW [00:00:02.075,012] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.075,042] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.075,042] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 56 messages dropped ---
    GW [00:00:02.114,990] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 72 messages dropped ---
    GW [00:00:02.115,020] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.115,020] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 130 messages dropped ---
    GW [00:00:02.146,057] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 81 messages dropped ---
    GW [00:00:02.155,181] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.155,181] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:02.155,212] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 91 messages dropped ---
    GW [00:00:02.185,455] <dbg> bt_att: chan_rsp_sent: chan 0x2001d858
    --- 143 messages dropped ---
    GW [00:00:02.196,777] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.196,807] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.196,807] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 111 messages dropped ---
    GW [00:00:02.235,168] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 00 00 01  00                      |.5...... .       
    --- 82 messages dropped ---
    GW [00:00:02.235,198] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    --- 73 messages dropped ---
    GW [00:00:02.265,075] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 61 messages dropped ---
    GW [00:00:02.275,268] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 29 00 00 5c                                   |.)..\            
    GW [00:00:02.275,299] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 00 10 1b 00 20 00 02  21 00 cc 2b 22 00 12 23 |..... .. !..+"..#
                                               00 cd 2b 25 00 02 26 00  ce 2b 28 00 12 29 00 84 |..+%..&. .+(..)..
    --- 194 messages dropped ---
    GW [00:00:02.315,704] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.315,704] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 83 messages dropped ---
    GW [00:00:02.355,010] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    --- 89 messages dropped ---
    GW [00:00:02.355,041] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 4 events
    GW [00:00:02.355,041] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:02.355,072] <dbg> bt_hci_core: process_events: ev->state 0
    --- 154 messages dropped ---
    GW [00:00:02.395,599] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 125 messages dropped ---
    GW [00:00:02.395,599] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.395,629] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:02.395,629] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 105 messages dropped ---
    GW [00:00:02.435,607] <dbg> bt_hci_core: process_events: ev->state 0
    --- 127 messages dropped ---
    GW [00:00:02.435,638] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:02.435,638] <dbg> bt_hci_core: process_events: ev->state 2
    --- 99 messages dropped ---
    GW [00:00:02.465,332] <dbg> bt_hci_driver: bt_ipc_acl_recv: len 27
    --- 121 messages dropped ---
    GW [00:00:02.476,318] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.476,318] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.476,348] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 120 messages dropped ---
    GW [00:00:02.505,737] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 68 messages dropped ---
    GW [00:00:02.515,014] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.515,045] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.515,045] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 32 messages dropped ---
    GW [00:00:02.544,158] <dbg> bt_conn: bt_conn_unref: handle 1 ref 4 -> 3
    --- 52 messages dropped ---
    GW [00:00:02.554,718] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 19 00  02 1a 00 c9 2b 1c 00 02 |:....... ....+...
                                               1d 00 ca 2b 1e 00 02 1f  00 cb 2b                |...+.... ..+     
    --- 132 messages dropped ---
    GW [00:00:02.595,642] <dbg> bt_att: find_info_cb: handle 0x0019
    --- 117 messages dropped ---
    GW [00:00:02.595,642] <dbg> bt_att: find_info_cb: handle 0x001a
    GW [00:00:02.595,672] <dbg> bt_att: find_info_cb: handle 0x001b
    GW [00:00:02.595,672] <dbg> bt_att: find_info_cb: handle 0x001c
    --- 143 messages dropped ---
    GW [00:00:02.625,854] <dbg> bt_hci_core: process_events: count 4
    --- 97 messages dropped ---
    GW [00:00:02.635,131] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:02.635,131] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:02.635,162] <dbg> bt_conn: bt_conn_process_tx: conn 0x20004600
    --- 131 messages dropped ---
    GW [00:00:02.666,259] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 118 messages dropped ---
    GW [00:00:02.676,116] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.676,147] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.676,147] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 67 messages dropped ---
    GW [00:00:02.705,047] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 69 messages dropped ---
    GW [00:00:02.715,026] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.715,026] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.715,057] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 56 messages dropped ---
    GW [00:00:02.755,065] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 72 messages dropped ---
    GW [00:00:02.755,065] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.755,065] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 145 messages dropped ---
    GW [00:00:02.786,071] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 106 messages dropped ---
    GW [00:00:02.795,440] <dbg> bt_conn: bt_conn_ref: handle 0 ref 4 -> 5
    GW [00:00:02.795,471] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    GW [00:00:02.795,471] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 143 messages dropped ---
    GW [00:00:02.835,937] <dbg> bt_conn: do_send_frag: conn 0x20004538 buf 0x20023ba0 len 11 flags 0x02
    --- 144 messages dropped ---
    GW [00:00:02.835,937] <dbg> bt_hci_core: bt_send: buf 0x20023ba0 len 15 type 2
    GW [00:00:02.835,968] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20023ba0 type 2 len 15
    --- 126 messages dropped ---
    GW [00:00:02.874,969] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 66 messages dropped ---
    GW [00:00:02.874,969] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    GW [00:00:02.875,000] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 70 messages dropped ---
    GW [00:00:02.905,029] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 53 messages dropped ---
    GW [00:00:02.914,703] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 02 00  20 03 00 05 2a 05 00 0a |:.......  ...*...
                                               06 00 29 2b 07 00 02 08  00 2a 2b                |..)+.... .*+     
    --- 77 messages dropped ---
    GW [00:00:02.956,024] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 138 messages dropped ---
    GW [00:00:02.956,024] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.956,054] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 108 messages dropped ---
    GW [00:00:02.985,443] <dbg> bt_conn: bt_conn_send_cb: conn handle 1 buf len 66 cb 0x869bb user_data 0x2001278c
    --- 130 messages dropped ---
    GW [00:00:02.995,666] <dbg> bt_conn: bt_conn_prepare_events: 
    GW [00:00:02.995,666] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20004538 to poll list
    GW [00:00:02.995,697] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    --- 132 messages dropped ---
    GW [00:00:03.035,186] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 84 messages dropped ---
    GW [00:00:03.035,186] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.035,217] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 32 messages dropped ---
    GW [00:00:03.064,147] <dbg> bt_conn: bt_conn_ref: handle 1 ref 3 -> 4
    --- 68 messages dropped ---
    GW [00:00:03.074,981] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.075,042] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.075,042] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 93 messages dropped ---
    GW [00:00:03.105,346] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 01 10 1b 00 0a 00 02  0b 00 00 2a 0c 00 02 0d |........ ...*....
                                               00 01 2a 0f 00 1c 10 00  c6 2b 12 00 12 13 00 c4 |..*..... .+......
    --- 52 messages dropped ---
    GW [00:00:03.114,746] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 00 10 1b 00 00 00 28  19 00 03 28 1a 00 c9 2b |.......( ...(...+
                                               1b 00 02 29 1c 00 03 28  1d 00 ca 2b 1e 00 03 28 |...)...( ...+...(
    --- 223 messages dropped ---
    GW [00:00:03.155,853] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:03.155,883] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 108 messages dropped ---
    GW [00:00:03.195,648] <dbg> bt_hci_core: process_events: ev->state 0
    --- 128 messages dropped ---
    GW [00:00:03.195,648] <dbg> bt_hci_core: process_events: ev->state 2
    GW [00:00:03.195,678] <dbg> bt_conn: bt_conn_prepare_events: 
    GW [00:00:03.195,678] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20004538 to poll list
    --- 273 messages dropped ---
    GW [00:00:03.236,175] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.236,175] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.236,206] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 30 messages dropped ---
    GW [00:00:03.264,129] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    --- 70 messages dropped ---
    GW [00:00:03.275,024] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.275,054] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:03.275,054] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:03.275,085] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 92 messages dropped ---
    GW [00:00:03.314,849] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 66 messages dropped ---
    GW [00:00:03.314,880] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.314,880] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 84 messages dropped ---
    GW [00:00:03.345,275] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 85 messages dropped ---
    GW [00:00:03.355,163] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    GW [00:00:03.355,194] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:03.355,194] <dbg> bt_hci_core: process_events: ev->state 0
    --- 107 messages dropped ---
    GW [00:00:03.397,552] <dbg> bt_hci_core: process_events: ev->state 0
    --- 211 messages dropped ---
    GW [00:00:03.397,552] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:03.397,583] <dbg> bt_conn: bt_conn_process_tx: conn 0x20004538
    GW [00:00:03.397,583] <dbg> bt_conn: send_buf: conn 0x20004538 buf 0x20023bc0 len 11
    --- 92 messages dropped ---
    GW [00:00:03.434,967] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 66 messages dropped ---
    GW [00:00:03.434,997] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 28 messages dropped ---
    GW [00:00:03.465,484] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 165 messages dropped ---
    GW [00:00:03.474,975] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.474,975] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.475,006] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 67 messages dropped ---
    GW [00:00:03.505,004] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 85 messages dropped ---
    GW [00:00:03.515,167] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    GW [00:00:03.515,167] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:03.515,197] <dbg> bt_hci_core: process_events: ev->state 0
    --- 97 messages dropped ---
    GW [00:00:03.545,318] <dbg> bt_gatt: gatt_write_ccc_rsp: err 0x00
    --- 172 messages dropped ---
    GW [00:00:03.557,098] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.557,098] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.557,128] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 87 messages dropped ---
    GW [00:00:03.595,367] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 5 cb 0x869bb user_data 0x20012728
    --- 94 messages dropped ---
    GW [00:00:03.595,397] <dbg> bt_conn: bt_conn_ref: handle 0 ref 4 -> 5
    GW [00:00:03.595,397] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 157 messages dropped ---
    GW [00:00:03.626,525] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               02 01 00 0b 00 07 00 04  00 08 3c 00 ff ff 03 28 |........ ..<....(
    --- 52 messages dropped ---
    GW [00:00:03.634,735] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 10 00  c6 2b 11 00 02 29 12 00 |>....... .+...)..
                                               03 28 13 00 c4 2b 14 00  02 29 15                |.(...+.. .).     
    --- 202 messages dropped ---
    GW [00:00:03.676,025] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:03.676,025] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 103 messages dropped ---
    GW [00:00:03.705,474] <dbg> bt_conn: bt_conn_ref: handle 1 ref 4 -> 5
    --- 95 messages dropped ---
    GW [00:00:03.715,179] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:03.715,209] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:03.715,209] <dbg> bt_hci_core: process_events: ev->state 4
    --- 88 messages dropped ---
    GW [00:00:03.745,239] <dbg> bt_hci_core: process_events: ev->state 0
    --- 101 messages dropped ---
    GW [00:00:03.755,462] <dbg> bt_conn: bt_conn_ref: handle 0 ref 5 -> 6
    GW [00:00:03.755,493] <dbg> bt_conn: bt_conn_unref: handle 0 ref 6 -> 5
    GW [00:00:03.755,493] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 213 messages dropped ---
    GW [00:00:03.795,135] <dbg> bt_conn: do_send_frag: conn 0x20004538 buf 0x20023ba0 len 5 flags 0x02
    --- 78 messages dropped ---
    GW [00:00:03.795,135] <dbg> bt_hci_core: bt_send: buf 0x20023ba0 len 9 type 2
    GW [00:00:03.795,166] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20023ba0 type 2 len 9
    --- 69 messages dropped ---
    GW [00:00:03.825,073] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 131 messages dropped ---
    GW [00:00:03.836,242] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.836,242] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:03.836,273] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 56 messages dropped ---
    GW [00:00:03.875,091] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 00 00 01  00                      |.5...... .       
    --- 76 messages dropped ---
    GW [00:00:03.875,122] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 131 messages dropped ---
    GW [00:00:03.906,097] <dbg> bt_conn: bt_conn_ref: handle 1 ref 4 -> 5
    --- 175 messages dropped ---
    GW [00:00:03.916,961] <inf> unicast_client: Enable stream 0x20002ef8
    GW [00:00:03.916,961] <dbg> bt_conn: bt_conn_ref: handle 0 ref 5 -> 6
    GW [00:00:03.916,992] <dbg> bt_conn: bt_conn_unref: handle 0 ref 6 -> 5
    --- 102 messages dropped ---
    GW [00:00:03.945,281] <dbg> bt_conn: send_buf: conn 0x20004600 buf 0x20023ba0 len 12
    --- 67 messages dropped ---
    GW [00:00:03.955,017] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.955,017] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.955,078] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 83 messages dropped ---
    GW [00:00:03.995,819] <dbg> bt_hci_core: process_events: count 4
    --- 110 messages dropped ---
    GW [00:00:03.995,849] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:03.995,849] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    GW [00:00:03.995,849] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    --- 80 messages dropped ---
    GW [00:00:04.034,759] <dbg> bt_conn: bt_conn_unref: handle 0 ref 6 -> 5
    --- 62 messages dropped ---
    GW [00:00:04.034,790] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:04.034,790] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:04.034,790] <dbg> bt_hci_core: process_events: ev->state 0
    --- 135 messages dropped ---
    GW [00:00:04.066,314] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:04.066,345] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:04.066,345] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:04.066,375] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 76 messages dropped ---
    GW [00:00:04.105,133] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 36 messages dropped ---
    GW [00:00:04.114,379] <dbg> bt_hci_core: process_events: ev->state 2
    GW [00:00:04.114,410] <dbg> bt_conn: bt_conn_prepare_events: 
    GW [00:00:04.114,410] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20004538 to poll list
    --- 124 messages dropped ---
    GW [00:00:04.146,240] <dbg> bt_conn: do_send_frag: conn 0x20004600 buf 0x20023ba0 len 15 flags 0x02
    --- 14 messages dropped ---
    GW [00:00:04.146,240] <dbg> bt_hci_core: bt_send: buf 0x20023ba0 len 19 type 2
    GW [00:00:04.146,240] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20023ba0 type 2 len 19
    --- 68 messages dropped ---
    GW [00:00:04.185,058] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 136 messages dropped ---
    GW [00:00:04.198,883] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 16 type 0
    --- 17 messages dropped ---
    GW [00:00:04.199,371] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x200235c8)
    --- 136 messages dropped ---
    GW [00:00:04.226,379] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 0f 04 00 01 64 20                             |.....d           
    --- 574 messages dropped ---
    GW [00:00:04.308,715] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               7c 89 09 00 00                                   ||....            
    --- 1260 messages dropped ---
    GW [00:00:04.490,722] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    --- 9999 messages dropped ---
    GW [00:00:05.220,153] <dbg> bt_conn: tx_notify: conn 0x20004b70
    --- 9999 messages dropped ---
    GW [00:00:05.787,384] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3407 messages dropped ---
    GW [00:00:05.955,535] <dbg> bt_conn: bt_conn_unref: handle 3 ref 2 -> 1
    --- 1654 messages dropped ---
    GW [00:00:06.045,562] <dbg> bt_conn: tx_complete_work: conn 0x20004aa8
    --- 1745 messages dropped ---
    GW [00:00:06.137,390] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3127 messages dropped ---
    GW [00:00:06.307,403] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3127 messages dropped ---
    GW [00:00:06.487,396] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3345 messages dropped ---
    GW [00:00:06.657,409] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3223 messages dropped ---
    GW [00:00:06.837,402] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3215 messages dropped ---
    GW [00:00:07.007,415] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3127 messages dropped ---
    GW [00:00:07.177,429] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |.

    Headset:

    HR [00:57:06.078,857] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.078,887] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.078,887] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.078,918] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:06.119,445] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:06.119,476] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:06.119,506] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 117 messages dropped ---
    HR [00:57:06.159,790] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:06.159,790] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:06.159,820] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.159,851] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.159,851] <dbg> bt_hci_core: process_events: ev->state 0
    --- 20 messages dropped ---
    HR [00:57:06.160,125] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.160,156] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               04 00 00 00 84                                   |.....            
    HR [00:57:06.198,211] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 119 messages dropped ---
    HR [00:57:06.239,959] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.239,959] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.239,990] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 12 messages dropped ---
    HR [00:57:06.240,173] <dbg> bt_conn: send_buf: send single
    HR [00:57:06.240,173] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020c98 len 9 flags 0x02
    HR [00:57:06.240,203] <dbg> bt_hci_core: bt_send: buf 0x20020c98 len 13 type 2
    HR [00:57:06.240,203] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020c98 type 2 len 13
    HR [00:57:06.240,234] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               02 6e 00 09 00 05 00 04  00 12 1f 00 00 00       |.n...... ......  
    --- 130 messages dropped ---
    HR [00:57:06.320,220] <dbg> bt_conn: bt_conn_send_cb: conn handle 110 buf len 9 cb 0x8003d user_data 0x200111d0
    --- 24 messages dropped ---
    HR [00:57:06.320,556] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    --- 41 messages dropped ---
    HR [00:57:06.358,947] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.358,978] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.358,978] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.358,978] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.359,008] <dbg> bt_hci_core: process_events: ev->state 4
    --- 68 messages dropped ---
    HR [00:57:06.399,230] <dbg> bt_hci_core: bt_send: buf 0x20020700 len 8 type 0
    HR [00:57:06.399,261] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:06.399,261] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:06.399,291] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 73 messages dropped ---
    HR [00:57:06.439,117] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.439,147] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.439,178] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.439,178] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.439,178] <dbg> bt_hci_core: process_events: ev->state 4
    --- 58 messages dropped ---
    HR [00:57:06.479,125] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.479,125] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.479,125] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.479,156] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 64 messages dropped ---
    HR [00:57:06.519,165] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.519,195] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.519,195] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.519,226] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 58 messages dropped ---
    HR [00:57:06.559,173] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.559,173] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.559,204] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.559,204] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:06.559,234] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 63 messages dropped ---
    HR [00:57:06.599,182] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.599,182] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.599,182] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.599,212] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 66 messages dropped ---
    HR [00:57:06.639,221] <dbg> bt_hci_core: bt_send: buf 0x20020700 len 8 type 0
    HR [00:57:06.639,221] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:06.639,251] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    --- 74 messages dropped ---
    HR [00:57:06.679,138] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.679,168] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.679,168] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.679,199] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.679,199] <dbg> bt_hci_core: process_events: ev->state 4
    --- 58 messages dropped ---
    HR [00:57:06.719,116] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.719,146] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.719,146] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.719,146] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.719,177] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 64 messages dropped ---
    HR [00:57:06.759,185] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.759,185] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.759,216] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.759,216] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 81 messages dropped ---
    HR [00:57:06.799,468] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:06.799,530] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.799,530] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.799,560] <dbg> bt_hci_core: process_events: ev->state 0
    --- 116 messages dropped ---
    HR [00:57:06.839,782] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:06.839,813] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.839,843] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.839,843] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.839,843] <dbg> bt_hci_core: process_events: ev->state 0
    --- 19 messages dropped ---
    HR [00:57:06.840,118] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.840,179] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               05 00 00 00 98                                   |.....            
    HR [00:57:06.878,204] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 132 messages dropped ---
    HR [00:57:06.920,196] <dbg> bt_l2cap: bt_l2cap_send_cb: conn 0x20003a40 cid 4 len 9
    HR [00:57:06.920,227] <dbg> bt_conn: bt_conn_send_cb: conn handle 110 buf len 13 cb 0x8003d user_data 0x200111e4
    HR [00:57:06.920,257] <dbg> bt_gatt: gatt_write_ccc_rsp: err 0x00
    --- 39 messages dropped ---
    HR [00:57:06.958,923] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.958,953] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.958,953] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.958,984] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.958,984] <dbg> bt_hci_core: process_events: ev->state 4
    --- 60 messages dropped ---
    HR [00:57:06.999,145] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.999,145] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.999,176] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.999,176] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:06.999,176] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    HR [00:57:07.039,367] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.039,367] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.039,367] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.039,398] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:07.079,528] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:07.079,528] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.079,559] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 177 messages dropped ---
    HR [00:57:07.121,276] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.121,307] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.121,307] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.121,307] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:07.159,454] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:07.159,484] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.159,515] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 140 messages dropped ---
    HR [00:57:07.200,653] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.200,653] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.200,653] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.200,683] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 20 messages dropped ---
    HR [00:57:07.201,019] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  ae 99 b1 06 08 0e 01 20 |.1.....  ....... 
                                               06 00 00 00 38                                   |....8            
    HR [00:57:07.238,220] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 119 messages dropped ---
    HR [00:57:07.279,937] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.279,937] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.279,937] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.279,968] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 10 messages dropped ---
    HR [00:57:07.280,120] <dbg> bt_conn: send_buf: conn 0x20003a40 buf 0x20020d98 len 9
    HR [00:57:07.280,151] <dbg> bt_conn: send_buf: send single
    HR [00:57:07.280,151] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020d98 len 9 flags 0x02
    --- 22 messages dropped ---
    HR [00:57:07.318,878] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               80 36 09 00 40                                   |.6..@            
    --- 124 messages dropped ---
    HR [00:57:07.360,107] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 13 00  93 2b 14 00 02 29 15 00 |>....... .+...)..
                                               03 28 16 00 95 2b 17 00  03 28 18                |.(...+.. .(.     
    --- 99 messages dropped ---
    HR [00:57:07.399,536] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:07.399,566] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.399,566] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.399,566] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.399,597] <dbg> bt_hci_core: process_events: ev->state 4
    --- 79 messages dropped ---
    HR [00:57:07.439,453] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:07.439,483] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.439,514] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 120 messages dropped ---
    HR [00:57:07.479,827] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:07.479,827] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:07.479,858] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.479,888] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.479,888] <dbg> bt_hci_core: process_events: ev->state 0
    --- 19 messages dropped ---
    HR [00:57:07.480,163] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    HR [00:57:07.480,194] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:07.480,224] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 3c                                   |.!..<            
    --- 122 messages dropped ---
    HR [00:57:07.559,997] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 18 00  96 2b 19 00 02 29 1a 00 |>....... .+...)..
                                               03 28 1b 00 97 2b 1c 00  02 29 1d                |.(...+.. .).     
    HR [00:57:07.560,028] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 6e 10 1b 00 00 03 28  1e 00 98 2b 1f 00 02 29 |.n.....( ...+...)
                                               20 00 03 28 21 00 99 2b  22 00 02 29 23 00 03 28 | ..(!..+ "..)#..(
    --- 99 messages dropped ---
    HR [00:57:07.599,578] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.599,578] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.599,578] <dbg> bt_hci_core: process_events: ev->state 0
    --- 61 messages dropped ---
    HR [00:57:07.639,129] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.639,160] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.639,160] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.639,190] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 67 messages dropped ---
    HR [00:57:07.679,229] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:07.679,260] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.679,260] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.679,260] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 59 messages dropped ---
    HR [00:57:07.719,116] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:07.719,146] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.719,146] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.719,146] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.719,177] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 127 messages dropped ---
    HR [00:57:07.760,345] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.760,375] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.760,375] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.760,375] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 66 messages dropped ---
    HR [00:57:07.798,980] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.799,011] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.799,041] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.799,041] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.799,041] <dbg> bt_hci_core: process_events: ev->state 4
    --- 116 messages dropped ---
    HR [00:57:07.839,813] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:07.839,813] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:07.839,843] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.839,874] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.839,874] <dbg> bt_hci_core: process_events: ev->state 0
    --- 19 messages dropped ---
    HR [00:57:07.840,148] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    HR [00:57:07.840,179] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:07.840,209] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 3c                                   |.!..<            
    --- 102 messages dropped ---
    HR [00:57:07.919,677] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 1e 00  98 2b 1f 00 02 29 20 00 |>....... .+...) .
                                               03 28 21 00 99 2b 22 00  02 29 23                |.(!..+". .)#     
    HR [00:57:07.919,708] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 6e 10 1b 00 00 03 28  24 00 9a 2b 25 00 02 29 |.n.....( $..+%..)
                                               26 00 03 28 27 00 9b 2b  28 00 02 29 29 00 03 28 |&..('..+ (..))..(
    --- 61 messages dropped ---
    HR [00:57:07.959,167] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.959,167] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    --- 81 messages dropped ---
    HR [00:57:07.999,359] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.999,389] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.999,420] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.999,450] <dbg> bt_hci_core: process_events: ev->state 0
    --- 118 messages dropped ---
    HR [00:57:08.039,825] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:08.039,825] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:08.039,855] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:08.039,886] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.039,886] <dbg> bt_hci_core: process_events: ev->state 0
    --- 20 messages dropped ---
    HR [00:57:08.040,191] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:08.040,222] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               c0 20 09 00 01                                   |. ...            
    HR [00:57:08.078,216] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 122 messages dropped ---
    HR [00:57:08.120,086] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 21 00  99 2b 22 00 02 29 23 00 |>.....!. .+"..)#.
                                               03 28 24 00 9a 2b 25 00  02 29 26                |.($..+%. .)&     
    --- 99 messages dropped ---
    HR [00:57:08.159,545] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:08.159,545] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.159,576] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:08.159,576] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:08.159,576] <dbg> bt_hci_core: process_events: ev->state 4
    --- 58 messages dropped ---
    HR [00:57:08.199,127] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:08.199,127] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.199,127] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.199,157] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 69 messages dropped ---
    HR [00:57:08.239,257] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.239,257] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.239,257] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.239,288] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:08.239,288] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 74 messages dropped ---
    HR [00:57:08.279,388] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:08.279,418] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:08.279,449] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 136 messages dropped ---
    HR [00:57:08.320,739] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.320,739] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    --- 22 messages dropped ---
    HR [00:57:08.321,136] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  0e 29 b2 06             |.1.....  .)..    
    --- 46 messages dropped ---
    HR [00:57:08.358,642] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.358,673] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.358,673] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.358,673] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 68 messages dropped ---
    HR [00:57:08.399,230] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.399,261] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.399,261] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.399,291] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:08.439,514] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:08.439,544] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:08.439,575] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 155 messages dropped ---
    HR [00:57:08.480,651] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.480,651] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.480,682] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.480,682] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 78 messages dropped ---
    HR [00:57:08.519,348] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:08.519,348] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:08.519,378] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:08.519,409] <dbg> bt_hci_core: process_events: count 3
    --- 119 messages dropped ---
    HR [00:57:08.559,814] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:08.559,844] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:08.559,844] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:08.559,875] <dbg> bt_hci_core: process_events: count 3
    --- 21 messages dropped ---
    HR [00:57:08.560,180] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:08.560,211] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 3c                                   |.!..<            
    HR [00:57:08.598,205] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 100 messages dropped ---
    HR [00:57:08.639,739] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 6e 10 1b 00 00 a3 2b  30 00 02 29 31 00 03 28 |.n.....+ 0..)1..(
                                               32 00 a4 2b 33 00 02 29  34 00 03 28 35 00 a5 2b |2..+3..) 4..(5..+
    HR [00:57:08.639,770] <dbg> bt_hci_driver: bt_ipc_acl_recv: len 27
    --- 59 messages dropped ---
    HR [00:57:08.679,138] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:08.679,168] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.679,168] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.679,168] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 145 messages dropped ---
    HR [00:57:08.720,703] <dbg> bt_conn: bt_conn_send_cb: conn handle 110 buf len 48 cb 0x80021 user_data 0x200111d0
    HR [00:57:08.720,764] <dbg> bt_ascs: state_transition_work_handler: ase 0x20004680 id 0x01 idle -> codec-configured
    HR [00:57:08.720,764] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.720,794] <dbg> bt_hci_core: process_events: ev->state 0
    --- 94 messages dropped ---
    HR [00:57:08.759,368] <dbg> bt_conn: send_buf: conn 0x20003a40 buf 0x20020d98 len 9
    HR [00:57:08.759,368] <dbg> bt_conn: send_buf: send single
    HR [00:57:08.759,368] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020d98 len 9 flags 0x02
    HR [00:57:08.759,399] <dbg> bt_hci_core: bt_send: buf 0x20020d98 len 13 type 2
    HR [00:57:08.759,399] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020d98 type 2 len 13
    --- 97 messages dropped ---
    HR [00:57:08.799,926] <dbg> bt_gatt: gatt_notify: conn 0x20003a40 handle 0x0013
    HR [00:57:08.799,957] <dbg> bt_att: bt_att_chan_send: chan 0x2001bc10 flags 4 code 0x1b
    HR [00:57:08.799,957] <dbg> bt_att: chan_send: code 0x1b
    HR [00:57:08.799,987] <dbg> bt_l2cap: bt_l2cap_send_cb: conn 0x20003a40 cid 4 len 20
    --- 103 messages dropped ---
    HR [00:57:08.839,935] <dbg> bt_conn: bt_conn_unref: handle 110 ref 5 -> 4
    HR [00:57:08.839,935] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.839,935] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.839,965] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 89 messages dropped ---
    HR [00:57:08.879,669] <dbg> bt_ascs: ascs_ep_get_status: ep 0x20004684 id 0x01 state enabling
    HR [00:57:08.879,699] <dbg> bt_ascs: ascs_ep_get_status_enable: dir sink cig 0x00 cis 0x01
    HR [00:57:08.879,730] <dbg> bt_gatt: gatt_notify: conn 0x20003a40 handle 0x0013
    HR [00:57:08.879,760] <dbg> bt_att: bt_att_chan_send: chan 0x2001bc10 flags 4 code 0x1b
    HR [00:57:08.879,760] <dbg> bt_att: chan_send: code 0x1b
    --- 82 messages dropped ---
    HR [00:57:08.919,342] <dbg> bt_conn: send_buf: send single
    HR [00:57:08.919,342] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020d98 len 9 flags 0x02
    HR [00:57:08.919,372] <dbg> bt_hci_core: bt_send: buf 0x20020d98 len 13 type 2
    HR [00:57:08.919,372] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020d98 type 2 len 13
    --- 12 messages dropped ---
    HR [00:57:08.919,616] <dbg> bt_conn: bt_conn_ref: handle 110 ref 3 -> 4
    HR [00:57:08.919,647] <dbg> bt_conn: bt_conn_unref: handle 110 ref 4 -> 3
    HR [00:57:08.919,677] <dbg> bt_conn: tx_complete_work: conn 0x20003a40
    HR [00:57:08.919,677] <dbg> bt_conn: tx_notify: conn 0x20003a40
    HR [00:57:08.919,677] <dbg> bt_conn: tx_notify: tx 0x20011018 cb 0x80021 user_data 0x2001116c
    --- 53 messages dropped ---
    HR [00:57:08.999,267] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2066 param_len 2
    HR [00:57:08.999,267] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:08.999,298] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x20020700 opcode 0x2066 len 5
    HR [00:57:08.999,328] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.999,328] <dbg> bt_hci_core: process_events: ev->state 4
    --- 13 messages dropped ---
    HR [00:57:08.999,694] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 0f 04 00 01 66 20                             |.....f           
    HR [00:57:08.999,725] <dbg> bt_hci_driver: bt_ipc_evt_recv: len 4
    HR [00:57:08.999,725] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20020700)
    HR [00:57:08.999,755] <dbg> bt_hci_core: bt_recv: buf 0x20020700 len 6
    --- 58 messages dropped ---
    HR [00:57:09.078,918] <dbg> bt_conn: bt_conn_unref: handle 110 ref 6 -> 5
    HR [00:57:09.078,948] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:09.078,948] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:09.078,979] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 58 messages dropped ---
    HR [00:57:09.123,840] <dbg> bt_ascs: ascs_ep_get_status_enable: dir sink cig 0x00 cis 0x01
    --- 51 messages dropped ---
    HR [00:57:09.133,728] <dbg> bt_hci_driver: bt_ipc_iso_recv: len 4
    --- 12 messages dropped ---
    HR [00:57:09.143,737] <dbg> bt_hci_driver: bt_ipc_iso_recv: len 4
    --- 102 messages dropped ---
    HR [00:57:09.159,484] <dbg> bt_conn: send_buf: send single
    --- 14 messages dropped ---
    HR [00:57:09.163,726] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x2002150c)
    --- 11 messages dropped ---
    HR [00:57:09.192,291] <dbg> bt_conn: bt_conn_unref: handle 110 ref 5 -> 4
    --- 61 messages dropped ---
    HR [00:57:09.198,364] <dbg> bt_conn: tx_notify: tx 0x20011058 cb 0x80021 user_data 0x20011194
    --- 17 messages dropped ---
    HR [00:57:09.212,860] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:09.222,839] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 97 messages dropped ---
    HR [00:57:09.239,776] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003a40 to poll list
    --- 16 messages dropped ---
    HR [00:57:09.252,838] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 25 messages dropped ---
    HR [00:57:09.262,878] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:09.282,714] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 31 f0 62  cc 10 00 78 00 9d 17 40 |.C`..1.b ...x...@
                                               cf ea ec 58 54 4a f6 50  ef ed 12 9e 00 fa be 21 |...XTJ.P .......!
                                               bf a8 56 83 c9 8c 49 2d  c5 8b 49 5d f4 97 b1 fe |..V...I- ..I]....
                                               3a b2 78 8d e4 d0 d6 30  ac 00 2e 58 d4 82 fa 50 |:.x....0 ...X...P
                                               e7 c0 15 0a 01 71 60 4f  62 cf 6c fc df 61 32 ba |.....q`O b.l..a2.
                                               08 4e f7 13 6e a4 04 94  e9 9c 9f 5f e7 40 01 54 |.N..n... [email protected]
                                               fe 12 84 a3 5b 56 ff 6a  f8 96 8b a2 4c 63 95 f4 |....[V.j ....Lc..
                                               b7 33 54 9d 25 06 aa d7  ab e3 00 a2 c1 0a 20 3d |.3T.%... ...... =
                                               f9 2d 6d a5 94                                   |.-m..            
    --- 307 messages dropped ---
    HR [00:57:09.402,893] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 27 messages dropped ---
    HR [00:57:09.412,933] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  91 b3 b2 06 40 16 00 20 |.1.....  ....@.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  aa 00 00 00 40 16 00 20 |........ ....@.. 
                                               30 a4 b2 06 ee 62 c4 9c  04 00 00 00 70 1b 09 00 |0....b.. ....p...
                                               60 b5 09 00 ac b3 09 00  05 43 60 80 00 31 f0 62 |`....... .C`..1.b
                                               cc 10 00 78 00 9d 17 40  cf ea ec 58 54 4a f6 50 |...x...@ ...XTJ.P
                                               ef ed 12 9e 00 fa be 21  bf a8 56 83 c9 8c 49 2d |.......! ..V...I-
                                               c5 8b 49 5d f4 97 b1 fe                          |..I]....         
    --- 130 messages dropped ---
    HR [00:57:09.522,857] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 24 messages dropped ---
    HR [00:57:09.532,928] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               04 00 00 00 05 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               ec c2 b2 06 5a 60 b9 c7  06 00 00 00 38 32 09 00 |....Z`.. ....82..
                                               28 36 09 00 6e 00 00 00  05 00 00 00 04 00 00 00 |(6..n... ........
                                               00 31 00 00 18 16 00 20  ec c2 b2 06 3c 16 00 20 |.1.....  ....<.. 
                                               06 00 00 00 38 32 09 00  38 36 09 00 43 00 00 00 |....82.. 86..C...
                                               01 00 00 00 02 00 00 00  00 21 00 00 18 16 00 20 |........ .!..... 
                                               ed c2 b2 06 18 16 00 20  04 00 00 00 2c 2f 09 00 |.......  ....,/..
                                               18 37 09 00 20 44 00 20                          |.7.. D.          
    --- 143 messages dropped ---
    HR [00:57:09.652,709] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 7f 95 68  cc 35 00 78 00 d9 59 f1 |.C`....h .5.x..Y.
                                               22 6f a7 b2 67 5b 1a c4  37 3f 6a 27 52 1d de 6f |"o..g[.. 7?j'R..o
                                               77 b4 c1 21 91 00 2f 32  7f 1c 31 13 25 8d 3e 44 |w..!../2 ..1.%.>D
                                               c3 71 b8 7c 3e 0d 3e e2  6f ed 83 10 4d c4 5a dc |.q.|>.>. o...M.Z.
                                               e0 19 cf d3 74 86 c2 cf  42 0c 63 70 5d 7a 1f 9c |....t... B.cp]z..
                                               6d 9f ec 7a 7f 01 2c c3  4b b3 5b b7 4e 32 44 24 |m..z..,. K.[.N2D$
                                               fb 58 dc 62 06 9c e1 6a  1f 0c 48 88 10 e7 43 0c |.X.b...j ..H...C.
                                               ba 75 e3 df 09 45 68 f1  ec 9a c5 26 3a 08 e2 73 |.u...Eh. ...&:..s
                                               f8 a7 dd d4 db                                   |.....            
    --- 157 messages dropped ---
    HR [00:57:09.772,705] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 3d 6a 6a  cc 41 00 78 00 6d 15 52 |.C`..=jj .A.x.m.R
                                               28 ca 0f 64 9a 27 18 c8  74 4b b7 e4 2b aa 0e 4d |(..d.'.. tK..+..M
                                               74 71 1a 93 38 d7 20 82  a6 ab e1 bd d1 ac 12 8f |tq..8. . ........
                                               9e 22 ce 33 be 30 e0 34  47 e4 3f d1 44 95 55 0f |.".3.0.4 G.?.D.U.
                                               0e 1c 0b 07 e9 9e e0 ca  e1 89 47 a7 4c 0d f7 9d |........ ..G.L...
                                               79 17 3e a4 f0 e2 91 00  00 51 a7 e6 79 1c 7e 25 |y.>..... .Q..y.~%
                                               6c 86 27 d1 92 72 3e fc  1b e6 03 f9 11 c8 51 f2 |l.'..r>. ......Q.
                                               6c 34 a8 75 57 a5 55 f2  ee 18 1f 63 d2 a8 de 0a |l4.uW.U. ...c....
                                               85 e1 0d 66 04                                   |...f.            
    --- 156 messages dropped ---
    HR [00:57:09.892,700] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 fd 3e 6c  cc 4d 00 78 00 f0 cd dc |.C`...>l .M.x....
                                               3b 0f 30 04 ca e0 43 7d  e3 38 88 f7 da 98 42 34 |;.0...C} .8....B4
                                               80 18 d2 87 e7 20 f6 95  87 32 68 ff f6 02 88 7f |..... .. .2h.....
                                               ca 08 75 d4 5a a1 27 59  76 21 71 9a 79 63 4e 9c |..u.Z.'Y v!q.ycN.
                                               ba 2b fc b2 8f 2f 91 0a  d7 b8 86 ab 27 5c eb e3 |.+.../.. ....'\..
                                               81 2e 61 d6 e5 32 29 c8  2e 8b ff ad 3e 7b 14 f6 |..a..2). ....>{..
                                               95 23 4a 69 ab 56 78 8a  95 ab 53 74 a7 d5 aa a6 |.#Ji.Vx. ..St....
                                               10 dc 9a a2 43 b6 ba 30  c2 ec a6 26 bf de c4 da |....C..0 ...&....
                                               33 9c 2b c4 ac                                   |3.+..            
    --- 144 messages dropped ---
    HR [00:57:10.012,695] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 ad ec 6d  cc 58 00 78 00 fe a4 d4 |.C`....m .X.x....
                                               d5 8d f3 77 b1 57 d5 0a  d3 29 02 6c 0b 5c 85 c2 |...w.W.. .).l.\..
                                               4d 8e a1 72 13 7c 5e 0f  85 4a f1 da 04 7d 73 66 |M..r.|^. .J...}sf
                                               5c be c5 48 06 f4 51 75  79 3e 86 77 d8 3a 83 9e |\..H..Qu y>.w.:..
                                               5a f0 05 04 a2 ea 0c 27  df 7e 4b 4d ec 2a dd b1 |Z......' .~KM.*..
                                               fd 4e 10 30 ec 02 07 c8  1e f2 93 97 a9 62 4a cf |.N.0.... .....bJ.
                                               e7 d2 b5 1c ee 24 f5 99  22 fd 71 a8 32 eb e9 8c |.....$.. ".q.2...
                                               f9 02 1b 83 20 91 c9 c4  5c e8 3f 6e bd 9d 19 0e |.... ... \.?n....
                                               52 34 7c 74 a4                                   |R4|t.            
    --- 169 messages dropped ---
    HR [00:57:10.132,690] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 7b e8 6f  cc 65 00 78 00 fe 39 ed |.C`..{.o .e.x..9.
                                               db bf b7 3c 63 66 d6 1b  af b1 ba f7 c4 a2 5b 96 |...<cf.. ......[.
                                               59 e8 d3 6f ee 1e 4a 18  dd 8e 94 d0 0e cb 67 24 |Y..o..J. ......g$
                                               52 89 2b 93 8d 31 45 2e  a4 62 81 9b 4f f5 82 f3 |R.+..1E. .b..O...
                                               6f 3d 3f 96 56 30 8e f3  79 cc da 30 27 e9 e3 bf |o=?.V0.. y..0'...
                                               4c 67 1c 12 42 7a 90 25  f7 c1 8a e0 cc 70 31 5a |Lg..Bz.% .....p1Z
                                               33 62 0b 52 bc d3 09 75  29 e4 d8 f0 cc 40 69 9c |3b.R...u )....@i.
                                               01 6c ba 5a 2a 3a 87 da  0f d1 6d 2e 12 1d 4a db |.l.Z*:.. ..m...J.
                                               92 34 7b 25 f4                                   |.4{%.            
    --- 144 messages dropped ---
    HR [00:57:10.252,899] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 24 messages dropped ---
    HR [00:57:10.262,939] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               05 00 00 00 04 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               5d 20 b3 06 67 5b 1a c4  06 00 00 00 38 32 09 00 |] ..g[.. ....82..
                                               38 36 09 00 43 00 00 00  01 00 00 00 02 00 00 00 |86..C... ........
                                               00 21 00 00 18 16 00 20  5d 20 b3 06 4d c4 5a dc |.!.....  ] ..M.Z.
                                               04 00 00 00 2c 2f 09 00  18 37 09 00 20 44 00 20 |....,/.. .7.. D. 
                                               00 31 00 00 18 16 00 20  5e 20 b3 06 4e 32 44 24 |.1.....  ^ ..N2D$
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00                          |........         
    --- 185 messages dropped ---
    HR [00:57:10.382,690] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 09 b9 73  cc 7e 00 78 00 f9 0b ae |.C`....s .~.x....
                                               fc e0 e9 62 48 14 6d d5  5c f0 94 f4 eb 92 f9 3b |...bH.m. \......;
                                               1d 12 ad 61 05 2f 16 da  f4 b0 9b af 22 17 2b a3 |...a./.. ....".+.
                                               2f c8 ea a0 d7 3b 01 a5  93 4f 9e 6f 17 26 5f 9c |/....;.. .O.o.&_.
                                               60 df 23 b2 fa 19 72 8f  91 83 1f 43 91 42 b6 82 |`.#...r. ...C.B..
                                               00 f8 fa 40 b9 ab 8f a4  b2 63 99 3a ae e6 23 76 |...@.... .c.:..#v
                                               d4 1f 86 19 f0 cc e9 cf  9b 4c 03 4b ad 12 7c 0d |........ .L.K..|.
                                               af f1 b6 bb 9a c4 d9 40  63 d2 9d 37 3f 1d 4a df |.......@ c..7?.J.
                                               92 34 7d 34 94                                   |.4}4.            
    --- 143 messages dropped ---
    HR [00:57:10.492,980] <inf> audio_datapath: Pres comp state: MEAS
    --- 10 messages dropped ---
    HR [00:57:10.512,878] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 26 messages dropped ---
    HR [00:57:10.522,888] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 12 messages dropped ---
    HR [00:57:10.532,897] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 6 messages dropped ---
    HR [00:57:10.542,785] <dbg> bt_hci_core: rx_work_handler: buf 0x2002150c type 5 len 132
    --- 21 messages dropped ---
    HR [00:57:10.572,296] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 34 messages dropped ---
    HR [00:57:10.574,310] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 14 messages dropped ---
    HR [00:57:10.592,987] <inf> audio_datapath: Pres comp state: WAIT
    --- 27 messages dropped ---
    HR [00:57:10.602,935] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  e2 4b b3 06 3c 16 00 20 |.1.....  .K..<.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               e4 4b b3 06 e1 5e 51 83  06 00 00 00 38 32 09 00 |.K...^Q. ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20  e5 4b b3 06 98 fa 48 e0 |.!..@..  .K....H.
                                               04 00 00 00 70 1b 09 00  60 b5 09 00 e4 b3 09 00 |....p... `.......
                                               04 00 00 00 05 00 00 00                          |........         
    --- 117 messages dropped ---
    HR [00:57:10.712,921] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 18 16 00 20  71 4e b3 06 38 32 09 00 |.!.....  qN..82..
                                               04 00 00 00 2c 2f 09 00  18 37 09 00 20 44 00 20 |....,/.. .7.. D. 
                                               00 31 00 00 18 16 00 20  72 4e b3 06 70 1b 09 00 |.1.....  rN..p...
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               73 4e b3 06 60 31 09 00  06 00 00 00 38 32 09 00 |sN..`1.. ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20                          |.!..@..          
    --- 170 messages dropped ---
    HR [00:57:10.832,702] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 d6 96 7a  cc ab 00 78 00 00 00 00 |.C`....z ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 143 messages dropped ---
    HR [00:57:10.942,687] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 85 44 7c  cc b6 00 78 00 00 00 00 |.C`...D| ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 144 messages dropped ---
    HR [00:57:11.052,825] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:11.062,866] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 25 messages dropped ---
    HR [00:57:11.072,845] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 12 messages dropped ---
    HR [00:57:11.082,824] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 15 messages dropped ---
    HR [00:57:11.102,691] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 84 b5 7e  cc c6 00 78 00 00 00 00 |.C`....~ ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 143 messages dropped ---
    HR [00:57:11.212,829] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 23 messages dropped ---
    HR [00:57:11.222,869] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 11 messages dropped ---
    HR [00:57:11.232,849] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 13 messages dropped ---
    HR [00:57:11.242,889] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:11.262,939] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  5d a0 b3 06 3c 16 00 20 |.1.....  ]...<.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               5e a0 b3 06 00 00 00 00  06 00 00 00 38 32 09 00 |^....... ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20  60 a0 b3 06 00 00 00 00 |.!..@..  `.......
                                               04 00 00 00 70 1b 09 00  60 b5 09 00 e4 b3 09 00 |....p... `.......
                                               04 00 00 00 05 00 00 00                          |........         
    --- 172 messages dropped ---
    HR [00:57:11.372,680] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 33 d4 82  cc e1 00 78 00 00 00 00 |.C`..3.. ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 143 messages dropped ---
    HR [00:57:11.482,696] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 e1 81 84  cc ec 00 78 00 00 00 00 |.C`..... ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:11.592,926] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  5d a0 b3 06 3c 16 00 20 |.1.....  ]...<.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               5e a0 b3 06 00 00 00 00  06 00 00 00 38 32 09 00 |^....... ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20  60 a0 b3 06 00 00 00 00 |.!..@..  `.......
                                               04 00 00 00 70 1b 09 00  60 b5 09 00 e4 b3 09 00 |....p... `.......
                                               04 00 00 00 05 00 00 00                          |........         
    --- 129 messages dropped ---
    HR [00:57:11.692,932] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               06 00 00 00 38 32 09 00  38 36 09 00 43 00 00 00 |....82.. 86..C...
                                               01 00 00 00 02 00 00 00  00 21 00 00 18 16 00 20 |........ .!..... 
                                               e2 cb b3 06 cc b3 09 00  04 00 00 00 2c 2f 09 00 |........ ....,/..
                                               18 37 09 00 20 44 00 20  00 31 00 00 18 16 00 20 |.7.. D.  .1..... 
                                               e2 cb b3 06 54 1e 09 00  06 00 00 00 60 31 09 00 |....T... ....`1..
                                               dc 36 09 00 43 00 00 00  80 00 00 00 06 00 00 00 |.6..C... ........
                                               00 31 00 00 18 16 00 20  e4 cb b3 06 78 15 09 00 |.1.....  ....x...
                                               06 00 00 00 38 32 09 00                          |....82..         
    --- 142 messages dropped ---
    HR [00:57:11.802,703] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 e0 63 89  cc 0c 01 78 00 00 00 00 |.C`...c. ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:11.912,689] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 8e 11 8b  cc 17 01 78 00 00 00 00 |.C`..... ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:12.022,827] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:12.032,867] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.042,816] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 24 messages dropped ---
    HR [00:57:12.052,856] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.072,692] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 8e 82 8d  cc 27 01 78 00 00 00 00 |.C`..... .'.x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:12.182,830] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:12.192,871] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.202,819] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 24 messages dropped ---
    HR [00:57:12.212,860] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.232,696] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 8d f3 8f  cc 37 01 78 00 00 00 00 |.C`..... .7.x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
           

    prj.conf:

    #
    # Copyright (c) 2022 Nordic Semiconductor ASA
    #
    # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
    #
    
    # nRF5340 Audio
    CONFIG_NRF5340_AUDIO=y
    
    CONFIG_SAMPLE_RATE_CONVERTER=y
    CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y
    
    # General
    CONFIG_DEBUG=y
    CONFIG_DEBUG_INFO=y
    CONFIG_ASSERT=y
    CONFIG_STACK_USAGE=y
    CONFIG_THREAD_RUNTIME_STATS=y
    CONFIG_STACK_SENTINEL=y
    CONFIG_INIT_STACKS=y
    
    # Uart driver
    CONFIG_SERIAL=y
    
    # Logging
    CONFIG_LOG=y
    CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
    CONFIG_LOG_TAG_MAX_LEN=2
    CONFIG_LOG_TAG_DEFAULT="--"
    CONFIG_LOG_BACKEND_UART=y
    
    # Use this for debugging thread usage
    #CONFIG_LOG_THREAD_ID_PREFIX=y
    
    # Console related defines
    CONFIG_CONSOLE=y
    CONFIG_RTT_CONSOLE=y
    CONFIG_UART_CONSOLE=y
    
    # Shell related defines
    CONFIG_SHELL=y
    CONFIG_KERNEL_SHELL=y
    CONFIG_USE_SEGGER_RTT=y
    ## Disable logs on RTT
    CONFIG_SHELL_RTT_INIT_LOG_LEVEL_NONE=y
    CONFIG_SHELL_BACKEND_RTT=y
    CONFIG_SHELL_BACKEND_SERIAL=n
    CONFIG_SHELL_VT100_COMMANDS=y
    CONFIG_SHELL_VT100_COLORS=y
    CONFIG_SHELL_STACK_SIZE=4096
    CONFIG_SHELL_CMD_BUFF_SIZE=128
    ## Reduce shell memory usage
    CONFIG_SHELL_WILDCARD=n
    CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=n
    CONFIG_SHELL_STATS=n
    CONFIG_SHELL_CMDS=n
    CONFIG_SHELL_HISTORY=y
    
    # Turn off default shell commands
    CONFIG_I2C_SHELL=n
    CONFIG_HWINFO_SHELL=n
    CONFIG_CLOCK_CONTROL_NRF_SHELL=n
    CONFIG_FLASH_SHELL=n
    CONFIG_DEVICE_SHELL=n
    
    # Suppress LOG_ERR messages from sd_check_card_type. Because SPI_SDHC has no card presence method,
    # assume card is in slot. Thus error message is always shown if card is not inserted
    CONFIG_SD_LOG_LEVEL_OFF=y
    
    # Suppress LOG_INF messages from hci_core
    #CONFIG_BT_HCI_CORE_LOG_LEVEL_WRN=y
    
    # ask line added to test log debug level
    #CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y
    CONFIG_BT_LOG_LEVEL_DBG=y
    
    # use line in input
    #CONFIG_AUDIO_SOURCE_I2S=y
    CONFIG_AUDIO_SOURCE_USB=y
    
    # for CIS bidirectional mode
    #CONFIG_STREAM_BIDIRECTIONAL=y
    
    # for walkie talkie mode
    #CONFIG_WALKIE_TALKIE_DEMO=y
    
    # for BIS with two gateways configure 2nd gateway with the following
    #CONFIG_TRANSPORT_BIS=y
    #CONFIG_BT_AUDIO_USE_BROADCAST_NAME_ALT=y 
    

    Hope we can figure out the problem.

Reply
  • Hi Dejan,

    I had assumed the CONFIG_AUDIO_SOURCE_USB=y is set globally somewhere else because I read somewhere that is the default. Anyway, I have added it but it made no difference. 

    No, the USB audio is not intermittent. When the Gateway starts, it works briefly for less than a second and dies and never comes back. Below are the log captures.

    Gateway:

    GW [00:00:06.172,210] <dbg> bt_conn: bt_conn_ref-- [00:00:00.387,237] <dbg> bt_hci_core: bt_hci_driver_register: Registered IPC
    *** Booting nRF Connect SDK 3758bcbfa5cd ***
    GW [00:00:00.402,801] <inf> board_version: Compatible board/HW version found: 1.0.0
    --- 912 messages dropped ---
    GW [00:00:00.463,531] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2042 param_len 6
    --- 27 messages dropped ---
    GW [00:00:00.470,031] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 5
    --- 13 messages dropped ---
    GW [00:00:00.471,038] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0023 offset 0 length 5
    --- 57 messages dropped ---
    GW [00:00:00.499,359] <dbg> bt_rpa: ah: irk 2a2ba6ea88841ab93dd44427eed65ab9
    --- 8 messages dropped ---
    GW [00:00:00.510,772] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b10)
    --- 6 messages dropped ---
    GW [00:00:00.531,555] <dbg> bt_keys: bt_keys_find_irk: 66:31:A0:C2:28:3B (random)
    --- 31 messages dropped ---
    GW [00:00:00.531,616] <dbg> bt_rpa: bt_rpa_irk_matches: IRK 2a2ba6ea88841ab93dd44427eed65ab9 bdaddr 66:31:A0:C2:28:3B
    GW [00:00:00.531,646] <dbg> bt_rpa: ah: irk 2a2ba6ea88841ab93dd44427eed65ab9
    --- 6 messages dropped ---
    GW [00:00:00.566,558] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    --- 53 messages dropped ---
    GW [00:00:00.566,558] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2043 param_len 26
    GW [00:00:00.566,589] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:00.566,619] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x200235c8 opcode 0x2043 len 29
    GW [00:00:00.566,650] <dbg> bt_hci_core: process_events: count 2
    GW [00:00:00.566,650] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:00.566,680] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    GW [00:00:00.566,680] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    GW [00:00:00.566,680] <dbg> bt_hci_core: send_cmd: Sending command 0x2043 (buf 0x200235c8) to driver
    GW [00:00:00.566,711] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 29 type 0
    GW [00:00:00.566,711] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 29
    GW [00:00:00.566,741] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 43 20 1a 00 03 01 bf  d8 68 13 3d ee 01 60 00 |.C ..... .h.=..`.
                                               60 00 20 00 20 00 00 00  64 00 00 00 00 00       |`. . ... d.....  
    --- 175 messages dropped ---
    GW [00:00:00.677,062] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 15 messages dropped ---
    GW [00:00:00.677,337] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               01 16 20 02 00 00                                |.. ...           
    --- 37 messages dropped ---
    GW [00:00:00.714,233] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    --- 12 messages dropped ---
    GW [00:00:00.726,776] <dbg> bt_hci_driver: bt_ipc_evt_recv: len 47
    --- 23 messages dropped ---
    GW [00:00:00.735,748] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b10)
    GW [00:00:00.735,748] <dbg> bt_hci_core: bt_recv: buf 0x20022b10 len 37
    GW [00:00:00.735,778] <dbg> bt_hci_core: rx_work_handler: Getting net_buf from queue
    --- 31 messages dropped ---
    GW [00:00:00.765,686] <dbg> bt_rpa: ah: irk 2a2ba6ea88841ab93dd44427eed65ab9
    GW [00:00:00.765,686] <dbg> bt_rpa: ah: r 27a97e
    --- 63 messages dropped ---
    GW [00:00:00.784,271] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    --- 30 messages dropped ---
    GW [00:00:00.794,158] <dbg> bt_hci_core: hci_acl: buf 0x200229b0
    GW [00:00:00.794,189] <dbg> bt_hci_core: hci_acl: handle 0 len 7 flags 2
    GW [00:00:00.794,189] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    GW [00:00:00.794,219] <dbg> bt_conn: tx_notify: conn 0x20004538
    GW [00:00:00.794,219] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    GW [00:00:00.794,250] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    GW [00:00:00.794,250] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    GW [00:00:00.794,250] <dbg> bt_l2cap: bt_l2cap_recv: Packet for CID 4 len 3
    GW [00:00:00.794,281] <dbg> bt_l2cap: l2cap_chan_recv: chan 0x2001d8ec len 3
    GW [00:00:00.794,281] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2001d8e8 code 0x03 len 2
    GW [00:00:00.794,281] <dbg> bt_att: att_mtu_rsp: Server MTU 65
    GW [00:00:00.794,311] <dbg> bt_att: att_mtu_rsp: Negotiated MTU 65
    --- 140 messages dropped ---
    GW [00:00:00.891,845] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               02 01 00 07 00 03 00 04  00 02 41 00             |........ ..A.    
    --- 17 messages dropped ---
    GW [00:00:00.892,303] <dbg> bt_conn: bt_conn_ref: handle 1 ref 2 -> 3
    GW [00:00:00.892,303] <dbg> bt_conn: bt_conn_unref: handle 1 ref 3 -> 2
    GW [00:00:00.892,303] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    GW [00:00:00.892,333] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    GW [00:00:00.892,333] <dbg> bt_conn: bt_conn_ref: handle 1 ref 2 -> 3
    GW [00:00:00.892,364] <dbg> bt_conn: bt_conn_unref: handle 1 ref 3 -> 2
    GW [00:00:00.892,395] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
    GW [00:00:00.904,083] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 01 00 01 00                          |........         
    --- 25 messages dropped ---
    GW [00:00:00.984,191] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    --- 69 messages dropped ---
    GW [00:00:00.994,842] <dbg> bt_l2cap: bt_l2cap_send_cb: conn 0x20004538 cid 4 len 9
    GW [00:00:00.994,842] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 13 cb 0x86983 user_data 0x2001273c
    GW [00:00:00.994,903] <dbg> bt_gatt: gatt_read_type: start_handle 0x0001 end_handle 0xffff
    GW [00:00:00.994,903] <dbg> bt_att: bt_att_req_alloc: req 0x20023e4c
    --- 48 messages dropped ---
    GW [00:00:01.034,637] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.034,667] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.034,667] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.034,698] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:01.034,698] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    GW [00:00:01.034,729] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 00 00 01  00                      |.5...... .       
    GW [00:00:01.034,759] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    GW [00:00:01.034,790] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:01.034,790] <dbg> bt_hci_core: process_events: ev->state 0
    --- 17 messages dropped ---
    GW [00:00:01.114,227] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 00 00 01 00                          |........         
    GW [00:00:01.114,257] <dbg> bt_hci_driver: bt_ipc_evt_recv: len 5
    GW [00:00:01.114,257] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b88)
    --- 73 messages dropped ---
    GW [00:00:01.154,998] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.155,029] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.155,029] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.155,059] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 57 messages dropped ---
    GW [00:00:01.194,976] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 67 messages dropped ---
    GW [00:00:01.195,007] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.195,007] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 53 messages dropped ---
    GW [00:00:01.224,670] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 54 messages dropped ---
    GW [00:00:01.234,710] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 02 00  20 03 00 05 2a 05 00 0a |:.......  ...*...
                                               06 00 29 2b 07 00 02 08  00 2a 2b                |..)+.... .*+     
    --- 120 messages dropped ---
    GW [00:00:01.275,939] <dbg> bt_conn: bt_conn_ref: handle 0 ref 4 -> 5
    GW [00:00:01.275,970] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    GW [00:00:01.275,970] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 55 messages dropped ---
    GW [00:00:01.304,687] <dbg> bt_hci_core: process_events: ev->state 0
    --- 30 messages dropped ---
    GW [00:00:01.314,086] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    GW [00:00:01.314,086] <dbg> bt_hci_core: hci_num_completed_packets: handle 0 count 1
    GW [00:00:01.314,117] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    --- 77 messages dropped ---
    GW [00:00:01.345,062] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 126 messages dropped ---
    GW [00:00:01.355,926] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    GW [00:00:01.355,957] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.355,987] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 71 messages dropped ---
    GW [00:00:01.394,073] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20022b88)
    --- 28 messages dropped ---
    GW [00:00:01.394,073] <dbg> bt_hci_core: bt_recv: buf 0x20022b88 len 7
    GW [00:00:01.394,073] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    GW [00:00:01.394,104] <dbg> bt_hci_core: hci_num_completed_packets: handle 0 count 1
    --- 58 messages dropped ---
    GW [00:00:01.435,974] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 99 messages dropped ---
    GW [00:00:01.436,004] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 27 messages dropped ---
    GW [00:00:01.457,397] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 132 messages dropped ---
    GW [00:00:01.474,975] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 67 messages dropped ---
    GW [00:00:01.475,006] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.475,006] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 32 messages dropped ---
    GW [00:00:01.504,119] <dbg> bt_conn: bt_conn_ref: handle 1 ref 3 -> 4
    --- 96 messages dropped ---
    GW [00:00:01.515,472] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.515,502] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.515,502] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 131 messages dropped ---
    GW [00:00:01.554,992] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 66 messages dropped ---
    GW [00:00:01.554,992] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.555,023] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 32 messages dropped ---
    GW [00:00:01.584,136] <dbg> bt_conn: bt_conn_ref: handle 1 ref 3 -> 4
    --- 71 messages dropped ---
    GW [00:00:01.595,001] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.595,001] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.595,001] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 107 messages dropped ---
    GW [00:00:01.626,037] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 67 messages dropped ---
    GW [00:00:01.635,040] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.635,040] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:01.635,070] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 69 messages dropped ---
    GW [00:00:01.665,039] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 71 messages dropped ---
    GW [00:00:01.674,926] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.674,926] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.674,957] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 100 messages dropped ---
    GW [00:00:01.705,535] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 67 messages dropped ---
    GW [00:00:01.714,996] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.715,026] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.715,026] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    GW [00:00:01.755,462] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 101 messages dropped ---
    GW [00:00:01.755,493] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.755,493] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 73 messages dropped ---
    GW [00:00:01.785,003] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 67 messages dropped ---
    GW [00:00:01.795,013] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.795,013] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.795,043] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    GW [00:00:01.834,838] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 67 messages dropped ---
    GW [00:00:01.834,869] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    GW [00:00:01.834,869] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 75 messages dropped ---
    GW [00:00:01.864,959] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 67 messages dropped ---
    GW [00:00:01.875,030] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.875,030] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:01.875,061] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    GW [00:00:01.905,059] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 52 messages dropped ---
    GW [00:00:01.914,733] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 02 00  20 03 00 05 2a 05 00 0a |:.......  ...*...
                                               06 00 29 2b 07 00 02 08  00 2a 2b                |..)+.... .*+     
    --- 106 messages dropped ---
    GW [00:00:01.955,963] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 125 messages dropped ---
    GW [00:00:01.955,963] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:01.955,993] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 70 messages dropped ---
    GW [00:00:01.985,046] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 30 messages dropped ---
    GW [00:00:01.994,110] <dbg> bt_hci_core: hci_num_completed_packets: num_handles 1
    GW [00:00:01.994,110] <dbg> bt_hci_core: hci_num_completed_packets: handle 0 count 1
    --- 72 messages dropped ---
    GW [00:00:02.024,932] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 108 messages dropped ---
    GW [00:00:02.036,193] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.036,193] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.036,224] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 70 messages dropped ---
    GW [00:00:02.065,063] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 69 messages dropped ---
    GW [00:00:02.075,012] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.075,042] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.075,042] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 56 messages dropped ---
    GW [00:00:02.114,990] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 72 messages dropped ---
    GW [00:00:02.115,020] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.115,020] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 130 messages dropped ---
    GW [00:00:02.146,057] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 81 messages dropped ---
    GW [00:00:02.155,181] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.155,181] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:02.155,212] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 91 messages dropped ---
    GW [00:00:02.185,455] <dbg> bt_att: chan_rsp_sent: chan 0x2001d858
    --- 143 messages dropped ---
    GW [00:00:02.196,777] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.196,807] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.196,807] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 111 messages dropped ---
    GW [00:00:02.235,168] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 00 00 01  00                      |.5...... .       
    --- 82 messages dropped ---
    GW [00:00:02.235,198] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    --- 73 messages dropped ---
    GW [00:00:02.265,075] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 61 messages dropped ---
    GW [00:00:02.275,268] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 29 00 00 5c                                   |.)..\            
    GW [00:00:02.275,299] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 00 10 1b 00 20 00 02  21 00 cc 2b 22 00 12 23 |..... .. !..+"..#
                                               00 cd 2b 25 00 02 26 00  ce 2b 28 00 12 29 00 84 |..+%..&. .+(..)..
    --- 194 messages dropped ---
    GW [00:00:02.315,704] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.315,704] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 83 messages dropped ---
    GW [00:00:02.355,010] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    --- 89 messages dropped ---
    GW [00:00:02.355,041] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 4 events
    GW [00:00:02.355,041] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:02.355,072] <dbg> bt_hci_core: process_events: ev->state 0
    --- 154 messages dropped ---
    GW [00:00:02.395,599] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 125 messages dropped ---
    GW [00:00:02.395,599] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.395,629] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:02.395,629] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 105 messages dropped ---
    GW [00:00:02.435,607] <dbg> bt_hci_core: process_events: ev->state 0
    --- 127 messages dropped ---
    GW [00:00:02.435,638] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:02.435,638] <dbg> bt_hci_core: process_events: ev->state 2
    --- 99 messages dropped ---
    GW [00:00:02.465,332] <dbg> bt_hci_driver: bt_ipc_acl_recv: len 27
    --- 121 messages dropped ---
    GW [00:00:02.476,318] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.476,318] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.476,348] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 120 messages dropped ---
    GW [00:00:02.505,737] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 68 messages dropped ---
    GW [00:00:02.515,014] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.515,045] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.515,045] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 32 messages dropped ---
    GW [00:00:02.544,158] <dbg> bt_conn: bt_conn_unref: handle 1 ref 4 -> 3
    --- 52 messages dropped ---
    GW [00:00:02.554,718] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 19 00  02 1a 00 c9 2b 1c 00 02 |:....... ....+...
                                               1d 00 ca 2b 1e 00 02 1f  00 cb 2b                |...+.... ..+     
    --- 132 messages dropped ---
    GW [00:00:02.595,642] <dbg> bt_att: find_info_cb: handle 0x0019
    --- 117 messages dropped ---
    GW [00:00:02.595,642] <dbg> bt_att: find_info_cb: handle 0x001a
    GW [00:00:02.595,672] <dbg> bt_att: find_info_cb: handle 0x001b
    GW [00:00:02.595,672] <dbg> bt_att: find_info_cb: handle 0x001c
    --- 143 messages dropped ---
    GW [00:00:02.625,854] <dbg> bt_hci_core: process_events: count 4
    --- 97 messages dropped ---
    GW [00:00:02.635,131] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:02.635,131] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:02.635,162] <dbg> bt_conn: bt_conn_process_tx: conn 0x20004600
    --- 131 messages dropped ---
    GW [00:00:02.666,259] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 118 messages dropped ---
    GW [00:00:02.676,116] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.676,147] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.676,147] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 67 messages dropped ---
    GW [00:00:02.705,047] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 69 messages dropped ---
    GW [00:00:02.715,026] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:02.715,026] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.715,057] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 56 messages dropped ---
    GW [00:00:02.755,065] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 72 messages dropped ---
    GW [00:00:02.755,065] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:02.755,065] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 145 messages dropped ---
    GW [00:00:02.786,071] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 106 messages dropped ---
    GW [00:00:02.795,440] <dbg> bt_conn: bt_conn_ref: handle 0 ref 4 -> 5
    GW [00:00:02.795,471] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    GW [00:00:02.795,471] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 143 messages dropped ---
    GW [00:00:02.835,937] <dbg> bt_conn: do_send_frag: conn 0x20004538 buf 0x20023ba0 len 11 flags 0x02
    --- 144 messages dropped ---
    GW [00:00:02.835,937] <dbg> bt_hci_core: bt_send: buf 0x20023ba0 len 15 type 2
    GW [00:00:02.835,968] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20023ba0 type 2 len 15
    --- 126 messages dropped ---
    GW [00:00:02.874,969] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 66 messages dropped ---
    GW [00:00:02.874,969] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    GW [00:00:02.875,000] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 70 messages dropped ---
    GW [00:00:02.905,029] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 53 messages dropped ---
    GW [00:00:02.914,703] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3a 00 04 00 09 07 02 00  20 03 00 05 2a 05 00 0a |:.......  ...*...
                                               06 00 29 2b 07 00 02 08  00 2a 2b                |..)+.... .*+     
    --- 77 messages dropped ---
    GW [00:00:02.956,024] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 138 messages dropped ---
    GW [00:00:02.956,024] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:02.956,054] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 108 messages dropped ---
    GW [00:00:02.985,443] <dbg> bt_conn: bt_conn_send_cb: conn handle 1 buf len 66 cb 0x869bb user_data 0x2001278c
    --- 130 messages dropped ---
    GW [00:00:02.995,666] <dbg> bt_conn: bt_conn_prepare_events: 
    GW [00:00:02.995,666] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20004538 to poll list
    GW [00:00:02.995,697] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    --- 132 messages dropped ---
    GW [00:00:03.035,186] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 84 messages dropped ---
    GW [00:00:03.035,186] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.035,217] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 32 messages dropped ---
    GW [00:00:03.064,147] <dbg> bt_conn: bt_conn_ref: handle 1 ref 3 -> 4
    --- 68 messages dropped ---
    GW [00:00:03.074,981] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.075,042] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.075,042] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 93 messages dropped ---
    GW [00:00:03.105,346] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 01 10 1b 00 0a 00 02  0b 00 00 2a 0c 00 02 0d |........ ...*....
                                               00 01 2a 0f 00 1c 10 00  c6 2b 12 00 12 13 00 c4 |..*..... .+......
    --- 52 messages dropped ---
    GW [00:00:03.114,746] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 00 10 1b 00 00 00 28  19 00 03 28 1a 00 c9 2b |.......( ...(...+
                                               1b 00 02 29 1c 00 03 28  1d 00 ca 2b 1e 00 03 28 |...)...( ...+...(
    --- 223 messages dropped ---
    GW [00:00:03.155,853] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:03.155,883] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 108 messages dropped ---
    GW [00:00:03.195,648] <dbg> bt_hci_core: process_events: ev->state 0
    --- 128 messages dropped ---
    GW [00:00:03.195,648] <dbg> bt_hci_core: process_events: ev->state 2
    GW [00:00:03.195,678] <dbg> bt_conn: bt_conn_prepare_events: 
    GW [00:00:03.195,678] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20004538 to poll list
    --- 273 messages dropped ---
    GW [00:00:03.236,175] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.236,175] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.236,206] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 30 messages dropped ---
    GW [00:00:03.264,129] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    --- 70 messages dropped ---
    GW [00:00:03.275,024] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.275,054] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:03.275,054] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:03.275,085] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 92 messages dropped ---
    GW [00:00:03.314,849] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 66 messages dropped ---
    GW [00:00:03.314,880] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.314,880] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    --- 84 messages dropped ---
    GW [00:00:03.345,275] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 85 messages dropped ---
    GW [00:00:03.355,163] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    GW [00:00:03.355,194] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:03.355,194] <dbg> bt_hci_core: process_events: ev->state 0
    --- 107 messages dropped ---
    GW [00:00:03.397,552] <dbg> bt_hci_core: process_events: ev->state 0
    --- 211 messages dropped ---
    GW [00:00:03.397,552] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:03.397,583] <dbg> bt_conn: bt_conn_process_tx: conn 0x20004538
    GW [00:00:03.397,583] <dbg> bt_conn: send_buf: conn 0x20004538 buf 0x20023bc0 len 11
    --- 92 messages dropped ---
    GW [00:00:03.434,967] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 66 messages dropped ---
    GW [00:00:03.434,997] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 28 messages dropped ---
    GW [00:00:03.465,484] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 165 messages dropped ---
    GW [00:00:03.474,975] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.474,975] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.475,006] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 67 messages dropped ---
    GW [00:00:03.505,004] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 1
    --- 85 messages dropped ---
    GW [00:00:03.515,167] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    GW [00:00:03.515,167] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:03.515,197] <dbg> bt_hci_core: process_events: ev->state 0
    --- 97 messages dropped ---
    GW [00:00:03.545,318] <dbg> bt_gatt: gatt_write_ccc_rsp: err 0x00
    --- 172 messages dropped ---
    GW [00:00:03.557,098] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.557,098] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.557,128] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 87 messages dropped ---
    GW [00:00:03.595,367] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 5 cb 0x869bb user_data 0x20012728
    --- 94 messages dropped ---
    GW [00:00:03.595,397] <dbg> bt_conn: bt_conn_ref: handle 0 ref 4 -> 5
    GW [00:00:03.595,397] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 157 messages dropped ---
    GW [00:00:03.626,525] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               02 01 00 0b 00 07 00 04  00 08 3c 00 ff ff 03 28 |........ ..<....(
    --- 52 messages dropped ---
    GW [00:00:03.634,735] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 10 00  c6 2b 11 00 02 29 12 00 |>....... .+...)..
                                               03 28 13 00 c4 2b 14 00  02 29 15                |.(...+.. .).     
    --- 202 messages dropped ---
    GW [00:00:03.676,025] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:03.676,025] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 103 messages dropped ---
    GW [00:00:03.705,474] <dbg> bt_conn: bt_conn_ref: handle 1 ref 4 -> 5
    --- 95 messages dropped ---
    GW [00:00:03.715,179] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:03.715,209] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:03.715,209] <dbg> bt_hci_core: process_events: ev->state 4
    --- 88 messages dropped ---
    GW [00:00:03.745,239] <dbg> bt_hci_core: process_events: ev->state 0
    --- 101 messages dropped ---
    GW [00:00:03.755,462] <dbg> bt_conn: bt_conn_ref: handle 0 ref 5 -> 6
    GW [00:00:03.755,493] <dbg> bt_conn: bt_conn_unref: handle 0 ref 6 -> 5
    GW [00:00:03.755,493] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 0
    --- 213 messages dropped ---
    GW [00:00:03.795,135] <dbg> bt_conn: do_send_frag: conn 0x20004538 buf 0x20023ba0 len 5 flags 0x02
    --- 78 messages dropped ---
    GW [00:00:03.795,135] <dbg> bt_hci_core: bt_send: buf 0x20023ba0 len 9 type 2
    GW [00:00:03.795,166] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20023ba0 type 2 len 9
    --- 69 messages dropped ---
    GW [00:00:03.825,073] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 131 messages dropped ---
    GW [00:00:03.836,242] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.836,242] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:03.836,273] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 56 messages dropped ---
    GW [00:00:03.875,091] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 00 00 01  00                      |.5...... .       
    --- 76 messages dropped ---
    GW [00:00:03.875,122] <dbg> bt_conn: bt_conn_unref: handle 0 ref 5 -> 4
    --- 131 messages dropped ---
    GW [00:00:03.906,097] <dbg> bt_conn: bt_conn_ref: handle 1 ref 4 -> 5
    --- 175 messages dropped ---
    GW [00:00:03.916,961] <inf> unicast_client: Enable stream 0x20002ef8
    GW [00:00:03.916,961] <dbg> bt_conn: bt_conn_ref: handle 0 ref 5 -> 6
    GW [00:00:03.916,992] <dbg> bt_conn: bt_conn_unref: handle 0 ref 6 -> 5
    --- 102 messages dropped ---
    GW [00:00:03.945,281] <dbg> bt_conn: send_buf: conn 0x20004600 buf 0x20023ba0 len 12
    --- 67 messages dropped ---
    GW [00:00:03.955,017] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    GW [00:00:03.955,017] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:03.955,078] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 83 messages dropped ---
    GW [00:00:03.995,819] <dbg> bt_hci_core: process_events: count 4
    --- 110 messages dropped ---
    GW [00:00:03.995,849] <dbg> bt_hci_core: process_events: ev->state 4
    GW [00:00:03.995,849] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    GW [00:00:03.995,849] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    --- 80 messages dropped ---
    GW [00:00:04.034,759] <dbg> bt_conn: bt_conn_unref: handle 0 ref 6 -> 5
    --- 62 messages dropped ---
    GW [00:00:04.034,790] <dbg> bt_hci_core: process_events: count 4
    GW [00:00:04.034,790] <dbg> bt_hci_core: process_events: ev->state 0
    GW [00:00:04.034,790] <dbg> bt_hci_core: process_events: ev->state 0
    --- 135 messages dropped ---
    GW [00:00:04.066,314] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x200235c8
    GW [00:00:04.066,345] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    GW [00:00:04.066,345] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    GW [00:00:04.066,375] <dbg> bt_hci_driver: bt_ipc_send: buf 0x200235c8 type 0 len 8
    --- 76 messages dropped ---
    GW [00:00:04.105,133] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 8 type 0
    --- 36 messages dropped ---
    GW [00:00:04.114,379] <dbg> bt_hci_core: process_events: ev->state 2
    GW [00:00:04.114,410] <dbg> bt_conn: bt_conn_prepare_events: 
    GW [00:00:04.114,410] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20004538 to poll list
    --- 124 messages dropped ---
    GW [00:00:04.146,240] <dbg> bt_conn: do_send_frag: conn 0x20004600 buf 0x20023ba0 len 15 flags 0x02
    --- 14 messages dropped ---
    GW [00:00:04.146,240] <dbg> bt_hci_core: bt_send: buf 0x20023ba0 len 19 type 2
    GW [00:00:04.146,240] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20023ba0 type 2 len 19
    --- 68 messages dropped ---
    GW [00:00:04.185,058] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 136 messages dropped ---
    GW [00:00:04.198,883] <dbg> bt_hci_core: bt_send: buf 0x200235c8 len 16 type 0
    --- 17 messages dropped ---
    GW [00:00:04.199,371] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x200235c8)
    --- 136 messages dropped ---
    GW [00:00:04.226,379] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 0f 04 00 01 64 20                             |.....d           
    --- 574 messages dropped ---
    GW [00:00:04.308,715] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               7c 89 09 00 00                                   ||....            
    --- 1260 messages dropped ---
    GW [00:00:04.490,722] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    --- 9999 messages dropped ---
    GW [00:00:05.220,153] <dbg> bt_conn: tx_notify: conn 0x20004b70
    --- 9999 messages dropped ---
    GW [00:00:05.787,384] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3407 messages dropped ---
    GW [00:00:05.955,535] <dbg> bt_conn: bt_conn_unref: handle 3 ref 2 -> 1
    --- 1654 messages dropped ---
    GW [00:00:06.045,562] <dbg> bt_conn: tx_complete_work: conn 0x20004aa8
    --- 1745 messages dropped ---
    GW [00:00:06.137,390] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3127 messages dropped ---
    GW [00:00:06.307,403] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3127 messages dropped ---
    GW [00:00:06.487,396] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3345 messages dropped ---
    GW [00:00:06.657,409] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3223 messages dropped ---
    GW [00:00:06.837,402] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3215 messages dropped ---
    GW [00:00:07.007,415] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |........         
    --- 3127 messages dropped ---
    GW [00:00:07.177,429] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 04 00 01 00                          |.

    Headset:

    HR [00:57:06.078,857] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.078,887] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.078,887] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.078,918] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:06.119,445] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:06.119,476] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:06.119,506] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 117 messages dropped ---
    HR [00:57:06.159,790] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:06.159,790] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:06.159,820] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.159,851] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.159,851] <dbg> bt_hci_core: process_events: ev->state 0
    --- 20 messages dropped ---
    HR [00:57:06.160,125] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.160,156] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               04 00 00 00 84                                   |.....            
    HR [00:57:06.198,211] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 119 messages dropped ---
    HR [00:57:06.239,959] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.239,959] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.239,990] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 12 messages dropped ---
    HR [00:57:06.240,173] <dbg> bt_conn: send_buf: send single
    HR [00:57:06.240,173] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020c98 len 9 flags 0x02
    HR [00:57:06.240,203] <dbg> bt_hci_core: bt_send: buf 0x20020c98 len 13 type 2
    HR [00:57:06.240,203] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020c98 type 2 len 13
    HR [00:57:06.240,234] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               02 6e 00 09 00 05 00 04  00 12 1f 00 00 00       |.n...... ......  
    --- 130 messages dropped ---
    HR [00:57:06.320,220] <dbg> bt_conn: bt_conn_send_cb: conn handle 110 buf len 9 cb 0x8003d user_data 0x200111d0
    --- 24 messages dropped ---
    HR [00:57:06.320,556] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    --- 41 messages dropped ---
    HR [00:57:06.358,947] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.358,978] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.358,978] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.358,978] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.359,008] <dbg> bt_hci_core: process_events: ev->state 4
    --- 68 messages dropped ---
    HR [00:57:06.399,230] <dbg> bt_hci_core: bt_send: buf 0x20020700 len 8 type 0
    HR [00:57:06.399,261] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:06.399,261] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:06.399,291] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 73 messages dropped ---
    HR [00:57:06.439,117] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.439,147] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.439,178] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.439,178] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.439,178] <dbg> bt_hci_core: process_events: ev->state 4
    --- 58 messages dropped ---
    HR [00:57:06.479,125] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.479,125] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.479,125] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.479,156] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 64 messages dropped ---
    HR [00:57:06.519,165] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.519,195] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.519,195] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.519,226] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 58 messages dropped ---
    HR [00:57:06.559,173] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.559,173] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.559,204] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.559,204] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:06.559,234] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 63 messages dropped ---
    HR [00:57:06.599,182] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.599,182] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.599,182] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.599,212] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 66 messages dropped ---
    HR [00:57:06.639,221] <dbg> bt_hci_core: bt_send: buf 0x20020700 len 8 type 0
    HR [00:57:06.639,221] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:06.639,251] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    --- 74 messages dropped ---
    HR [00:57:06.679,138] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.679,168] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.679,168] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.679,199] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.679,199] <dbg> bt_hci_core: process_events: ev->state 4
    --- 58 messages dropped ---
    HR [00:57:06.719,116] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.719,146] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.719,146] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.719,146] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.719,177] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 64 messages dropped ---
    HR [00:57:06.759,185] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:06.759,185] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.759,216] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.759,216] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 81 messages dropped ---
    HR [00:57:06.799,468] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:06.799,530] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.799,530] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.799,560] <dbg> bt_hci_core: process_events: ev->state 0
    --- 116 messages dropped ---
    HR [00:57:06.839,782] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:06.839,813] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:06.839,843] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.839,843] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.839,843] <dbg> bt_hci_core: process_events: ev->state 0
    --- 19 messages dropped ---
    HR [00:57:06.840,118] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.840,179] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               05 00 00 00 98                                   |.....            
    HR [00:57:06.878,204] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 132 messages dropped ---
    HR [00:57:06.920,196] <dbg> bt_l2cap: bt_l2cap_send_cb: conn 0x20003a40 cid 4 len 9
    HR [00:57:06.920,227] <dbg> bt_conn: bt_conn_send_cb: conn handle 110 buf len 13 cb 0x8003d user_data 0x200111e4
    HR [00:57:06.920,257] <dbg> bt_gatt: gatt_write_ccc_rsp: err 0x00
    --- 39 messages dropped ---
    HR [00:57:06.958,923] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:06.958,953] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:06.958,953] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.958,984] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:06.958,984] <dbg> bt_hci_core: process_events: ev->state 4
    --- 60 messages dropped ---
    HR [00:57:06.999,145] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:06.999,145] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:06.999,176] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:06.999,176] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:06.999,176] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 71 messages dropped ---
    HR [00:57:07.039,367] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.039,367] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.039,367] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.039,398] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:07.079,528] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:07.079,528] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.079,559] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 177 messages dropped ---
    HR [00:57:07.121,276] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.121,307] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.121,307] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.121,307] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:07.159,454] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:07.159,484] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.159,515] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 140 messages dropped ---
    HR [00:57:07.200,653] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.200,653] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.200,653] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.200,683] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 20 messages dropped ---
    HR [00:57:07.201,019] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  ae 99 b1 06 08 0e 01 20 |.1.....  ....... 
                                               06 00 00 00 38                                   |....8            
    HR [00:57:07.238,220] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 119 messages dropped ---
    HR [00:57:07.279,937] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.279,937] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.279,937] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.279,968] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 10 messages dropped ---
    HR [00:57:07.280,120] <dbg> bt_conn: send_buf: conn 0x20003a40 buf 0x20020d98 len 9
    HR [00:57:07.280,151] <dbg> bt_conn: send_buf: send single
    HR [00:57:07.280,151] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020d98 len 9 flags 0x02
    --- 22 messages dropped ---
    HR [00:57:07.318,878] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               80 36 09 00 40                                   |.6..@            
    --- 124 messages dropped ---
    HR [00:57:07.360,107] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 13 00  93 2b 14 00 02 29 15 00 |>....... .+...)..
                                               03 28 16 00 95 2b 17 00  03 28 18                |.(...+.. .(.     
    --- 99 messages dropped ---
    HR [00:57:07.399,536] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:07.399,566] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.399,566] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.399,566] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.399,597] <dbg> bt_hci_core: process_events: ev->state 4
    --- 79 messages dropped ---
    HR [00:57:07.439,453] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:07.439,483] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.439,514] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 120 messages dropped ---
    HR [00:57:07.479,827] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:07.479,827] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:07.479,858] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.479,888] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.479,888] <dbg> bt_hci_core: process_events: ev->state 0
    --- 19 messages dropped ---
    HR [00:57:07.480,163] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    HR [00:57:07.480,194] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:07.480,224] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 3c                                   |.!..<            
    --- 122 messages dropped ---
    HR [00:57:07.559,997] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 18 00  96 2b 19 00 02 29 1a 00 |>....... .+...)..
                                               03 28 1b 00 97 2b 1c 00  02 29 1d                |.(...+.. .).     
    HR [00:57:07.560,028] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 6e 10 1b 00 00 03 28  1e 00 98 2b 1f 00 02 29 |.n.....( ...+...)
                                               20 00 03 28 21 00 99 2b  22 00 02 29 23 00 03 28 | ..(!..+ "..)#..(
    --- 99 messages dropped ---
    HR [00:57:07.599,578] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.599,578] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.599,578] <dbg> bt_hci_core: process_events: ev->state 0
    --- 61 messages dropped ---
    HR [00:57:07.639,129] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.639,160] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.639,160] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.639,190] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 67 messages dropped ---
    HR [00:57:07.679,229] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:07.679,260] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.679,260] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.679,260] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 59 messages dropped ---
    HR [00:57:07.719,116] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:07.719,146] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.719,146] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.719,146] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.719,177] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 127 messages dropped ---
    HR [00:57:07.760,345] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.760,375] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:07.760,375] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:07.760,375] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 66 messages dropped ---
    HR [00:57:07.798,980] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.799,011] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.799,041] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.799,041] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:07.799,041] <dbg> bt_hci_core: process_events: ev->state 4
    --- 116 messages dropped ---
    HR [00:57:07.839,813] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:07.839,813] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:07.839,843] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.839,874] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.839,874] <dbg> bt_hci_core: process_events: ev->state 0
    --- 19 messages dropped ---
    HR [00:57:07.840,148] <dbg> bt_conn: conn_prepare_events: wait on host fifo
    HR [00:57:07.840,179] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:07.840,209] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 3c                                   |.!..<            
    --- 102 messages dropped ---
    HR [00:57:07.919,677] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 1e 00  98 2b 1f 00 02 29 20 00 |>....... .+...) .
                                               03 28 21 00 99 2b 22 00  02 29 23                |.(!..+". .)#     
    HR [00:57:07.919,708] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 6e 10 1b 00 00 03 28  24 00 9a 2b 25 00 02 29 |.n.....( $..+%..)
                                               26 00 03 28 27 00 9b 2b  28 00 02 29 29 00 03 28 |&..('..+ (..))..(
    --- 61 messages dropped ---
    HR [00:57:07.959,167] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:07.959,167] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    --- 81 messages dropped ---
    HR [00:57:07.999,359] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:07.999,389] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:07.999,420] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:07.999,450] <dbg> bt_hci_core: process_events: ev->state 0
    --- 118 messages dropped ---
    HR [00:57:08.039,825] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:08.039,825] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:08.039,855] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:08.039,886] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.039,886] <dbg> bt_hci_core: process_events: ev->state 0
    --- 20 messages dropped ---
    HR [00:57:08.040,191] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:08.040,222] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               c0 20 09 00 01                                   |. ...            
    HR [00:57:08.078,216] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 122 messages dropped ---
    HR [00:57:08.120,086] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               3e 00 04 00 05 01 21 00  99 2b 22 00 02 29 23 00 |>.....!. .+"..)#.
                                               03 28 24 00 9a 2b 25 00  02 29 26                |.($..+%. .)&     
    --- 99 messages dropped ---
    HR [00:57:08.159,545] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:08.159,545] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.159,576] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:08.159,576] <dbg> bt_hci_core: process_events: ev->state 0
    HR [00:57:08.159,576] <dbg> bt_hci_core: process_events: ev->state 4
    --- 58 messages dropped ---
    HR [00:57:08.199,127] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:08.199,127] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.199,127] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.199,157] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 69 messages dropped ---
    HR [00:57:08.239,257] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.239,257] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.239,257] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.239,288] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:08.239,288] <dbg> bt_hci_core: bt_hci_cmd_send: opcode 0x0c35 len 8
    --- 74 messages dropped ---
    HR [00:57:08.279,388] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:08.279,418] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:08.279,449] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 136 messages dropped ---
    HR [00:57:08.320,739] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.320,739] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    --- 22 messages dropped ---
    HR [00:57:08.321,136] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  0e 29 b2 06             |.1.....  .)..    
    --- 46 messages dropped ---
    HR [00:57:08.358,642] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.358,673] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.358,673] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.358,673] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 68 messages dropped ---
    HR [00:57:08.399,230] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.399,261] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.399,261] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.399,291] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 79 messages dropped ---
    HR [00:57:08.439,514] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:08.439,544] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:08.439,575] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    --- 155 messages dropped ---
    HR [00:57:08.480,651] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.480,651] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.480,682] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.480,682] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 78 messages dropped ---
    HR [00:57:08.519,348] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020700 type 0 len 8
    HR [00:57:08.519,348] <dbg> bt_hci_driver: bt_ipc_send: Final HCI buffer:
                                               01 35 0c 05 01 6e 00 01  00                      |.5...n.. .       
    HR [00:57:08.519,378] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:08.519,409] <dbg> bt_hci_core: process_events: count 3
    --- 119 messages dropped ---
    HR [00:57:08.559,814] <dbg> bt_hci_core: hci_num_completed_packets: handle 110 count 1
    HR [00:57:08.559,844] <dbg> bt_conn: bt_conn_ref: handle 110 ref 1 -> 2
    HR [00:57:08.559,844] <dbg> bt_conn: bt_conn_unref: handle 110 ref 2 -> 1
    HR [00:57:08.559,875] <dbg> bt_hci_core: process_events: count 3
    --- 21 messages dropped ---
    HR [00:57:08.560,180] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 3 events
    HR [00:57:08.560,211] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 3c                                   |.!..<            
    HR [00:57:08.598,205] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 13 05 01 6e 00 01 00                          |....n...         
    --- 100 messages dropped ---
    HR [00:57:08.639,739] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               02 6e 10 1b 00 00 a3 2b  30 00 02 29 31 00 03 28 |.n.....+ 0..)1..(
                                               32 00 a4 2b 33 00 02 29  34 00 03 28 35 00 a5 2b |2..+3..) 4..(5..+
    HR [00:57:08.639,770] <dbg> bt_hci_driver: bt_ipc_acl_recv: len 27
    --- 59 messages dropped ---
    HR [00:57:08.679,138] <dbg> bt_conn: bt_conn_ref: handle 110 ref 2 -> 3
    HR [00:57:08.679,168] <dbg> bt_conn: bt_conn_unref: handle 110 ref 3 -> 2
    HR [00:57:08.679,168] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.679,168] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    --- 145 messages dropped ---
    HR [00:57:08.720,703] <dbg> bt_conn: bt_conn_send_cb: conn handle 110 buf len 48 cb 0x80021 user_data 0x200111d0
    HR [00:57:08.720,764] <dbg> bt_ascs: state_transition_work_handler: ase 0x20004680 id 0x01 idle -> codec-configured
    HR [00:57:08.720,764] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.720,794] <dbg> bt_hci_core: process_events: ev->state 0
    --- 94 messages dropped ---
    HR [00:57:08.759,368] <dbg> bt_conn: send_buf: conn 0x20003a40 buf 0x20020d98 len 9
    HR [00:57:08.759,368] <dbg> bt_conn: send_buf: send single
    HR [00:57:08.759,368] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020d98 len 9 flags 0x02
    HR [00:57:08.759,399] <dbg> bt_hci_core: bt_send: buf 0x20020d98 len 13 type 2
    HR [00:57:08.759,399] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020d98 type 2 len 13
    --- 97 messages dropped ---
    HR [00:57:08.799,926] <dbg> bt_gatt: gatt_notify: conn 0x20003a40 handle 0x0013
    HR [00:57:08.799,957] <dbg> bt_att: bt_att_chan_send: chan 0x2001bc10 flags 4 code 0x1b
    HR [00:57:08.799,957] <dbg> bt_att: chan_send: code 0x1b
    HR [00:57:08.799,987] <dbg> bt_l2cap: bt_l2cap_send_cb: conn 0x20003a40 cid 4 len 20
    --- 103 messages dropped ---
    HR [00:57:08.839,935] <dbg> bt_conn: bt_conn_unref: handle 110 ref 5 -> 4
    HR [00:57:08.839,935] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:08.839,935] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:08.839,965] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 89 messages dropped ---
    HR [00:57:08.879,669] <dbg> bt_ascs: ascs_ep_get_status: ep 0x20004684 id 0x01 state enabling
    HR [00:57:08.879,699] <dbg> bt_ascs: ascs_ep_get_status_enable: dir sink cig 0x00 cis 0x01
    HR [00:57:08.879,730] <dbg> bt_gatt: gatt_notify: conn 0x20003a40 handle 0x0013
    HR [00:57:08.879,760] <dbg> bt_att: bt_att_chan_send: chan 0x2001bc10 flags 4 code 0x1b
    HR [00:57:08.879,760] <dbg> bt_att: chan_send: code 0x1b
    --- 82 messages dropped ---
    HR [00:57:08.919,342] <dbg> bt_conn: send_buf: send single
    HR [00:57:08.919,342] <dbg> bt_conn: do_send_frag: conn 0x20003a40 buf 0x20020d98 len 9 flags 0x02
    HR [00:57:08.919,372] <dbg> bt_hci_core: bt_send: buf 0x20020d98 len 13 type 2
    HR [00:57:08.919,372] <dbg> bt_hci_driver: bt_ipc_send: buf 0x20020d98 type 2 len 13
    --- 12 messages dropped ---
    HR [00:57:08.919,616] <dbg> bt_conn: bt_conn_ref: handle 110 ref 3 -> 4
    HR [00:57:08.919,647] <dbg> bt_conn: bt_conn_unref: handle 110 ref 4 -> 3
    HR [00:57:08.919,677] <dbg> bt_conn: tx_complete_work: conn 0x20003a40
    HR [00:57:08.919,677] <dbg> bt_conn: tx_notify: conn 0x20003a40
    HR [00:57:08.919,677] <dbg> bt_conn: tx_notify: tx 0x20011018 cb 0x80021 user_data 0x2001116c
    --- 53 messages dropped ---
    HR [00:57:08.999,267] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2066 param_len 2
    HR [00:57:08.999,267] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    HR [00:57:08.999,298] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x20020700 opcode 0x2066 len 5
    HR [00:57:08.999,328] <dbg> bt_hci_core: process_events: count 3
    HR [00:57:08.999,328] <dbg> bt_hci_core: process_events: ev->state 4
    --- 13 messages dropped ---
    HR [00:57:08.999,694] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               04 0f 04 00 01 66 20                             |.....f           
    HR [00:57:08.999,725] <dbg> bt_hci_driver: bt_ipc_evt_recv: len 4
    HR [00:57:08.999,725] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x20020700)
    HR [00:57:08.999,755] <dbg> bt_hci_core: bt_recv: buf 0x20020700 len 6
    --- 58 messages dropped ---
    HR [00:57:09.078,918] <dbg> bt_conn: bt_conn_unref: handle 110 ref 6 -> 5
    HR [00:57:09.078,948] <dbg> bt_hci_core: bt_hci_host_num_completed_packets: Reporting completed packet for handle 110
    HR [00:57:09.078,948] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x0c35 param_len 5
    HR [00:57:09.078,979] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x20020700
    --- 58 messages dropped ---
    HR [00:57:09.123,840] <dbg> bt_ascs: ascs_ep_get_status_enable: dir sink cig 0x00 cis 0x01
    --- 51 messages dropped ---
    HR [00:57:09.133,728] <dbg> bt_hci_driver: bt_ipc_iso_recv: len 4
    --- 12 messages dropped ---
    HR [00:57:09.143,737] <dbg> bt_hci_driver: bt_ipc_iso_recv: len 4
    --- 102 messages dropped ---
    HR [00:57:09.159,484] <dbg> bt_conn: send_buf: send single
    --- 14 messages dropped ---
    HR [00:57:09.163,726] <dbg> bt_hci_driver: bt_ipc_rx: Calling bt_recv(0x2002150c)
    --- 11 messages dropped ---
    HR [00:57:09.192,291] <dbg> bt_conn: bt_conn_unref: handle 110 ref 5 -> 4
    --- 61 messages dropped ---
    HR [00:57:09.198,364] <dbg> bt_conn: tx_notify: tx 0x20011058 cb 0x80021 user_data 0x20011194
    --- 17 messages dropped ---
    HR [00:57:09.212,860] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:09.222,839] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 97 messages dropped ---
    HR [00:57:09.239,776] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003a40 to poll list
    --- 16 messages dropped ---
    HR [00:57:09.252,838] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 25 messages dropped ---
    HR [00:57:09.262,878] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:09.282,714] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 31 f0 62  cc 10 00 78 00 9d 17 40 |.C`..1.b ...x...@
                                               cf ea ec 58 54 4a f6 50  ef ed 12 9e 00 fa be 21 |...XTJ.P .......!
                                               bf a8 56 83 c9 8c 49 2d  c5 8b 49 5d f4 97 b1 fe |..V...I- ..I]....
                                               3a b2 78 8d e4 d0 d6 30  ac 00 2e 58 d4 82 fa 50 |:.x....0 ...X...P
                                               e7 c0 15 0a 01 71 60 4f  62 cf 6c fc df 61 32 ba |.....q`O b.l..a2.
                                               08 4e f7 13 6e a4 04 94  e9 9c 9f 5f e7 40 01 54 |.N..n... [email protected]
                                               fe 12 84 a3 5b 56 ff 6a  f8 96 8b a2 4c 63 95 f4 |....[V.j ....Lc..
                                               b7 33 54 9d 25 06 aa d7  ab e3 00 a2 c1 0a 20 3d |.3T.%... ...... =
                                               f9 2d 6d a5 94                                   |.-m..            
    --- 307 messages dropped ---
    HR [00:57:09.402,893] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 27 messages dropped ---
    HR [00:57:09.412,933] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  91 b3 b2 06 40 16 00 20 |.1.....  ....@.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  aa 00 00 00 40 16 00 20 |........ ....@.. 
                                               30 a4 b2 06 ee 62 c4 9c  04 00 00 00 70 1b 09 00 |0....b.. ....p...
                                               60 b5 09 00 ac b3 09 00  05 43 60 80 00 31 f0 62 |`....... .C`..1.b
                                               cc 10 00 78 00 9d 17 40  cf ea ec 58 54 4a f6 50 |...x...@ ...XTJ.P
                                               ef ed 12 9e 00 fa be 21  bf a8 56 83 c9 8c 49 2d |.......! ..V...I-
                                               c5 8b 49 5d f4 97 b1 fe                          |..I]....         
    --- 130 messages dropped ---
    HR [00:57:09.522,857] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 24 messages dropped ---
    HR [00:57:09.532,928] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               04 00 00 00 05 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               ec c2 b2 06 5a 60 b9 c7  06 00 00 00 38 32 09 00 |....Z`.. ....82..
                                               28 36 09 00 6e 00 00 00  05 00 00 00 04 00 00 00 |(6..n... ........
                                               00 31 00 00 18 16 00 20  ec c2 b2 06 3c 16 00 20 |.1.....  ....<.. 
                                               06 00 00 00 38 32 09 00  38 36 09 00 43 00 00 00 |....82.. 86..C...
                                               01 00 00 00 02 00 00 00  00 21 00 00 18 16 00 20 |........ .!..... 
                                               ed c2 b2 06 18 16 00 20  04 00 00 00 2c 2f 09 00 |.......  ....,/..
                                               18 37 09 00 20 44 00 20                          |.7.. D.          
    --- 143 messages dropped ---
    HR [00:57:09.652,709] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 7f 95 68  cc 35 00 78 00 d9 59 f1 |.C`....h .5.x..Y.
                                               22 6f a7 b2 67 5b 1a c4  37 3f 6a 27 52 1d de 6f |"o..g[.. 7?j'R..o
                                               77 b4 c1 21 91 00 2f 32  7f 1c 31 13 25 8d 3e 44 |w..!../2 ..1.%.>D
                                               c3 71 b8 7c 3e 0d 3e e2  6f ed 83 10 4d c4 5a dc |.q.|>.>. o...M.Z.
                                               e0 19 cf d3 74 86 c2 cf  42 0c 63 70 5d 7a 1f 9c |....t... B.cp]z..
                                               6d 9f ec 7a 7f 01 2c c3  4b b3 5b b7 4e 32 44 24 |m..z..,. K.[.N2D$
                                               fb 58 dc 62 06 9c e1 6a  1f 0c 48 88 10 e7 43 0c |.X.b...j ..H...C.
                                               ba 75 e3 df 09 45 68 f1  ec 9a c5 26 3a 08 e2 73 |.u...Eh. ...&:..s
                                               f8 a7 dd d4 db                                   |.....            
    --- 157 messages dropped ---
    HR [00:57:09.772,705] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 3d 6a 6a  cc 41 00 78 00 6d 15 52 |.C`..=jj .A.x.m.R
                                               28 ca 0f 64 9a 27 18 c8  74 4b b7 e4 2b aa 0e 4d |(..d.'.. tK..+..M
                                               74 71 1a 93 38 d7 20 82  a6 ab e1 bd d1 ac 12 8f |tq..8. . ........
                                               9e 22 ce 33 be 30 e0 34  47 e4 3f d1 44 95 55 0f |.".3.0.4 G.?.D.U.
                                               0e 1c 0b 07 e9 9e e0 ca  e1 89 47 a7 4c 0d f7 9d |........ ..G.L...
                                               79 17 3e a4 f0 e2 91 00  00 51 a7 e6 79 1c 7e 25 |y.>..... .Q..y.~%
                                               6c 86 27 d1 92 72 3e fc  1b e6 03 f9 11 c8 51 f2 |l.'..r>. ......Q.
                                               6c 34 a8 75 57 a5 55 f2  ee 18 1f 63 d2 a8 de 0a |l4.uW.U. ...c....
                                               85 e1 0d 66 04                                   |...f.            
    --- 156 messages dropped ---
    HR [00:57:09.892,700] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 fd 3e 6c  cc 4d 00 78 00 f0 cd dc |.C`...>l .M.x....
                                               3b 0f 30 04 ca e0 43 7d  e3 38 88 f7 da 98 42 34 |;.0...C} .8....B4
                                               80 18 d2 87 e7 20 f6 95  87 32 68 ff f6 02 88 7f |..... .. .2h.....
                                               ca 08 75 d4 5a a1 27 59  76 21 71 9a 79 63 4e 9c |..u.Z.'Y v!q.ycN.
                                               ba 2b fc b2 8f 2f 91 0a  d7 b8 86 ab 27 5c eb e3 |.+.../.. ....'\..
                                               81 2e 61 d6 e5 32 29 c8  2e 8b ff ad 3e 7b 14 f6 |..a..2). ....>{..
                                               95 23 4a 69 ab 56 78 8a  95 ab 53 74 a7 d5 aa a6 |.#Ji.Vx. ..St....
                                               10 dc 9a a2 43 b6 ba 30  c2 ec a6 26 bf de c4 da |....C..0 ...&....
                                               33 9c 2b c4 ac                                   |3.+..            
    --- 144 messages dropped ---
    HR [00:57:10.012,695] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 ad ec 6d  cc 58 00 78 00 fe a4 d4 |.C`....m .X.x....
                                               d5 8d f3 77 b1 57 d5 0a  d3 29 02 6c 0b 5c 85 c2 |...w.W.. .).l.\..
                                               4d 8e a1 72 13 7c 5e 0f  85 4a f1 da 04 7d 73 66 |M..r.|^. .J...}sf
                                               5c be c5 48 06 f4 51 75  79 3e 86 77 d8 3a 83 9e |\..H..Qu y>.w.:..
                                               5a f0 05 04 a2 ea 0c 27  df 7e 4b 4d ec 2a dd b1 |Z......' .~KM.*..
                                               fd 4e 10 30 ec 02 07 c8  1e f2 93 97 a9 62 4a cf |.N.0.... .....bJ.
                                               e7 d2 b5 1c ee 24 f5 99  22 fd 71 a8 32 eb e9 8c |.....$.. ".q.2...
                                               f9 02 1b 83 20 91 c9 c4  5c e8 3f 6e bd 9d 19 0e |.... ... \.?n....
                                               52 34 7c 74 a4                                   |R4|t.            
    --- 169 messages dropped ---
    HR [00:57:10.132,690] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 7b e8 6f  cc 65 00 78 00 fe 39 ed |.C`..{.o .e.x..9.
                                               db bf b7 3c 63 66 d6 1b  af b1 ba f7 c4 a2 5b 96 |...<cf.. ......[.
                                               59 e8 d3 6f ee 1e 4a 18  dd 8e 94 d0 0e cb 67 24 |Y..o..J. ......g$
                                               52 89 2b 93 8d 31 45 2e  a4 62 81 9b 4f f5 82 f3 |R.+..1E. .b..O...
                                               6f 3d 3f 96 56 30 8e f3  79 cc da 30 27 e9 e3 bf |o=?.V0.. y..0'...
                                               4c 67 1c 12 42 7a 90 25  f7 c1 8a e0 cc 70 31 5a |Lg..Bz.% .....p1Z
                                               33 62 0b 52 bc d3 09 75  29 e4 d8 f0 cc 40 69 9c |3b.R...u )....@i.
                                               01 6c ba 5a 2a 3a 87 da  0f d1 6d 2e 12 1d 4a db |.l.Z*:.. ..m...J.
                                               92 34 7b 25 f4                                   |.4{%.            
    --- 144 messages dropped ---
    HR [00:57:10.252,899] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 24 messages dropped ---
    HR [00:57:10.262,939] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               05 00 00 00 04 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               5d 20 b3 06 67 5b 1a c4  06 00 00 00 38 32 09 00 |] ..g[.. ....82..
                                               38 36 09 00 43 00 00 00  01 00 00 00 02 00 00 00 |86..C... ........
                                               00 21 00 00 18 16 00 20  5d 20 b3 06 4d c4 5a dc |.!.....  ] ..M.Z.
                                               04 00 00 00 2c 2f 09 00  18 37 09 00 20 44 00 20 |....,/.. .7.. D. 
                                               00 31 00 00 18 16 00 20  5e 20 b3 06 4e 32 44 24 |.1.....  ^ ..N2D$
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00                          |........         
    --- 185 messages dropped ---
    HR [00:57:10.382,690] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 09 b9 73  cc 7e 00 78 00 f9 0b ae |.C`....s .~.x....
                                               fc e0 e9 62 48 14 6d d5  5c f0 94 f4 eb 92 f9 3b |...bH.m. \......;
                                               1d 12 ad 61 05 2f 16 da  f4 b0 9b af 22 17 2b a3 |...a./.. ....".+.
                                               2f c8 ea a0 d7 3b 01 a5  93 4f 9e 6f 17 26 5f 9c |/....;.. .O.o.&_.
                                               60 df 23 b2 fa 19 72 8f  91 83 1f 43 91 42 b6 82 |`.#...r. ...C.B..
                                               00 f8 fa 40 b9 ab 8f a4  b2 63 99 3a ae e6 23 76 |...@.... .c.:..#v
                                               d4 1f 86 19 f0 cc e9 cf  9b 4c 03 4b ad 12 7c 0d |........ .L.K..|.
                                               af f1 b6 bb 9a c4 d9 40  63 d2 9d 37 3f 1d 4a df |.......@ c..7?.J.
                                               92 34 7d 34 94                                   |.4}4.            
    --- 143 messages dropped ---
    HR [00:57:10.492,980] <inf> audio_datapath: Pres comp state: MEAS
    --- 10 messages dropped ---
    HR [00:57:10.512,878] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 26 messages dropped ---
    HR [00:57:10.522,888] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 12 messages dropped ---
    HR [00:57:10.532,897] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 6 messages dropped ---
    HR [00:57:10.542,785] <dbg> bt_hci_core: rx_work_handler: buf 0x2002150c type 5 len 132
    --- 21 messages dropped ---
    HR [00:57:10.572,296] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 34 messages dropped ---
    HR [00:57:10.574,310] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 14 messages dropped ---
    HR [00:57:10.592,987] <inf> audio_datapath: Pres comp state: WAIT
    --- 27 messages dropped ---
    HR [00:57:10.602,935] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  e2 4b b3 06 3c 16 00 20 |.1.....  .K..<.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               e4 4b b3 06 e1 5e 51 83  06 00 00 00 38 32 09 00 |.K...^Q. ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20  e5 4b b3 06 98 fa 48 e0 |.!..@..  .K....H.
                                               04 00 00 00 70 1b 09 00  60 b5 09 00 e4 b3 09 00 |....p... `.......
                                               04 00 00 00 05 00 00 00                          |........         
    --- 117 messages dropped ---
    HR [00:57:10.712,921] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 21 00 00 18 16 00 20  71 4e b3 06 38 32 09 00 |.!.....  qN..82..
                                               04 00 00 00 2c 2f 09 00  18 37 09 00 20 44 00 20 |....,/.. .7.. D. 
                                               00 31 00 00 18 16 00 20  72 4e b3 06 70 1b 09 00 |.1.....  rN..p...
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               73 4e b3 06 60 31 09 00  06 00 00 00 38 32 09 00 |sN..`1.. ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20                          |.!..@..          
    --- 170 messages dropped ---
    HR [00:57:10.832,702] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 d6 96 7a  cc ab 00 78 00 00 00 00 |.C`....z ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 143 messages dropped ---
    HR [00:57:10.942,687] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 85 44 7c  cc b6 00 78 00 00 00 00 |.C`...D| ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 144 messages dropped ---
    HR [00:57:11.052,825] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:11.062,866] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 25 messages dropped ---
    HR [00:57:11.072,845] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 12 messages dropped ---
    HR [00:57:11.082,824] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 15 messages dropped ---
    HR [00:57:11.102,691] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 84 b5 7e  cc c6 00 78 00 00 00 00 |.C`....~ ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 143 messages dropped ---
    HR [00:57:11.212,829] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 23 messages dropped ---
    HR [00:57:11.222,869] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 11 messages dropped ---
    HR [00:57:11.232,849] <dbg> bt_conn: bt_conn_recv: handle 67 len 128 flags 06
    --- 13 messages dropped ---
    HR [00:57:11.242,889] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:11.262,939] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  5d a0 b3 06 3c 16 00 20 |.1.....  ]...<.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               5e a0 b3 06 00 00 00 00  06 00 00 00 38 32 09 00 |^....... ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20  60 a0 b3 06 00 00 00 00 |.!..@..  `.......
                                               04 00 00 00 70 1b 09 00  60 b5 09 00 e4 b3 09 00 |....p... `.......
                                               04 00 00 00 05 00 00 00                          |........         
    --- 172 messages dropped ---
    HR [00:57:11.372,680] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 33 d4 82  cc e1 00 78 00 00 00 00 |.C`..3.. ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 143 messages dropped ---
    HR [00:57:11.482,696] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 e1 81 84  cc ec 00 78 00 00 00 00 |.C`..... ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:11.592,926] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               00 31 00 00 18 16 00 20  5d a0 b3 06 3c 16 00 20 |.1.....  ]...<.. 
                                               06 00 00 00 60 31 09 00  dc 36 09 00 43 00 00 00 |....`1.. .6..C...
                                               80 00 00 00 06 00 00 00  00 31 00 00 18 16 00 20 |........ .1..... 
                                               5e a0 b3 06 00 00 00 00  06 00 00 00 38 32 09 00 |^....... ....82..
                                               28 36 09 00 43 00 00 00  02 00 00 00 01 00 00 00 |(6..C... ........
                                               00 21 80 07 40 16 00 20  60 a0 b3 06 00 00 00 00 |.!..@..  `.......
                                               04 00 00 00 70 1b 09 00  60 b5 09 00 e4 b3 09 00 |....p... `.......
                                               04 00 00 00 05 00 00 00                          |........         
    --- 129 messages dropped ---
    HR [00:57:11.692,932] <dbg> bt_hci_driver: bt_ipc_rx: RX buf payload:
                                               06 00 00 00 38 32 09 00  38 36 09 00 43 00 00 00 |....82.. 86..C...
                                               01 00 00 00 02 00 00 00  00 21 00 00 18 16 00 20 |........ .!..... 
                                               e2 cb b3 06 cc b3 09 00  04 00 00 00 2c 2f 09 00 |........ ....,/..
                                               18 37 09 00 20 44 00 20  00 31 00 00 18 16 00 20 |.7.. D.  .1..... 
                                               e2 cb b3 06 54 1e 09 00  06 00 00 00 60 31 09 00 |....T... ....`1..
                                               dc 36 09 00 43 00 00 00  80 00 00 00 06 00 00 00 |.6..C... ........
                                               00 31 00 00 18 16 00 20  e4 cb b3 06 78 15 09 00 |.1.....  ....x...
                                               06 00 00 00 38 32 09 00                          |....82..         
    --- 142 messages dropped ---
    HR [00:57:11.802,703] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 e0 63 89  cc 0c 01 78 00 00 00 00 |.C`...c. ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:11.912,689] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 8e 11 8b  cc 17 01 78 00 00 00 00 |.C`..... ...x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:12.022,827] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:12.032,867] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.042,816] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 24 messages dropped ---
    HR [00:57:12.052,856] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.072,692] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 8e 82 8d  cc 27 01 78 00 00 00 00 |.C`..... .'.x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 03 80 00 93 e5 |........ ........
                                               28 34 40 00 04                                   |(4@..            
    --- 142 messages dropped ---
    HR [00:57:12.182,830] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 9 messages dropped ---
    HR [00:57:12.192,871] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.202,819] <dbg> bt_conn: tx_notify: conn 0x20004420
    --- 24 messages dropped ---
    HR [00:57:12.212,860] <dbg> bt_conn: bt_conn_unref: handle 67 ref 2 -> 1
    --- 14 messages dropped ---
    HR [00:57:12.232,696] <dbg> bt_hci_driver: bt_ipc_rx: ipc data:
                                               05 43 60 80 00 8d f3 8f  cc 37 01 78 00 00 00 00 |.C`..... .7.x....
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
                                               00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |........ ........
           

    prj.conf:

    #
    # Copyright (c) 2022 Nordic Semiconductor ASA
    #
    # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
    #
    
    # nRF5340 Audio
    CONFIG_NRF5340_AUDIO=y
    
    CONFIG_SAMPLE_RATE_CONVERTER=y
    CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y
    
    # General
    CONFIG_DEBUG=y
    CONFIG_DEBUG_INFO=y
    CONFIG_ASSERT=y
    CONFIG_STACK_USAGE=y
    CONFIG_THREAD_RUNTIME_STATS=y
    CONFIG_STACK_SENTINEL=y
    CONFIG_INIT_STACKS=y
    
    # Uart driver
    CONFIG_SERIAL=y
    
    # Logging
    CONFIG_LOG=y
    CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
    CONFIG_LOG_TAG_MAX_LEN=2
    CONFIG_LOG_TAG_DEFAULT="--"
    CONFIG_LOG_BACKEND_UART=y
    
    # Use this for debugging thread usage
    #CONFIG_LOG_THREAD_ID_PREFIX=y
    
    # Console related defines
    CONFIG_CONSOLE=y
    CONFIG_RTT_CONSOLE=y
    CONFIG_UART_CONSOLE=y
    
    # Shell related defines
    CONFIG_SHELL=y
    CONFIG_KERNEL_SHELL=y
    CONFIG_USE_SEGGER_RTT=y
    ## Disable logs on RTT
    CONFIG_SHELL_RTT_INIT_LOG_LEVEL_NONE=y
    CONFIG_SHELL_BACKEND_RTT=y
    CONFIG_SHELL_BACKEND_SERIAL=n
    CONFIG_SHELL_VT100_COMMANDS=y
    CONFIG_SHELL_VT100_COLORS=y
    CONFIG_SHELL_STACK_SIZE=4096
    CONFIG_SHELL_CMD_BUFF_SIZE=128
    ## Reduce shell memory usage
    CONFIG_SHELL_WILDCARD=n
    CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=n
    CONFIG_SHELL_STATS=n
    CONFIG_SHELL_CMDS=n
    CONFIG_SHELL_HISTORY=y
    
    # Turn off default shell commands
    CONFIG_I2C_SHELL=n
    CONFIG_HWINFO_SHELL=n
    CONFIG_CLOCK_CONTROL_NRF_SHELL=n
    CONFIG_FLASH_SHELL=n
    CONFIG_DEVICE_SHELL=n
    
    # Suppress LOG_ERR messages from sd_check_card_type. Because SPI_SDHC has no card presence method,
    # assume card is in slot. Thus error message is always shown if card is not inserted
    CONFIG_SD_LOG_LEVEL_OFF=y
    
    # Suppress LOG_INF messages from hci_core
    #CONFIG_BT_HCI_CORE_LOG_LEVEL_WRN=y
    
    # ask line added to test log debug level
    #CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y
    CONFIG_BT_LOG_LEVEL_DBG=y
    
    # use line in input
    #CONFIG_AUDIO_SOURCE_I2S=y
    CONFIG_AUDIO_SOURCE_USB=y
    
    # for CIS bidirectional mode
    #CONFIG_STREAM_BIDIRECTIONAL=y
    
    # for walkie talkie mode
    #CONFIG_WALKIE_TALKIE_DEMO=y
    
    # for BIS with two gateways configure 2nd gateway with the following
    #CONFIG_TRANSPORT_BIS=y
    #CONFIG_BT_AUDIO_USE_BROADCAST_NAME_ALT=y 
    

    Hope we can figure out the problem.

Children
No Data
Related