connectless CTE TX/RX problem

I am testing connectless CTE RX/TX.
A strange behavior is occurring.
Please advice me.

・connectless CTE TX
     nRF52833-DK + nRF Connect SDK + connectless CTE TX (almost same as sample)
・connectless CTE RX
   nRF52833-DK + nRF Connect SDK + My Application (customised connectless CTE RX)
   Scan doesn't stop after sync_create().

1. CTE is received normally for several tens of minutes.
2. Suddenly reception on the connectless CTE RX side stops. (stop scan)
3. If you start advertising while reception is stopped, you will be able to receive it.
4. When advertising stops, reception also stops. (stop scan)
5. If the connectless CTE TX is operating (transmitting) while advertising is running, reception will not stop even if advertising stops.

Is there anything we can investigate?

Parents
  • Hi

    Have you enabled debug logging on the RX side so you might be able to get an reason for why the RX application stops scanning on your side? My guess would be that a buffer is filled up on the RX side so the application isn't able to receive more data, and thus triggers a disconnect, but to say for sure we should have a debug log on at least the RX side to see what causes the scan to stop.

    What changes exactly have you made to the CTE TX/RX samples exactly? 

    Best regards,

    Simon

  • log until just before the reception stopped

    [2023-08-25 17:08:15.233] [00:15:34.265,502] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.234] [00:15:34.265,533] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.235] [00:15:34.265,533] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.235] [00:15:34.265,991] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.236] [00:15:34.265,991] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.237] [00:15:34.265,991] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.238] [00:15:34.281,738] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.239] [00:15:34.281,738] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.240] [00:15:34.281,768] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.242] [00:15:34.282,745] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:15.244] [00:15:34.282,775] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.245] [00:15:34.282,775] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.245] [00:15:34.282,867] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:15.246] [00:15:34.282,897] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:15.247] [00:15:34.282,928] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:15.249] [00:15:34.282,958] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:15.249] [00:15:34.282,958] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:15.250] [00:15:34.282,989] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:15.253] [00:15:34.282,989] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:15.254] [00:15:34.283,020] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:15.255] [00:15:34.283,020] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:15.256] [00:15:34.283,050] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:15.257] [00:15:34.283,081] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:15.258] [00:15:34.283,111] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:15.259] [00:15:34.283,111] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:15.261] [00:15:34.283,172] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:15.262] [00:15:34.302,795] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.264] [00:15:34.302,795] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.264] [00:15:34.302,825] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.543] [00:15:34.523,315] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:15.544] [00:15:34.523,345] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.544] [00:15:34.523,376] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.546] [00:15:34.592,742] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:15.548] [00:15:34.592,773] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.548] [00:15:34.592,773] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.549] [00:15:34.592,864] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:15.550] [00:15:34.592,895] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:15.551] [00:15:34.592,926] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:15.552] [00:15:34.592,956] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:15.553] [00:15:34.592,987] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:15.554] [00:15:34.592,987] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:15.555] [00:15:34.593,017] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:15.556] [00:15:34.593,017] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:15.557] [00:15:34.593,048] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:15.558] [00:15:34.593,078] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:15.559] [00:15:34.593,078] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:15.561] [00:15:34.593,109] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:15.562] [00:15:34.593,139] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:15.563] [00:15:34.593,170] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:15.851] [00:15:34.794,616] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:15.854] [00:15:34.794,647] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.855] [00:15:34.794,647] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.855] [00:15:34.902,740] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:15.857] [00:15:34.902,770] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.858] [00:15:34.902,770] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.858] [00:15:34.902,862] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:15.859] [00:15:34.902,893] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:15.860] [00:15:34.902,923] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:15.862] [00:15:34.902,954] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:15.863] [00:15:34.902,954] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:15.864] [00:15:34.902,984] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:15.865] [00:15:34.903,015] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:15.866] [00:15:34.903,015] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:15.867] [00:15:34.903,045] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:15.868] [00:15:34.903,076] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:15.869] [00:15:34.903,076] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:15.871] [00:15:34.903,106] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:15.872] [00:15:34.903,137] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:15.873] [00:15:34.903,167] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:16.018] [00:15:34.929,351] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.020] [00:15:34.929,382] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.021] [00:15:34.929,382] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.022] [00:15:34.937,530] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:08:16.022] [00:15:34.937,530] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.023] [00:15:34.937,530] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.024] [00:15:35.008,148] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.024] [00:15:35.008,178] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.025] [00:15:35.008,178] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.027] [00:15:35.069,061] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.028] [00:15:35.069,061] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.029] [00:15:35.069,091] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.161] [00:15:35.209,350] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.163] [00:15:35.209,381] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.164] [00:15:35.209,381] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.165] [00:15:35.210,510] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:08:16.166] [00:15:35.210,510] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.168] [00:15:35.210,540] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.169] [00:15:35.212,738] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:16.169] [00:15:35.212,768] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.170] [00:15:35.212,768] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.170] [00:15:35.212,890] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:16.172] [00:15:35.212,890] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:16.173] [00:15:35.212,921] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:16.174] [00:15:35.212,951] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:16.175] [00:15:35.212,982] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:16.176] [00:15:35.212,982] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:16.177] [00:15:35.213,012] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:16.178] [00:15:35.213,012] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:16.180] [00:15:35.213,043] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:16.181] [00:15:35.213,073] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:16.183] [00:15:35.213,073] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:16.184] [00:15:35.213,104] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:16.186] [00:15:35.213,134] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:16.186] [00:15:35.213,165] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:16.187] [00:15:35.235,839] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.188] [00:15:35.235,839] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.190] [00:15:35.235,870] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.220] [00:15:35.244,293] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.222] [00:15:35.244,293] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.223] [00:15:35.244,323] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.224] [00:15:35.263,427] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.225] [00:15:35.263,427] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.226] [00:15:35.263,458] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.227] [00:15:35.271,270] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.228] [00:15:35.271,301] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.228] [00:15:35.271,301] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.229] [00:15:35.272,003] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.230] [00:15:35.272,003] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.231] [00:15:35.272,033] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.472] [00:15:35.288,085] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.473] [00:15:35.288,085] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.474] [00:15:35.288,116] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.475] [00:15:35.310,638] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.476] [00:15:35.310,668] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.479] [00:15:35.310,699] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.480] [00:15:35.349,731] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.480] [00:15:35.349,761] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.480] [00:15:35.349,761] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.480] [00:15:35.522,735] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:16.481] [00:15:35.522,766] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.482] [00:15:35.522,796] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.484] [00:15:35.522,888] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:16.485] [00:15:35.522,918] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:16.485] [00:15:35.522,918] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:16.488] [00:15:35.522,949] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:16.488] [00:15:35.522,979] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:16.490] [00:15:35.522,979] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:16.491] [00:15:35.523,010] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:16.492] [00:15:35.523,010] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:16.493] [00:15:35.523,040] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:16.495] [00:15:35.523,071] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:16.496] [00:15:35.523,071] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:16.497] [00:15:35.523,101] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:16.498] [00:15:35.523,132] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:16.499] [00:15:35.523,162] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:16.781] [00:15:35.559,906] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:08:16.784] [00:15:35.559,936] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.785] [00:15:35.559,936] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.786] [00:15:35.618,530] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.787] [00:15:35.618,530] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.788] [00:15:35.618,560] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.789] [00:15:35.832,733] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:16.790] [00:15:35.832,763] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.791] [00:15:35.832,794] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.791] [00:15:35.832,885] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:16.793] [00:15:35.832,885] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:16.794] [00:15:35.832,916] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:16.796] [00:15:35.832,977] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:16.797] [00:15:35.832,977] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:16.797] [00:15:35.832,977] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:16.798] [00:15:35.833,007] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:16.799] [00:15:35.833,007] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:16.800] [00:15:35.833,038] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:16.801] [00:15:35.833,068] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:16.802] [00:15:35.833,068] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:16.804] [00:15:35.833,099] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:16.805] [00:15:35.833,129] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:16.806] [00:15:35.833,160] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:17.121] [00:15:35.896,575] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:17.122] [00:15:35.896,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.123] [00:15:35.896,606] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:17.124] [00:15:35.938,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:08:17.125] [00:15:35.938,720] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.126] [00:15:35.938,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:17.127] [00:15:36.026,855] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:17.130] [00:15:36.026,855] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.131] [00:15:36.026,885] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:17.131] [00:15:36.172,088] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:17.131] [00:15:36.172,119] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.132] [00:15:36.172,149] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:18.173] [00:15:36.224,456] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 5
    [2023-08-25 17:08:18.174] [00:15:36.224,456] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:18.175] [00:15:36.224,487] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x10
    

    Last log "hci_le_meta_event: subevent 0x10" may be BT_HCI_EVT_LE_PER_ADV_SYNC_LOST.


    Log in which reception has temporarily recovered due to advertising transmission

    [2023-08-25 17:09:22.411] [00:16:41.460,540] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.412] [00:16:41.460,571] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.414] [00:16:41.460,571] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.417] --- 68 messages dropped ---
    [2023-08-25 17:09:22.418] [00:16:41.465,576] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.419] [00:16:41.465,606] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.422] --- 4 messages dropped ---
    [2023-08-25 17:09:22.423] [00:16:41.465,728] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.423] [00:16:41.465,759] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.424] [00:16:41.465,789] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.425] [00:16:41.465,820] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.426] [00:16:41.465,850] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.427] [00:16:41.465,881] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.428] [00:16:41.465,911] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.431] [00:16:41.465,972] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.431] [00:16:41.465,972] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.432] [00:16:41.466,003] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.437] --- 74 messages dropped ---
    [2023-08-25 17:09:22.437] [00:16:41.485,870] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.438] [00:16:41.485,900] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.439] --- 4 messages dropped ---
    [2023-08-25 17:09:22.439] [00:16:41.486,022] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.443] [00:16:41.486,053] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.444] [00:16:41.486,083] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.445] [00:16:41.486,114] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.446] [00:16:41.486,145] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.446] [00:16:41.486,175] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.448] [00:16:41.486,206] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.450] [00:16:41.486,236] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.451] [00:16:41.486,267] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.452] [00:16:41.486,297] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.453] [00:16:41.486,328] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.454] [00:16:41.486,358] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.455] [00:16:41.486,389] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.456] [00:16:41.486,389] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.460] --- 70 messages dropped ---
    [2023-08-25 17:09:22.462] [00:16:41.509,338] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.464] [00:16:41.509,368] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.464] --- 4 messages dropped ---
    [2023-08-25 17:09:22.466] [00:16:41.509,490] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.466] [00:16:41.509,521] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.468] --- 1 messages dropped ---
    [2023-08-25 17:09:22.468] [00:16:41.509,582] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.470] [00:16:41.509,613] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.473] [00:16:41.509,643] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.473] [00:16:41.509,704] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.475] [00:16:41.509,735] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.475] [00:16:41.509,735] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.478] [00:16:41.509,796] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.480] [00:16:41.509,826] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.480] [00:16:41.509,857] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.480] [00:16:41.509,857] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.482] --- 71 messages dropped ---
    [2023-08-25 17:09:22.487] [00:16:41.530,609] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.489] [00:16:41.530,639] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.489] --- 3 messages dropped ---
    [2023-08-25 17:09:22.489] [00:16:41.530,761] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.489] [00:16:41.530,761] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.491] --- 1 messages dropped ---
    [2023-08-25 17:09:22.491] [00:16:41.530,822] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.491] [00:16:41.530,853] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.494] [00:16:41.530,883] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.494] [00:16:41.530,914] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.496] [00:16:41.530,975] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.498] [00:16:41.531,005] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.498] [00:16:41.531,005] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.501] --- 74 messages dropped ---
    [2023-08-25 17:09:22.501] [00:16:41.549,865] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:22.507] [00:16:41.549,896] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.509] [00:16:41.549,926] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.509] --- 1 messages dropped ---
    [2023-08-25 17:09:22.509] [00:16:41.549,987] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.509] [00:16:41.550,018] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.509] [00:16:41.550,018] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.509] [00:16:41.550,048] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.512] [00:16:41.550,079] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.514] [00:16:41.550,109] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.514] [00:16:41.550,109] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.515] [00:16:41.550,140] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.515] [00:16:41.550,201] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.517] [00:16:41.550,231] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.519] [00:16:41.550,262] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.520] [00:16:41.550,292] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.520] [00:16:41.550,323] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.526] --- 74 messages dropped ---
    [2023-08-25 17:09:22.526] [00:16:41.573,120] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.528] [00:16:41.573,150] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.530] --- 2 messages dropped ---
    [2023-08-25 17:09:22.530] [00:16:41.573,242] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.530] [00:16:41.573,272] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.531] [00:16:41.573,272] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.533] [00:16:41.573,303] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.533] [00:16:41.573,333] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.536] [00:16:41.573,364] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.536] [00:16:41.573,394] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.539] [00:16:41.573,425] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.539] [00:16:41.573,486] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.542] [00:16:41.573,516] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.544] --- 73 messages dropped ---
    [2023-08-25 17:09:22.544] [00:16:41.591,430] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.548] [00:16:41.591,461] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.551] --- 3 messages dropped ---
    [2023-08-25 17:09:22.551] [00:16:41.591,552] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.551] [00:16:41.591,583] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.551] [00:16:41.591,613] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.553] [00:16:41.591,613] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.553] [00:16:41.591,644] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.558] [00:16:41.591,674] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.558] [00:16:41.591,705] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.560] [00:16:41.591,766] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.560] [00:16:41.591,796] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.560] [00:16:41.591,827] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.560] [00:16:41.591,857] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.562] [00:16:41.591,888] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.562] [00:16:41.591,918] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.566] --- 69 messages dropped ---
    [2023-08-25 17:09:22.566] [00:16:41.613,677] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.568] [00:16:41.613,708] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.573] --- 4 messages dropped ---
    [2023-08-25 17:09:22.573] [00:16:41.613,830] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.576] [00:16:41.613,830] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.576] [00:16:41.613,891] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.576] [00:16:41.613,891] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.576] [00:16:41.613,952] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.578] [00:16:41.613,983] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.578] [00:16:41.614,013] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.580] [00:16:41.614,044] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.580] [00:16:41.614,074] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.582] [00:16:41.614,105] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.584] [00:16:41.614,135] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.584] [00:16:41.614,166] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.586] [00:16:41.614,196] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.586] [00:16:41.614,196] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.593] [00:16:41.614,227] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.595] --- 69 messages dropped ---
    [2023-08-25 17:09:22.595] [00:16:41.637,939] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.595] [00:16:41.637,969] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.595] --- 4 messages dropped ---
    [2023-08-25 17:09:22.595] [00:16:41.638,092] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.601] [00:16:41.638,092] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.601] [00:16:41.638,122] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.601] [00:16:41.638,153] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.603] [00:16:41.638,183] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.603] [00:16:41.638,214] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.603] [00:16:41.638,275] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.603] [00:16:41.638,305] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.606] [00:16:41.638,336] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.606] [00:16:41.638,366] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.608] [00:16:41.638,397] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.608] [00:16:41.638,427] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.615] --- 72 messages dropped ---
    [2023-08-25 17:09:22.615] [00:16:41.660,217] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.615] [00:16:41.660,247] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.617] --- 4 messages dropped ---
    [2023-08-25 17:09:22.617] [00:16:41.660,369] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.621] [00:16:41.660,430] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.621] [00:16:41.660,430] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.623] [00:16:41.660,461] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.623] [00:16:41.660,491] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.623] [00:16:41.660,522] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.625] [00:16:41.660,583] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.625] [00:16:41.660,614] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.627] [00:16:41.660,644] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.627] [00:16:41.660,675] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.631] --- 74 messages dropped ---
    [2023-08-25 17:09:22.635] [00:16:41.679,504] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.635] [00:16:41.679,534] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.638] --- 2 messages dropped ---
    [2023-08-25 17:09:22.638] [00:16:41.679,595] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.638] [00:16:41.679,626] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.638] [00:16:41.679,656] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.640] [00:16:41.679,687] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.640] [00:16:41.679,718] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.643] [00:16:41.679,718] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.643] [00:16:41.679,748] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.645] [00:16:41.679,809] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.645] [00:16:41.679,840] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.646] [00:16:41.679,870] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.649] --- 76 messages dropped ---
    [2023-08-25 17:09:22.658] [00:16:41.697,998] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.658] [00:16:41.698,028] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.660] --- 2 messages dropped ---
    [2023-08-25 17:09:22.660] [00:16:41.698,120] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.660] [00:16:41.698,150] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.660] [00:16:41.698,150] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.660] [00:16:41.698,181] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.660] [00:16:41.698,211] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.660] [00:16:41.698,242] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.662] [00:16:41.698,272] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.662] [00:16:41.698,303] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.665] [00:16:41.698,333] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.665] [00:16:41.698,364] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.666] [00:16:41.698,394] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.666] [00:16:41.698,425] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.669] [00:16:41.698,486] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.670] [00:16:41.698,486] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.674] --- 68 messages dropped ---
    [2023-08-25 17:09:22.674] [00:16:41.721,252] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:22.676] [00:16:41.721,252] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.677] --- 2 messages dropped ---
    [2023-08-25 17:09:22.677] [00:16:41.721,343] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.679] [00:16:41.721,374] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.679] [00:16:41.721,405] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.681] [00:16:41.721,405] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.683] [00:16:41.721,435] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.683] [00:16:41.721,466] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.685] [00:16:41.721,496] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.685] [00:16:41.721,527] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.691] [00:16:41.721,557] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.694] [00:16:41.721,588] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.694] [00:16:41.721,618] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.694] [00:16:41.721,649] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.694] [00:16:41.721,679] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.694] [00:16:41.721,740] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.694] [00:16:41.721,740] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.697] [00:16:41.721,771] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.700] --- 70 messages dropped ---
    [2023-08-25 17:09:22.700] [00:16:41.746,490] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:22.702] [00:16:41.746,520] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.702] --- 2 messages dropped ---
    [2023-08-25 17:09:22.705] [00:16:41.746,582] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.705] [00:16:41.746,612] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.705] [00:16:41.746,643] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.707] [00:16:41.746,643] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.707] [00:16:41.746,673] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.709] [00:16:41.746,704] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.709] [00:16:41.746,734] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.712] [00:16:41.746,765] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.712] [00:16:41.746,795] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.714] [00:16:41.746,856] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.714] [00:16:41.746,887] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.716] [00:16:41.746,917] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.718] [00:16:41.746,917] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.718] [00:16:41.746,978] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.719] [00:16:41.747,009] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.719] [00:16:41.747,009] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.724] [00:16:41.747,039] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.726] [00:16:41.747,070] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.726] [00:16:41.747,070] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.728] --- 65 messages dropped ---
    [2023-08-25 17:09:22.733] [00:16:41.775,695] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.733] [00:16:41.775,726] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.735] --- 2 messages dropped ---
    [2023-08-25 17:09:22.735] [00:16:41.775,787] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.735] [00:16:41.775,817] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.735] [00:16:41.775,848] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.735] [00:16:41.775,848] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.739] [00:16:41.775,878] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.739] [00:16:41.775,909] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.741] [00:16:41.775,939] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.741] [00:16:41.775,970] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.741] [00:16:41.776,000] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.744] [00:16:41.776,062] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.747] [00:16:41.776,062] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.747] [00:16:41.776,092] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.749] [00:16:41.776,153] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.749] [00:16:41.776,184] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.749] [00:16:41.776,184] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.750] [00:16:41.776,214] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.750] [00:16:41.776,245] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.753] [00:16:41.776,275] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.753] [00:16:41.776,367] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.756] [00:16:41.776,367] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.759] --- 63 messages dropped ---
    [2023-08-25 17:09:22.759] [00:16:41.805,938] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.761] [00:16:41.805,938] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.761] --- 2 messages dropped ---
    [2023-08-25 17:09:22.763] [00:16:41.806,030] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.763] [00:16:41.806,060] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.765] [00:16:41.806,060] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.765] [00:16:41.806,091] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.767] [00:16:41.806,121] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.767] [00:16:41.806,152] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.769] [00:16:41.806,182] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.771] [00:16:41.806,213] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.771] [00:16:41.806,274] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.774] [00:16:41.806,304] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.774] [00:16:41.806,335] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.776] [00:16:41.806,365] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.776] [00:16:41.806,396] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.778] [00:16:41.806,427] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.778] [00:16:41.806,427] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.780] [00:16:41.806,457] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.780] [00:16:41.806,488] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.782] [00:16:41.806,518] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.785] --- 68 messages dropped ---
    [2023-08-25 17:09:22.787] [00:16:41.833,129] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.787] [00:16:41.833,160] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.789] --- 3 messages dropped ---
    [2023-08-25 17:09:22.791] [00:16:41.833,282] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.791] [00:16:41.833,282] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.793] [00:16:41.833,312] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.793] [00:16:41.833,343] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.795] [00:16:41.833,374] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.795] [00:16:41.833,404] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.797] [00:16:41.833,435] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.799] [00:16:41.833,496] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.799] [00:16:41.833,526] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.801] [00:16:41.833,557] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.803] [00:16:41.833,587] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.803] [00:16:41.833,618] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.805] [00:16:41.833,648] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.805] [00:16:41.833,679] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.808] [00:16:41.833,679] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.809] --- 67 messages dropped ---
    [2023-08-25 17:09:22.812] [00:16:41.857,391] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.812] [00:16:41.857,421] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.814] --- 2 messages dropped ---
    [2023-08-25 17:09:22.814] [00:16:41.857,482] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.816] [00:16:41.857,513] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.816] [00:16:41.857,513] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.818] [00:16:41.857,543] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.820] [00:16:41.857,574] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.820] [00:16:41.857,604] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.823] [00:16:41.857,635] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.825] [00:16:41.857,666] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.825] [00:16:41.857,727] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.825] [00:16:41.857,757] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.827] [00:16:41.857,788] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.827] [00:16:41.857,818] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.828] [00:16:41.857,849] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.828] [00:16:41.857,879] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.833] --- 69 messages dropped ---
    [2023-08-25 17:09:22.833] [00:16:41.880,676] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.838] [00:16:41.880,706] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.841] --- 4 messages dropped ---
    [2023-08-25 17:09:22.841] [00:16:41.880,828] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.841] --- 3 messages dropped ---
    [2023-08-25 17:09:22.841] [00:16:41.880,920] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.841] [00:16:41.880,981] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.843] [00:16:41.881,011] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.843] [00:16:41.881,042] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.845] [00:16:41.881,072] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.845] [00:16:41.881,103] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.846] [00:16:41.881,164] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.846] [00:16:41.881,164] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.848] [00:16:41.881,195] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.851] [00:16:41.881,195] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.851] [00:16:41.881,225] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.855] [00:16:41.881,256] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.855] [00:16:41.881,347] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.857] [00:16:41.881,378] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.857] [00:16:41.881,408] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.857] [00:16:41.881,439] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.860] --- 64 messages dropped ---
    [2023-08-25 17:09:22.860] [00:16:41.908,905] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.862] [00:16:41.908,935] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.864] --- 3 messages dropped ---
    [2023-08-25 17:09:22.864] [00:16:41.909,027] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.866] [00:16:41.909,057] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.868] [00:16:41.909,088] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.868] --- 1 messages dropped ---
    [2023-08-25 17:09:22.871] [00:16:41.909,118] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.871] [00:16:41.909,179] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.871] [00:16:41.909,210] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.874] [00:16:41.909,240] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.875] [00:16:41.909,271] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.875] [00:16:41.909,301] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.877] [00:16:41.909,332] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.877] [00:16:41.909,393] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.879] [00:16:41.909,423] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.879] [00:16:41.909,423] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.881] [00:16:41.909,454] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.881] [00:16:41.909,484] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.883] [00:16:41.909,484] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.885] [00:16:41.909,576] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.885] [00:16:41.909,606] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.889] --- 66 messages dropped ---
    [2023-08-25 17:09:22.889] [00:16:41.937,133] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.891] [00:16:41.937,164] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.893] --- 2 messages dropped ---
    [2023-08-25 17:09:22.893] [00:16:41.937,255] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.896] [00:16:41.937,255] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.896] --- 3 messages dropped ---
    [2023-08-25 17:09:22.897] [00:16:41.937,377] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.897] [00:16:41.937,408] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.901] [00:16:41.937,438] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.901] [00:16:41.937,469] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.903] [00:16:41.937,530] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.903] [00:16:41.937,530] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.907] [00:16:41.937,561] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.907] [00:16:41.937,622] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.907] [00:16:41.937,622] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.909] [00:16:41.937,652] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.909] [00:16:41.937,683] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.909] [00:16:41.937,713] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.912] [00:16:41.937,713] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.914] --- 68 messages dropped ---
    [2023-08-25 17:09:22.916] [00:16:41.962,371] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.916] [00:16:41.962,402] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.918] --- 2 messages dropped ---
    [2023-08-25 17:09:22.920] [00:16:41.962,493] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.920] --- 3 messages dropped ---
    [2023-08-25 17:09:22.922] [00:16:41.962,585] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.922] [00:16:41.962,615] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.924] [00:16:41.962,646] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.924] [00:16:41.962,677] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.926] [00:16:41.962,738] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.926] [00:16:41.962,768] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.928] [00:16:41.962,799] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.928] [00:16:41.962,799] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.930] [00:16:41.962,860] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.932] [00:16:41.962,890] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.932] [00:16:41.962,890] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.934] [00:16:41.962,921] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.934] [00:16:41.962,951] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.937] [00:16:41.962,951] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.937] [00:16:41.963,043] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.940] --- 67 messages dropped ---
    [2023-08-25 17:09:22.940] [00:16:41.988,647] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.945] [00:16:41.988,677] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.947] --- 2 messages dropped ---
    [2023-08-25 17:09:22.947] [00:16:41.988,739] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.947] --- 3 messages dropped ---
    [2023-08-25 17:09:22.947] [00:16:41.988,830] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.947] [00:16:41.988,861] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.949] [00:16:41.988,891] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.949] [00:16:41.988,922] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.951] [00:16:41.988,983] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.954] [00:16:41.989,013] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.954] [00:16:41.989,044] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.956] [00:16:41.989,074] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.958] [00:16:41.989,105] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.958] [00:16:41.989,135] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.958] [00:16:41.989,166] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.960] [00:16:41.989,166] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.960] [00:16:41.989,196] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.962] [00:16:41.989,227] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.964] [00:16:41.989,318] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.964] [00:16:41.989,349] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.966] [00:16:41.989,379] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.966] [00:16:41.989,410] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.968] [00:16:41.989,440] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:22.971] --- 66 messages dropped ---
    [2023-08-25 17:09:22.973] [00:16:42.018,951] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.973] [00:16:42.018,981] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.975] --- 2 messages dropped ---
    [2023-08-25 17:09:22.975] [00:16:42.019,042] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.977] [00:16:42.019,073] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.977] [00:16:42.019,104] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.979] [00:16:42.019,134] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.979] [00:16:42.019,165] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.982] [00:16:42.019,195] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.982] [00:16:42.019,226] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.984] [00:16:42.019,256] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.986] [00:16:42.019,287] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.986] [00:16:42.019,348] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.988] [00:16:42.019,409] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.988] [00:16:42.019,439] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.990] [00:16:42.019,470] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.990] [00:16:42.019,470] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.992] [00:16:42.019,500] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.992] [00:16:42.019,592] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.994] [00:16:42.019,622] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.996] [00:16:42.019,653] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.998] --- 68 messages dropped ---
    [2023-08-25 17:09:22.999] [00:16:42.047,119] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.001] [00:16:42.047,149] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.003] --- 3 messages dropped ---
    [2023-08-25 17:09:23.003] [00:16:42.047,271] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.005] [00:16:42.047,271] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.005] [00:16:42.047,302] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.008] [00:16:42.047,332] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.008] [00:16:42.047,363] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.010] [00:16:42.047,393] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.010] [00:16:42.047,424] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.013] [00:16:42.047,454] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.013] [00:16:42.047,515] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.015] [00:16:42.047,515] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.015] [00:16:42.047,576] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.017] [00:16:42.047,607] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.019] [00:16:42.047,637] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.019] [00:16:42.047,637] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.019] [00:16:42.047,668] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.023] --- 70 messages dropped ---
    [2023-08-25 17:09:23.023] [00:16:42.071,563] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.026] [00:16:42.071,594] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.027] --- 4 messages dropped ---
    [2023-08-25 17:09:23.027] [00:16:42.071,716] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.030] [00:16:42.071,716] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.031] [00:16:42.071,746] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.031] [00:16:42.071,807] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.033] [00:16:42.071,838] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.035] [00:16:42.071,868] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.035] [00:16:42.071,899] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.037] [00:16:42.071,929] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.040] [00:16:42.071,960] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.040] [00:16:42.071,990] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.042] [00:16:42.072,052] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.042] [00:16:42.072,052] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.042] [00:16:42.072,082] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.044] [00:16:42.072,082] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.048] --- 70 messages dropped ---
    [2023-08-25 17:09:23.048] [00:16:42.094,909] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.052] [00:16:42.094,940] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.052] --- 3 messages dropped ---
    [2023-08-25 17:09:23.054] [00:16:42.095,031] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.054] [00:16:42.095,062] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.054] [00:16:42.095,092] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.054] [00:16:42.095,123] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.057] [00:16:42.095,184] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.057] [00:16:42.095,214] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.059] [00:16:42.095,245] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.059] [00:16:42.095,275] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.061] [00:16:42.095,306] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.061] [00:16:42.095,336] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.063] [00:16:42.095,367] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.063] [00:16:42.095,367] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.065] [00:16:42.095,397] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.067] [00:16:42.095,428] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.067] [00:16:42.095,520] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.068] [00:16:42.095,550] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.068] [00:16:42.095,581] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.072] [00:16:42.095,611] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.074] [00:16:42.095,642] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:23.076] --- 66 messages dropped ---
    [2023-08-25 17:09:23.076] [00:16:42.124,114] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.078] [00:16:42.124,145] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.080] --- 2 messages dropped ---
    [2023-08-25 17:09:23.080] [00:16:42.124,206] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.080] [00:16:42.124,237] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.083] [00:16:42.124,267] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.087] [00:16:42.124,298] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.087] [00:16:42.124,328] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.087] [00:16:42.124,359] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.089] [00:16:42.124,420] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.089] [00:16:42.124,420] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.089] [00:16:42.124,450] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.091] [00:16:42.124,511] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.091] [00:16:42.124,542] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.094] [00:16:42.124,542] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.094] [00:16:42.124,572] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.094] [00:16:42.124,603] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.096] [00:16:42.124,633] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.098] [00:16:42.124,725] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.098] [00:16:42.124,725] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.101] [00:16:42.124,755] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.101] [00:16:42.124,786] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.105] --- 67 messages dropped ---
    [2023-08-25 17:09:23.107] [00:16:42.152,252] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.107] [00:16:42.152,282] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.110] --- 4 messages dropped ---
    [2023-08-25 17:09:23.110] [00:16:42.152,404] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.112] [00:16:42.152,435] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.112] [00:16:42.152,465] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.115] [00:16:42.152,496] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.115] [00:16:42.152,526] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.115] [00:16:42.152,557] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.117] [00:16:42.152,587] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.117] [00:16:42.152,618] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.120] [00:16:42.152,648] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.120] [00:16:42.152,679] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.123] [00:16:42.152,709] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.123] [00:16:42.152,740] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.125] [00:16:42.152,770] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.125] [00:16:42.152,801] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.125] [00:16:42.152,801] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.128] [00:16:42.152,832] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.130] [00:16:42.152,923] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.130] [00:16:42.152,954] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.133] --- 66 messages dropped ---
    [2023-08-25 17:09:23.136] [00:16:42.181,488] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.136] [00:16:42.181,518] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.139] --- 4 messages dropped ---
    [2023-08-25 17:09:23.139] [00:16:42.181,640] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.139] [00:16:42.181,671] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.142] [00:16:42.181,701] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.142] [00:16:42.181,732] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.142] [00:16:42.181,762] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.145] [00:16:42.181,793] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.145] [00:16:42.181,823] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.148] [00:16:42.181,884] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.148] [00:16:42.181,884] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.148] [00:16:42.181,945] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.150] [00:16:42.181,976] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.150] [00:16:42.182,006] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.153] [00:16:42.182,006] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.153] [00:16:42.182,037] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.156] [00:16:42.182,037] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.156] [00:16:42.182,098] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.158] [00:16:42.182,159] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.158] [00:16:42.182,189] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.160] [00:16:42.182,220] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.160] [00:16:42.182,250] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.160] [00:16:42.182,312] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:23.162] [00:16:42.185,913] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 8
    [2023-08-25 17:09:23.165] [00:16:42.185,943] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.165] [00:16:42.185,974] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x12
    [2023-08-25 17:09:23.165] [00:16:42.201,263] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.167] [00:16:42.201,293] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.167] [00:16:42.201,293] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.201] [00:16:42.227,172] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.203] [00:16:42.227,203] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.203] [00:16:42.227,203] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.205] [00:16:42.230,010] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.205] [00:16:42.230,041] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.207] [00:16:42.230,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.207] [00:16:42.232,086] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.209] [00:16:42.232,116] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.211] [00:16:42.232,116] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.211] [00:16:42.250,732] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.213] [00:16:42.250,732] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.213] [00:16:42.250,762] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.215] [00:16:42.257,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.215] [00:16:42.257,751] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.216] [00:16:42.257,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.216] [00:16:42.258,758] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.219] [00:16:42.258,789] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.219] [00:16:42.258,789] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.221] [00:16:42.261,596] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:23.221] [00:16:42.261,627] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.224] [00:16:42.261,627] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.259] [00:16:42.278,320] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.260] [00:16:42.278,350] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.260] [00:16:42.278,350] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.263] [00:16:42.281,280] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.264] [00:16:42.281,280] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.264] [00:16:42.281,311] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.264] [00:16:42.299,041] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.266] [00:16:42.299,041] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.268] [00:16:42.299,072] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.268] [00:16:42.308,776] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.269] [00:16:42.308,776] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.269] [00:16:42.308,807] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.367] [00:16:42.331,268] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.369] [00:16:42.331,298] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.369] [00:16:42.331,298] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.371] [00:16:42.361,267] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.372] [00:16:42.361,297] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.372] [00:16:42.361,297] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.375] [00:16:42.386,962] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.375] [00:16:42.386,962] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.377] [00:16:42.386,993] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.377] [00:16:42.416,961] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.379] [00:16:42.416,992] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.379] [00:16:42.416,992] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.468] [00:16:42.444,458] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.471] [00:16:42.444,488] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.473] [00:16:42.444,488] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.473] [00:16:42.466,949] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.475] [00:16:42.466,979] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.475] [00:16:42.466,979] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.477] [00:16:42.494,476] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.478] [00:16:42.494,476] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.478] [00:16:42.494,506] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.478] [00:16:42.519,470] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.480] [00:16:42.519,470] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.482] [00:16:42.519,500] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.542] [00:16:42.541,961] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.544] [00:16:42.541,992] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.546] [00:16:42.541,992] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.546] [00:16:42.554,534] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:23.548] [00:16:42.554,534] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.550] [00:16:42.554,565] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.550] [00:16:42.569,458] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.551] [00:16:42.569,488] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.551] [00:16:42.569,488] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.553] [00:16:42.593,200] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.553] [00:16:42.593,231] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.556] [00:16:42.593,261] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.687] [00:16:42.621,978] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.689] [00:16:42.621,978] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.691] [00:16:42.622,009] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.691] [00:16:42.645,721] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.693] [00:16:42.645,721] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.693] [00:16:42.645,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.695] [00:16:42.671,966] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.695] [00:16:42.671,966] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.697] [00:16:42.671,997] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.697] [00:16:42.737,060] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:23.697] [00:16:42.737,091] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.699] [00:16:42.737,121] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.203] [00:16:43.020,416] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:24.204] [00:16:43.020,446] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.204] [00:16:43.020,446] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.206] [00:16:43.230,010] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.206] [00:16:43.230,010] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.208] [00:16:43.230,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.210] [00:16:43.236,419] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.210] [00:16:43.236,419] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.212] [00:16:43.236,450] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.212] [00:16:43.252,593] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.214] [00:16:43.252,593] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.214] [00:16:43.252,624] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.216] [00:16:43.258,026] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.218] [00:16:43.258,026] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.218] [00:16:43.258,056] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.219] [00:16:43.264,373] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.219] [00:16:43.264,373] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.221] [00:16:43.264,404] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.223] [00:16:43.271,545] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:24.223] [00:16:43.271,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.223] [00:16:43.271,575] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.225] [00:16:43.274,200] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.227] [00:16:43.274,200] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.227] [00:16:43.274,230] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.542] [00:16:43.296,783] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.544] [00:16:43.296,783] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.544] [00:16:43.296,813] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.546] [00:16:43.297,973] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:24.547] [00:16:43.298,004] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.547] [00:16:43.298,004] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.549] [00:16:43.578,674] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:24.549] [00:16:43.578,674] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.551] [00:16:43.578,704] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.551] [00:16:43.591,979] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:24.553] [00:16:43.592,010] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.553] [00:16:43.592,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.184] [00:16:43.740,478] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:25.185] [00:16:43.740,509] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.187] [00:16:43.740,509] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.187] [00:16:43.851,837] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:25.189] [00:16:43.851,867] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.191] [00:16:43.851,867] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.191] [00:16:44.128,143] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:25.193] [00:16:44.128,143] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.193] [00:16:44.128,173] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.194] [00:16:44.234,252] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:25.194] [00:16:44.234,252] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.196] [00:16:44.234,283] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.583] [00:16:44.260,864] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:25.585] [00:16:44.260,864] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.585] [00:16:44.260,894] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.587] [00:16:44.282,989] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:25.587] [00:16:44.283,020] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.590] [00:16:44.283,020] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.590] [00:16:44.403,808] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:25.592] [00:16:44.403,839] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.592] [00:16:44.403,839] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.592] [00:16:44.632,568] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:25.594] [00:16:44.632,598] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.594] [00:16:44.632,598] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.208] [00:16:44.679,504] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:26.210] [00:16:44.679,534] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.210] [00:16:44.679,534] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.211] [00:16:45.071,960] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.213] [00:16:45.071,960] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.213] [00:16:45.071,990] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.215] [00:16:45.241,058] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.215] [00:16:45.241,058] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.217] [00:16:45.241,088] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.217] [00:16:45.257,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.219] [00:16:45.257,720] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.219] [00:16:45.257,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.221] [00:16:45.261,688] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.223] [00:16:45.261,688] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.223] [00:16:45.261,718] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.615] [00:16:45.286,712] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:26.617] [00:16:45.286,743] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.620] [00:16:45.286,743] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.620] [00:16:45.445,190] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:26.622] [00:16:45.445,220] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.622] [00:16:45.445,220] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.627] [00:16:45.503,417] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:26.627] [00:16:45.503,448] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.629] [00:16:45.503,448] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.629] [00:16:45.666,290] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:26.629] [00:16:45.666,290] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.629] [00:16:45.666,320] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.182] [00:16:45.744,232] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:27.185] [00:16:45.744,384] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.186] [00:16:45.744,384] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.186] [00:16:45.773,468] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.186] [00:16:45.773,468] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.188] [00:16:45.773,498] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.188] [00:16:46.231,628] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.191] [00:16:46.231,658] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.191] [00:16:46.231,658] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.193] [00:16:46.232,177] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.193] [00:16:46.232,177] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.196] [00:16:46.232,208] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.244] [00:16:46.253,784] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.245] [00:16:46.253,784] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.245] [00:16:46.253,814] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.247] [00:16:46.256,408] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.247] [00:16:46.256,439] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.249] [00:16:46.256,439] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.249] [00:16:46.268,310] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.251] [00:16:46.268,310] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.251] [00:16:46.268,341] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.255] [00:16:46.292,907] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:27.255] [00:16:46.292,938] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.255] [00:16:46.292,938] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.871] [00:16:46.528,900] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.873] [00:16:46.528,930] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.876] [00:16:46.528,930] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.876] [00:16:46.633,483] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.876] [00:16:46.633,483] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.878] [00:16:46.633,514] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.878] [00:16:46.697,540] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:27.880] [00:16:46.697,540] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.880] [00:16:46.697,570] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.882] [00:16:46.920,898] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.882] [00:16:46.920,898] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.882] [00:16:46.920,928] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.206] [00:16:47.230,621] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.208] [00:16:47.230,651] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.208] [00:16:47.230,651] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.210] [00:16:47.233,001] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.210] [00:16:47.233,032] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.212] [00:16:47.233,032] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.212] [00:16:47.252,227] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.214] [00:16:47.252,227] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.214] [00:16:47.252,258] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.216] [00:16:47.255,462] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.216] [00:16:47.255,493] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.218] [00:16:47.255,523] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.694] [00:16:47.298,095] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:28.696] [00:16:47.298,126] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.696] [00:16:47.298,156] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.698] [00:16:47.469,757] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:28.699] [00:16:47.469,757] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.699] [00:16:47.469,787] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.701] [00:16:47.736,236] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:28.701] [00:16:47.736,267] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.703] [00:16:47.736,267] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.704] [00:16:47.743,591] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:28.704] [00:16:47.743,621] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.706] [00:16:47.743,621] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.706] [00:16:47.748,535] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:28.708] [00:16:47.748,565] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.708] [00:16:47.748,565] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.207] [00:16:48.019,592] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:29.208] [00:16:48.019,622] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.210] [00:16:48.019,622] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.212] [00:16:48.230,468] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.212] [00:16:48.230,499] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.212] [00:16:48.230,499] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.214] [00:16:48.232,330] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.216] [00:16:48.232,360] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.216] [00:16:48.232,360] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.218] [00:16:48.257,080] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.218] [00:16:48.257,110] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.220] [00:16:48.257,110] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.220] [00:16:48.258,972] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.221] [00:16:48.258,972] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.221] [00:16:48.259,002] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.726] [00:16:48.298,675] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:29.729] [00:16:48.298,675] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.729] [00:16:48.298,706] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.730] [00:16:48.306,823] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:29.730] [00:16:48.306,823] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.733] [00:16:48.306,854] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.733] [00:16:48.577,453] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:29.735] [00:16:48.577,484] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.735] [00:16:48.577,484] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.737] [00:16:48.776,214] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:29.737] [00:16:48.776,214] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.738] [00:16:48.776,245] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.185] [00:16:48.848,144] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.186] [00:16:48.848,175] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.188] [00:16:48.848,175] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.188] [00:16:49.121,337] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.190] [00:16:49.121,337] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.190] [00:16:49.121,368] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.193] [00:16:49.233,825] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.193] [00:16:49.233,825] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.196] [00:16:49.233,856] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.196] [00:16:49.235,198] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.198] [00:16:49.235,198] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.198] [00:16:49.235,229] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.263] [00:16:49.257,354] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.265] [00:16:49.257,385] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.267] [00:16:49.257,415] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.269] [00:16:49.260,986] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.269] [00:16:49.260,986] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.271] [00:16:49.261,016] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.271] [00:16:49.273,468] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.273] [00:16:49.273,498] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.273] [00:16:49.273,498] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.276] [00:16:49.314,270] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:30.276] [00:16:49.314,270] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.277] [00:16:49.314,300] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.763] [00:16:49.398,895] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.764] [00:16:49.398,895] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.766] [00:16:49.398,925] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.766] [00:16:49.670,166] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.768] [00:16:49.670,196] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.768] [00:16:49.670,196] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.770] [00:16:49.746,429] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:30.771] [00:16:49.746,429] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.771] [00:16:49.746,459] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.773] [00:16:49.813,049] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:30.775] [00:16:49.813,049] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.775] [00:16:49.813,079] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.180] [00:16:49.942,108] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.181] [00:16:49.942,138] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.183] [00:16:49.942,138] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.183] [00:16:50.066,192] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.185] [00:16:50.066,223] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.186] [00:16:50.066,223] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.186] [00:16:50.076,049] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.188] [00:16:50.076,049] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.188] [00:16:50.076,080] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.189] [00:16:50.230,010] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.193] [00:16:50.230,041] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.193] [00:16:50.230,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.195] [00:16:50.234,619] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.195] [00:16:50.234,619] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.195] [00:16:50.234,649] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.198] [00:16:50.238,250] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.198] [00:16:50.238,250] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.200] [00:16:50.238,281] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.680] [00:16:50.260,833] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.680] [00:16:50.260,833] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.681] [00:16:50.260,864] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.683] [00:16:50.319,213] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:31.683] [00:16:50.319,213] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.686] [00:16:50.319,244] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.686] [00:16:50.502,410] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.688] [00:16:50.502,410] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.688] [00:16:50.502,441] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.688] [00:16:50.728,332] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:31.690] [00:16:50.728,332] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.690] [00:16:50.728,363] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.186] [00:16:50.844,238] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:32.187] [00:16:50.844,268] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.187] [00:16:50.844,299] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.189] [00:16:51.058,776] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.191] [00:16:51.058,807] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.191] [00:16:51.058,807] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.194] [00:16:51.235,107] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.194] [00:16:51.235,137] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.197] [00:16:51.235,137] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.197] [00:16:51.235,870] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.199] [00:16:51.235,870] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.199] [00:16:51.235,900] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.274] [00:16:51.255,798] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.276] [00:16:51.255,828] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.276] [00:16:51.255,859] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.279] [00:16:51.257,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.280] [00:16:51.257,720] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.280] [00:16:51.257,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.280] [00:16:51.302,062] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.282] [00:16:51.302,093] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.282] [00:16:51.302,093] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.284] [00:16:51.323,669] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:32.286] [00:16:51.323,699] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.286] [00:16:51.323,699] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.287] [00:16:51.327,575] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.287] [00:16:51.327,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.289] [00:16:51.327,606] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.835] [00:16:51.604,522] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.836] [00:16:51.604,522] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.838] [00:16:51.604,553] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.838] [00:16:51.755,187] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:32.841] [00:16:51.755,187] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.841] [00:16:51.755,218] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.843] [00:16:51.878,570] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:32.843] [00:16:51.878,601] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.845] [00:16:51.878,601] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.845] [00:16:51.885,192] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.846] [00:16:51.885,223] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.846] [00:16:51.885,253] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.198] [00:16:52.156,494] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.201] [00:16:52.156,524] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.201] [00:16:52.156,555] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.203] [00:16:52.226,165] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.203] [00:16:52.226,196] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.205] [00:16:52.226,196] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.205] [00:16:52.232,482] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.207] [00:16:52.232,482] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.207] [00:16:52.232,513] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.208] [00:16:52.247,772] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.208] [00:16:52.247,802] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.211] [00:16:52.247,802] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.211] [00:16:52.254,089] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.216] [00:16:52.254,089] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.216] [00:16:52.254,119] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.383] [00:16:52.273,406] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.386] [00:16:52.273,437] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.388] [00:16:52.273,437] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.388] [00:16:52.281,494] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.388] [00:16:52.281,494] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.389] [00:16:52.281,524] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.389] [00:16:52.331,115] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:33.392] [00:16:52.331,146] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.392] [00:16:52.331,146] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.394] [00:16:52.434,051] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.397] [00:16:52.434,051] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.397] [00:16:52.434,082] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.941] [00:16:52.714,721] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.944] [00:16:52.714,752] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.944] [00:16:52.714,752] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.946] [00:16:52.738,311] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:33.946] [00:16:52.738,342] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.946] [00:16:52.738,342] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.951] [00:16:52.916,046] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:33.951] [00:16:52.916,076] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.952] [00:16:52.916,076] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.952] [00:16:52.990,386] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.952] [00:16:52.990,417] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.952] [00:16:52.990,447] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.211] [00:16:53.228,027] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.213] [00:16:53.228,057] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.213] [00:16:53.228,057] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.216] [00:16:53.236,785] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.216] [00:16:53.236,816] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.216] [00:16:53.236,816] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.218] [00:16:53.250,610] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.218] [00:16:53.250,610] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.220] [00:16:53.250,640] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.220] [00:16:53.260,437] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:34.222] [00:16:53.260,437] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.222] [00:16:53.260,467] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.224] [00:16:53.264,556] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.226] [00:16:53.264,556] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.226] [00:16:53.264,587] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.228] [00:16:53.275,268] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.228] [00:16:53.275,268] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.231] [00:16:53.275,299] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.781] [00:16:53.295,989] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.782] [00:16:53.295,989] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.784] [00:16:53.296,020] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.784] [00:16:53.332,336] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:34.786] [00:16:53.332,336] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.786] [00:16:53.332,336] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.788] [00:16:53.759,277] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:34.788] [00:16:53.759,277] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.790] [00:16:53.759,307] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.790] [00:16:53.830,780] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:34.792] [00:16:53.830,810] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.792] [00:16:53.830,841] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.186] [00:16:53.947,265] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:35.186] [00:16:53.947,296] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.188] [00:16:53.947,296] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.188] [00:16:54.099,578] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:35.191] [00:16:54.099,578] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.191] [00:16:54.099,609] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.191] [00:16:54.228,912] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:35.194] [00:16:54.228,912] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.194] [00:16:54.228,942] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.198] [00:16:54.234,252] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:35.198] [00:16:54.234,283] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.198] [00:16:54.234,313] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.604] [00:16:54.284,057] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:35.606] [00:16:54.284,088] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.608] [00:16:54.284,118] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.608] [00:16:54.337,524] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:35.610] [00:16:54.337,554] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.610] [00:16:54.337,554] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.612] [00:16:54.375,244] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:35.612] [00:16:54.375,274] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.619] [00:16:54.375,274] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.619] [00:16:54.654,693] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:35.621] [00:16:54.654,693] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.621] [00:16:54.654,724] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.182] [00:16:54.978,515] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:36.183] [00:16:54.978,515] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.183] [00:16:54.978,546] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.185] [00:16:55.077,575] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.185] [00:16:55.077,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.187] [00:16:55.077,606] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.189] [00:16:55.198,516] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:36.189] [00:16:55.198,547] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.191] [00:16:55.198,547] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.191] [00:16:55.231,231] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.194] [00:16:55.231,231] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.194] [00:16:55.231,262] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.196] [00:16:55.235,015] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.196] [00:16:55.235,046] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.198] [00:16:55.235,046] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.289] [00:16:55.255,889] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.290] [00:16:55.255,920] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.290] [00:16:55.255,920] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.292] [00:16:55.257,598] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.295] [00:16:55.257,629] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.295] [00:16:55.257,629] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.297] [00:16:55.287,292] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.297] [00:16:55.287,292] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.297] [00:16:55.287,322] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.303] [00:16:55.338,745] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:36.303] [00:16:55.338,745] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.305] [00:16:55.338,775] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.975] [00:16:55.757,415] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:36.977] [00:16:55.757,415] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.979] [00:16:55.757,446] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.981] [00:16:55.759,277] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:36.981] [00:16:55.759,277] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.983] [00:16:55.759,307] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.983] [00:16:56.015,960] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:36.986] [00:16:56.015,991] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.986] [00:16:56.015,991] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.988] [00:16:56.026,184] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:36.988] [00:16:56.026,214] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.988] [00:16:56.026,245] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.206] [00:16:56.229,187] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.207] [00:16:56.229,217] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.210] [00:16:56.229,217] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.210] [00:16:56.235,076] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.212] [00:16:56.235,076] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.212] [00:16:56.235,107] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.213] [00:16:56.237,487] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.217] [00:16:56.237,518] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.217] [00:16:56.237,518] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.219] [00:16:56.255,889] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.219] [00:16:56.255,889] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.219] [00:16:56.255,920] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.219] [00:16:56.260,192] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.221] [00:16:56.260,223] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.221] [00:16:56.260,223] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.789] [00:16:56.344,940] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:37.791] [00:16:56.344,940] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.792] [00:16:56.344,970] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.792] [00:16:56.567,565] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:37.794] [00:16:56.567,596] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.794] [00:16:56.567,596] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.796] [00:16:56.589,569] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:37.798] [00:16:56.589,569] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.798] [00:16:56.589,599] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.799] [00:16:56.838,867] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:37.800] [00:16:56.838,867] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.803] [00:16:56.838,897] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.181] [00:16:57.055,938] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:38.184] [00:16:57.055,969] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.185] [00:16:57.055,969] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.185] [00:16:57.126,007] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:38.187] [00:16:57.126,007] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.187] [00:16:57.126,037] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.189] [00:16:57.228,088] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.191] [00:16:57.228,118] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.191] [00:16:57.228,118] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.193] [00:16:57.232,055] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.193] [00:16:57.232,055] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.195] [00:16:57.232,086] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.195] [00:16:57.234,832] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.197] [00:16:57.234,863] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.197] [00:16:57.234,863] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.247] [00:16:57.251,647] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.248] [00:16:57.251,678] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.250] [00:16:57.251,708] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.250] [00:16:57.256,439] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.253] [00:16:57.256,469] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.253] [00:16:57.256,469] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.255] [00:16:57.258,666] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.255] [00:16:57.258,666] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.257] [00:16:57.258,697] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.257] [00:16:57.296,813] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.260] [00:16:57.296,844] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.260] [00:16:57.296,875] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.714] [00:16:57.349,884] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:38.715] [00:16:57.349,914] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.717] [00:16:57.349,914] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.717] [00:16:57.399,169] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:38.719] [00:16:57.399,200] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.719] [00:16:57.399,230] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.721] [00:16:57.676,727] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:38.721] [00:16:57.676,727] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.723] [00:16:57.676,757] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.725] [00:16:57.763,641] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:38.725] [00:16:57.763,641] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.726] [00:16:57.763,671] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.187] [00:16:57.951,782] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:39.190] [00:16:57.951,782] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.190] [00:16:57.951,812] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.191] [00:16:58.089,019] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:39.191] [00:16:58.089,019] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.193] [00:16:58.089,050] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.193] [00:16:58.226,196] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:39.195] [00:16:58.226,226] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.195] [00:16:58.226,226] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.197] [00:16:58.236,236] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.197] [00:16:58.236,267] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.199] [00:16:58.236,267] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.304] [00:16:58.259,796] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.306] [00:16:58.259,826] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.308] [00:16:58.259,826] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.308] [00:16:58.262,817] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.310] [00:16:58.262,847] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.310] [00:16:58.262,847] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.311] [00:16:58.291,229] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.311] [00:16:58.291,229] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.313] [00:16:58.291,259] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.315] [00:16:58.353,851] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:39.315] [00:16:58.353,851] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.315] [00:16:58.353,881] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.185] [00:16:58.506,896] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:40.188] [00:16:58.506,927] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.188] [00:16:58.506,927] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.190] [00:16:58.781,921] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:40.190] [00:16:58.781,951] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.193] [00:16:58.781,951] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.193] [00:16:59.121,490] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:40.195] [00:16:59.121,490] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.195] [00:16:59.121,520] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.195] [00:16:59.235,168] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.197] [00:16:59.235,198] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.197] [00:16:59.235,198] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.200] [00:16:59.236,236] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.200] [00:16:59.236,267] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.203] [00:16:59.236,267] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.309] [00:16:59.256,774] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.311] [00:16:59.256,805] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.311] [00:16:59.256,805] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.313] [00:16:59.259,094] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.313] [00:16:59.259,124] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.313] [00:16:59.259,124] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.315] [00:16:59.333,312] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:40.317] [00:16:59.333,312] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.317] [00:16:59.333,343] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.321] [00:16:59.358,795] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:40.321] [00:16:59.358,795] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.321] [00:16:59.358,825] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.109] [00:16:59.604,583] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.110] [00:16:59.604,614] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.110] [00:16:59.604,614] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.112] [00:16:59.764,892] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:41.113] [00:16:59.764,892] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.113] [00:16:59.764,923] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.115] [00:17:00.157,073] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:41.117] [00:17:00.157,073] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.117] [00:17:00.157,104] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.119] [00:17:00.158,447] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.119] [00:17:00.158,477] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.124] [00:17:00.158,508] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.700] [00:17:00.363,739] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:41.701] [00:17:00.363,769] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.701] [00:17:00.363,800] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.703] [00:17:00.437,255] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.705] [00:17:00.437,255] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.705] [00:17:00.437,286] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.707] [00:17:00.720,245] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.707] [00:17:00.720,245] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.707] [00:17:00.720,275] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.709] [00:17:00.749,542] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:41.712] [00:17:00.749,542] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.712] [00:17:00.749,572] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.184] [00:17:00.994,689] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.185] [00:17:00.994,689] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.185] [00:17:00.994,720] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.188] [00:17:01.195,770] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:42.189] [00:17:01.195,800] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.189] [00:17:01.195,800] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.191] [00:17:01.232,574] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.191] [00:17:01.232,574] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.193] [00:17:01.232,604] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.193] [00:17:01.233,489] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.195] [00:17:01.233,520] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.195] [00:17:01.233,551] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.243] [00:17:01.254,180] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.245] [00:17:01.254,180] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.247] [00:17:01.254,211] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.247] [00:17:01.259,124] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.249] [00:17:01.259,155] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.249] [00:17:01.259,155] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.250] [00:17:01.274,108] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.250] [00:17:01.274,139] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.252] [00:17:01.274,139] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.257] [00:17:01.292,755] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.257] [00:17:01.292,785] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.257] [00:17:01.292,785] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.770] [00:17:01.369,445] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:42.772] [00:17:01.369,476] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.774] [00:17:01.369,476] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.774] [00:17:01.547,912] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.776] [00:17:01.547,912] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.776] [00:17:01.547,943] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.778] [00:17:01.773,956] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:42.778] [00:17:01.773,986] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.780] [00:17:01.773,986] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.780] [00:17:01.819,854] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.781] [00:17:01.819,854] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.781] [00:17:01.819,885] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.210] [00:17:02.100,524] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:43.211] [00:17:02.100,555] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.214] [00:17:02.100,555] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.214] [00:17:02.217,163] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:43.216] [00:17:02.217,163] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.216] [00:17:02.217,193] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.217] [00:17:02.228,240] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:43.218] [00:17:02.228,271] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.219] [00:17:02.228,271] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.219] [00:17:02.259,735] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:43.221] [00:17:02.259,765] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.221] [00:17:02.259,796] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.324] [00:17:02.272,491] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:43.326] [00:17:02.272,521] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.326] [00:17:02.272,521] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.328] [00:17:02.299,133] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:43.329] [00:17:02.299,163] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.329] [00:17:02.299,163] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.332] [00:17:02.370,635] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:43.334] [00:17:02.370,666] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.334] [00:17:02.370,666] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.335] [00:17:02.374,328] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:43.335] [00:17:02.374,328] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.339] [00:17:02.374,359] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.149] [00:17:02.647,491] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.151] [00:17:02.647,521] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.151] [00:17:02.647,552] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.152] [00:17:02.757,049] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:44.158] [00:17:02.757,049] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.158] [00:17:02.757,049] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.160] [00:17:02.920,684] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.160] [00:17:02.920,684] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.160] [00:17:02.920,715] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.160] [00:17:03.198,211] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.160] [00:17:03.198,242] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.160] [00:17:03.198,272] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.207] [00:17:03.225,067] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.209] [00:17:03.225,097] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.210] [00:17:03.225,097] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.210] [00:17:03.230,957] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.212] [00:17:03.230,957] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.212] [00:17:03.230,987] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.214] [00:17:03.251,678] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.214] [00:17:03.251,678] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.216] [00:17:03.251,708] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.216] [00:17:03.256,591] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.218] [00:17:03.256,591] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.219] [00:17:03.256,622] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.219] [00:17:03.264,495] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:44.222] [00:17:03.264,495] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.222] [00:17:03.264,526] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.429] [00:17:03.272,399] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.430] [00:17:03.272,430] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.430] [00:17:03.272,430] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.432] [00:17:03.295,989] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.434] [00:17:03.295,989] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.434] [00:17:03.296,020] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.434] [00:17:03.379,364] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:44.436] [00:17:03.379,364] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.440] [00:17:03.379,394] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.440] [00:17:03.477,661] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.441] [00:17:03.477,661] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.441] [00:17:03.477,691] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.176] [00:17:03.752,716] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:45.178] [00:17:03.752,746] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.181] [00:17:03.752,746] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.181] [00:17:03.783,050] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:45.183] [00:17:03.783,050] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.183] [00:17:03.783,081] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.185] [00:17:04.030,883] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:45.185] [00:17:04.030,914] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.187] [00:17:04.030,914] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.187] [00:17:04.226,928] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.189] [00:17:04.226,928] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.191] [00:17:04.226,959] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.191] [00:17:04.235,382] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.191] [00:17:04.235,382] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.193] [00:17:04.235,412] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.245] [00:17:04.252,563] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.247] [00:17:04.252,563] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.249] [00:17:04.252,593] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.251] [00:17:04.258,941] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.251] [00:17:04.258,941] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.253] [00:17:04.258,972] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.253] [00:17:04.277,221] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.255] [00:17:04.277,221] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.257] [00:17:04.277,252] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.257] [00:17:04.295,776] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.259] [00:17:04.295,776] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.259] [00:17:04.295,806] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.261] [00:17:04.299,438] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:45.261] [00:17:04.299,468] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.261] [00:17:04.299,468] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.263] [00:17:04.300,781] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:45.263] [00:17:04.300,811] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.265] [00:17:04.300,811] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.265] [00:17:04.302,825] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.267] [00:17:04.302,856] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.269] [00:17:04.302,856] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.043] [00:17:04.383,056] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:46.045] [00:17:04.383,087] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.045] [00:17:04.383,087] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.045] [00:17:04.576,599] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:46.045] [00:17:04.576,599] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.048] [00:17:04.576,629] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.048] [00:17:04.852,264] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:46.050] [00:17:04.852,294] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.050] [00:17:04.852,294] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.051] [00:17:05.091,217] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.054] [00:17:05.091,217] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.054] [00:17:05.091,247] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.217] [00:17:05.224,151] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.219] [00:17:05.224,182] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.219] [00:17:05.224,212] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.221] [00:17:05.231,994] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.227] [00:17:05.232,025] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.227] [00:17:05.232,025] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.229] [00:17:05.244,750] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.229] [00:17:05.244,781] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.229] [00:17:05.244,781] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.229] [00:17:05.267,333] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.229] [00:17:05.267,364] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.229] [00:17:05.267,395] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.351] [00:17:05.290,893] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.353] [00:17:05.290,924] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.353] [00:17:05.290,924] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.354] [00:17:05.338,775] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:46.356] [00:17:05.338,806] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.356] [00:17:05.338,806] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.358] [00:17:05.386,993] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:46.358] [00:17:05.387,023] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.360] [00:17:05.387,023] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.360] [00:17:05.400,512] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:46.362] [00:17:05.400,512] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.362] [00:17:05.400,543] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.174] [00:17:05.677,825] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:47.176] [00:17:05.677,825] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.177] [00:17:05.677,856] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.177] [00:17:05.786,804] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:47.180] [00:17:05.786,804] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.182] [00:17:05.786,834] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.182] [00:17:06.220,031] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:47.184] [00:17:06.220,062] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.184] [00:17:06.220,062] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.186] [00:17:06.223,937] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.187] [00:17:06.223,968] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.187] [00:17:06.223,968] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.189] [00:17:06.231,353] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.189] [00:17:06.231,353] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.190] [00:17:06.231,384] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.191] [00:17:06.232,269] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.195] [00:17:06.232,299] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.195] [00:17:06.232,299] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.337] [00:17:06.252,075] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.339] [00:17:06.252,105] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.340] [00:17:06.252,105] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.340] [00:17:06.259,857] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.342] [00:17:06.259,857] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.342] [00:17:06.259,887] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.345] [00:17:06.371,246] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:47.345] [00:17:06.371,246] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.346] [00:17:06.371,276] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.348] [00:17:06.386,962] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:47.348] [00:17:06.386,993] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.349] [00:17:06.386,993] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.178] [00:17:06.498,229] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.180] [00:17:06.498,229] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.180] [00:17:06.498,260] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.180] [00:17:06.770,141] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.182] [00:17:06.770,172] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.182] [00:17:06.770,172] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.184] [00:17:07.041,442] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.184] [00:17:07.041,473] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.186] [00:17:07.041,473] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.186] [00:17:07.226,135] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.188] [00:17:07.226,135] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.188] [00:17:07.226,165] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.189] [00:17:07.229,919] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.192] [00:17:07.229,919] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.192] [00:17:07.229,949] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.194] [00:17:07.232,421] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.194] [00:17:07.232,452] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.196] [00:17:07.232,452] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.279] [00:17:07.256,530] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.281] [00:17:07.256,561] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.283] [00:17:07.256,561] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.283] [00:17:07.259,155] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.285] [00:17:07.259,185] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.288] [00:17:07.259,185] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.288] [00:17:07.295,959] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.289] [00:17:07.295,959] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.289] [00:17:07.295,989] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.289] [00:17:07.329,803] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.291] [00:17:07.329,833] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.293] [00:17:07.329,864] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.740] [00:17:07.389,434] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:48.742] [00:17:07.389,434] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.744] [00:17:07.389,465] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.744] [00:17:07.407,470] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:48.746] [00:17:07.407,470] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.746] [00:17:07.407,501] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.747] [00:17:07.630,432] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.747] [00:17:07.630,462] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.750] [00:17:07.630,462] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.750] [00:17:07.789,916] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:48.751] [00:17:07.789,916] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.751] [00:17:07.789,947] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.206] [00:17:08.229,370] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:49.209] [00:17:08.229,400] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.211] [00:17:08.229,400] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.211] [00:17:08.233,093] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.214] [00:17:08.233,093] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.214] [00:17:08.233,123] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.216] [00:17:08.236,328] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.216] [00:17:08.236,358] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.216] [00:17:08.236,358] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.217] [00:17:08.256,958] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.221] [00:17:08.256,958] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.221] [00:17:08.256,988] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.222] [00:17:08.259,674] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.222] [00:17:08.259,704] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.222] [00:17:08.259,735] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.781] [00:17:08.393,371] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:49.782] [00:17:08.393,402] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.782] [00:17:08.393,402] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.784] [00:17:08.443,054] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:49.784] [00:17:08.443,054] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.786] [00:17:08.443,084] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.786] [00:17:08.530,426] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:49.789] [00:17:08.530,426] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.789] [00:17:08.530,456] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.791] [00:17:08.829,559] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:49.791] [00:17:08.829,559] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.793] [00:17:08.829,589] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.205] [00:17:09.127,319] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:50.207] [00:17:09.127,349] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.207] [00:17:09.127,349] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.208] [00:17:09.230,804] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:50.212] [00:17:09.230,804] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.212] [00:17:09.230,834] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.214] [00:17:09.253,906] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:50.214] [00:17:09.253,906] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.214] [00:17:09.253,936] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.214] [00:17:09.254,364] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:50.216] [00:17:09.254,364] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.216] [00:17:09.254,394] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.743] [00:17:09.399,566] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:50.745] [00:17:09.399,597] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.745] [00:17:09.399,627] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.747] [00:17:09.420,440] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:50.747] [00:17:09.420,471] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.748] [00:17:09.420,471] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.750] [00:17:09.476,745] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:50.750] [00:17:09.476,776] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.752] [00:17:09.476,776] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.752] [00:17:09.792,419] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:50.754] [00:17:09.792,419] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.754] [00:17:09.792,449] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.184] [00:17:09.972,747] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:51.185] [00:17:09.972,778] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.187] [00:17:09.972,778] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.187] [00:17:10.098,693] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.189] [00:17:10.098,693] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.189] [00:17:10.098,724] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.191] [00:17:10.231,719] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.192] [00:17:10.231,719] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.192] [00:17:10.231,750] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.194] [00:17:10.233,642] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.197] [00:17:10.233,642] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.197] [00:17:10.233,673] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.197] [00:17:10.241,760] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:51.199] [00:17:10.241,790] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.199] [00:17:10.241,790] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.251] [00:17:10.250,946] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:51.253] [00:17:10.250,946] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.255] [00:17:10.250,976] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.255] [00:17:10.252,349] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.257] [00:17:10.252,349] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.257] [00:17:10.252,380] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.259] [00:17:10.258,300] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.259] [00:17:10.258,300] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.262] [00:17:10.258,331] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.262] [00:17:10.301,757] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.264] [00:17:10.301,757] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.264] [00:17:10.301,788] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.756] [00:17:10.408,294] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:51.758] [00:17:10.408,294] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.758] [00:17:10.408,325] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.760] [00:17:10.513,000] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:51.763] [00:17:10.513,000] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.763] [00:17:10.513,031] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.765] [00:17:10.771,667] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:51.765] [00:17:10.771,697] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.765] [00:17:10.771,697] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.766] [00:17:10.805,419] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:51.766] [00:17:10.805,419] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.768] [00:17:10.805,450] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.202] [00:17:11.079,223] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.204] [00:17:11.079,254] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.206] [00:17:11.079,254] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.206] [00:17:11.231,109] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.208] [00:17:11.231,140] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.209] [00:17:11.231,140] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.209] [00:17:11.234,741] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.212] [00:17:11.234,741] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.212] [00:17:11.234,771] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.214] [00:17:11.252,716] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.214] [00:17:11.252,716] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.216] [00:17:11.252,746] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.216] [00:17:11.262,390] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.219] [00:17:11.262,390] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.219] [00:17:11.262,420] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.409] [00:17:11.359,893] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.410] [00:17:11.359,924] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.413] [00:17:11.359,954] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.413] [00:17:11.414,459] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:52.415] [00:17:11.414,489] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.415] [00:17:11.414,520] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.415] [00:17:11.458,587] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:52.417] [00:17:11.458,618] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:52.418] [00:17:11.458,648] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:52.418] [00:17:11.458,679] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:52.421] [00:17:11.458,679] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:52.422] [00:17:11.458,709] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:52.422] [00:17:11.458,740] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:52.425] [00:17:11.458,740] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:52.426] [00:17:11.458,770] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:52.426] [00:17:11.458,831] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:52.428] [00:17:11.458,831] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:52.431] [00:17:11.458,862] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:52.431] [00:17:11.458,892] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:52.433] [00:17:11.458,923] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:52.859] [00:17:11.547,973] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:52.860] [00:17:11.547,973] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.860] [00:17:11.548,004] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.862] [00:17:11.631,195] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.862] [00:17:11.631,195] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.864] [00:17:11.631,225] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.864] [00:17:11.798,583] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:52.866] [00:17:11.798,583] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.866] [00:17:11.798,614] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.869] [00:17:11.907,501] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.869] [00:17:11.907,501] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.871] [00:17:11.907,531] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.197] [00:17:12.182,556] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:53.199] [00:17:12.182,586] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.201] [00:17:12.182,586] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.201] [00:17:12.226,074] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.202] [00:17:12.226,104] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.202] [00:17:12.226,104] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.204] [00:17:12.230,072] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.204] [00:17:12.230,072] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.206] [00:17:12.230,102] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.208] [00:17:12.246,826] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.208] [00:17:12.246,856] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.210] [00:17:12.246,887] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.210] [00:17:12.254,730] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.212] [00:17:12.254,730] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.212] [00:17:12.254,760] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.532] [00:17:12.272,491] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.534] [00:17:12.272,521] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.535] [00:17:12.272,521] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.535] [00:17:12.298,126] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.537] [00:17:12.298,156] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.537] [00:17:12.298,156] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.539] [00:17:12.412,689] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:53.541] [00:17:12.412,689] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.541] [00:17:12.412,719] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.543] [00:17:12.581,665] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:53.543] [00:17:12.581,695] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.545] [00:17:12.581,726] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:54.150] [00:17:13.198,730] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:54.151] --- 62 messages dropped ---
    [2023-08-25 17:09:54.153] [00:17:13.198,760] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.153] [00:17:13.198,791] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:54.155] --- 1 messages dropped ---
    [2023-08-25 17:09:54.155] [00:17:13.198,852] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.157] [00:17:13.198,852] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.159] [00:17:13.198,883] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:54.159] [00:17:13.198,913] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:54.161] [00:17:13.198,944] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:54.168] [00:17:13.198,944] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:54.168] [00:17:13.198,974] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:54.170] [00:17:13.199,005] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:54.170] [00:17:13.199,035] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:54.170] [00:17:13.199,096] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:54.170] [00:17:13.199,127] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:54.170] [00:17:13.199,157] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.170] [00:17:13.199,188] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:54.172] [00:17:13.199,218] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:54.172] [00:17:13.199,249] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.174] [00:17:13.199,249] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.175] --- 67 messages dropped ---
    [2023-08-25 17:09:54.177] [00:17:13.225,006] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:54.180] [00:17:13.225,006] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.180] [00:17:13.225,036] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:54.183] --- 1 messages dropped ---
    [2023-08-25 17:09:54.183] [00:17:13.225,097] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.185] [00:17:13.225,128] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.185] [00:17:13.225,158] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:54.186] [00:17:13.225,158] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:54.186] [00:17:13.225,189] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:54.188] [00:17:13.225,219] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:54.188] [00:17:13.225,250] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:54.190] [00:17:13.225,280] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:54.192] [00:17:13.225,311] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:54.192] [00:17:13.225,341] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:54.194] [00:17:13.225,402] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:54.196] [00:17:13.225,402] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.196] [00:17:13.225,433] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:54.198] [00:17:13.225,494] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:54.198] [00:17:13.225,524] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.203] [00:17:13.225,524] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.203] [00:17:13.225,555] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:54.205] [00:17:13.225,585] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:54.205] [00:17:13.225,585] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:54.205] [00:17:13.225,708] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:54.205] [00:17:13.225,708] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:54.207] [00:17:13.225,738] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:54.209] [00:17:13.225,799] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:54.209] [00:17:13.225,830] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:54.211] [00:17:13.229,492] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 8
    [2023-08-25 17:09:54.211] [00:17:13.229,492] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:54.213] [00:17:13.229,522] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x12
    

    Last log "hci_le_meta_event: subevent 0x12" may be BT_HCI_EVT_LE_ADV_SET_TERMINATED

    After the reception stopped, I did the following and the reception was restored.
    bt_le_scan_stop()+bt_le_scan_start()
    Both APIs return "zero(success)".

Reply
  • log until just before the reception stopped

    [2023-08-25 17:08:15.233] [00:15:34.265,502] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.234] [00:15:34.265,533] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.235] [00:15:34.265,533] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.235] [00:15:34.265,991] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.236] [00:15:34.265,991] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.237] [00:15:34.265,991] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.238] [00:15:34.281,738] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.239] [00:15:34.281,738] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.240] [00:15:34.281,768] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.242] [00:15:34.282,745] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:15.244] [00:15:34.282,775] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.245] [00:15:34.282,775] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.245] [00:15:34.282,867] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:15.246] [00:15:34.282,897] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:15.247] [00:15:34.282,928] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:15.249] [00:15:34.282,958] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:15.249] [00:15:34.282,958] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:15.250] [00:15:34.282,989] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:15.253] [00:15:34.282,989] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:15.254] [00:15:34.283,020] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:15.255] [00:15:34.283,020] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:15.256] [00:15:34.283,050] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:15.257] [00:15:34.283,081] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:15.258] [00:15:34.283,111] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:15.259] [00:15:34.283,111] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:15.261] [00:15:34.283,172] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:15.262] [00:15:34.302,795] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:15.264] [00:15:34.302,795] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.264] [00:15:34.302,825] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.543] [00:15:34.523,315] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:15.544] [00:15:34.523,345] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.544] [00:15:34.523,376] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.546] [00:15:34.592,742] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:15.548] [00:15:34.592,773] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.548] [00:15:34.592,773] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.549] [00:15:34.592,864] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:15.550] [00:15:34.592,895] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:15.551] [00:15:34.592,926] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:15.552] [00:15:34.592,956] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:15.553] [00:15:34.592,987] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:15.554] [00:15:34.592,987] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:15.555] [00:15:34.593,017] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:15.556] [00:15:34.593,017] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:15.557] [00:15:34.593,048] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:15.558] [00:15:34.593,078] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:15.559] [00:15:34.593,078] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:15.561] [00:15:34.593,109] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:15.562] [00:15:34.593,139] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:15.563] [00:15:34.593,170] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:15.851] [00:15:34.794,616] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:15.854] [00:15:34.794,647] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.855] [00:15:34.794,647] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.855] [00:15:34.902,740] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:15.857] [00:15:34.902,770] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:15.858] [00:15:34.902,770] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:15.858] [00:15:34.902,862] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:15.859] [00:15:34.902,893] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:15.860] [00:15:34.902,923] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:15.862] [00:15:34.902,954] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:15.863] [00:15:34.902,954] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:15.864] [00:15:34.902,984] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:15.865] [00:15:34.903,015] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:15.866] [00:15:34.903,015] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:15.867] [00:15:34.903,045] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:15.868] [00:15:34.903,076] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:15.869] [00:15:34.903,076] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:15.871] [00:15:34.903,106] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:15.872] [00:15:34.903,137] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:15.873] [00:15:34.903,167] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:16.018] [00:15:34.929,351] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.020] [00:15:34.929,382] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.021] [00:15:34.929,382] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.022] [00:15:34.937,530] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:08:16.022] [00:15:34.937,530] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.023] [00:15:34.937,530] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.024] [00:15:35.008,148] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.024] [00:15:35.008,178] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.025] [00:15:35.008,178] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.027] [00:15:35.069,061] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.028] [00:15:35.069,061] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.029] [00:15:35.069,091] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.161] [00:15:35.209,350] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.163] [00:15:35.209,381] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.164] [00:15:35.209,381] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.165] [00:15:35.210,510] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:08:16.166] [00:15:35.210,510] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.168] [00:15:35.210,540] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.169] [00:15:35.212,738] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:16.169] [00:15:35.212,768] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.170] [00:15:35.212,768] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.170] [00:15:35.212,890] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:16.172] [00:15:35.212,890] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:16.173] [00:15:35.212,921] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:16.174] [00:15:35.212,951] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:16.175] [00:15:35.212,982] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:16.176] [00:15:35.212,982] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:16.177] [00:15:35.213,012] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:16.178] [00:15:35.213,012] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:16.180] [00:15:35.213,043] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:16.181] [00:15:35.213,073] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:16.183] [00:15:35.213,073] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:16.184] [00:15:35.213,104] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:16.186] [00:15:35.213,134] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:16.186] [00:15:35.213,165] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:16.187] [00:15:35.235,839] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.188] [00:15:35.235,839] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.190] [00:15:35.235,870] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.220] [00:15:35.244,293] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.222] [00:15:35.244,293] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.223] [00:15:35.244,323] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.224] [00:15:35.263,427] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.225] [00:15:35.263,427] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.226] [00:15:35.263,458] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.227] [00:15:35.271,270] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.228] [00:15:35.271,301] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.228] [00:15:35.271,301] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.229] [00:15:35.272,003] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.230] [00:15:35.272,003] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.231] [00:15:35.272,033] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.472] [00:15:35.288,085] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.473] [00:15:35.288,085] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.474] [00:15:35.288,116] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.475] [00:15:35.310,638] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:08:16.476] [00:15:35.310,668] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.479] [00:15:35.310,699] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.480] [00:15:35.349,731] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.480] [00:15:35.349,761] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.480] [00:15:35.349,761] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.480] [00:15:35.522,735] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:16.481] [00:15:35.522,766] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.482] [00:15:35.522,796] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.484] [00:15:35.522,888] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:16.485] [00:15:35.522,918] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:16.485] [00:15:35.522,918] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:16.488] [00:15:35.522,949] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:16.488] [00:15:35.522,979] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:16.490] [00:15:35.522,979] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:16.491] [00:15:35.523,010] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:16.492] [00:15:35.523,010] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:16.493] [00:15:35.523,040] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:16.495] [00:15:35.523,071] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:16.496] [00:15:35.523,071] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:16.497] [00:15:35.523,101] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:16.498] [00:15:35.523,132] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:16.499] [00:15:35.523,162] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:16.781] [00:15:35.559,906] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:08:16.784] [00:15:35.559,936] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.785] [00:15:35.559,936] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.786] [00:15:35.618,530] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:16.787] [00:15:35.618,530] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.788] [00:15:35.618,560] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.789] [00:15:35.832,733] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 51
    [2023-08-25 17:08:16.790] [00:15:35.832,763] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:16.791] [00:15:35.832,794] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:16.791] [00:15:35.832,885] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2044 param_len 14
    [2023-08-25 17:08:16.793] [00:15:35.832,885] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:08:16.794] [00:15:35.832,916] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2044 len 17
    [2023-08-25 17:08:16.796] [00:15:35.832,977] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:08:16.797] [00:15:35.832,977] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:08:16.797] [00:15:35.832,977] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:08:16.798] [00:15:35.833,007] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:08:16.799] [00:15:35.833,007] <dbg> bt_hci_core: send_cmd: Sending command 0x2044 (buf 0x2001bc1c) to driver
    [2023-08-25 17:08:16.800] [00:15:35.833,038] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 17 type 0
    [2023-08-25 17:08:16.801] [00:15:35.833,068] <dbg> bt_hci_core: hci_cmd_status: opcode 0x2044
    [2023-08-25 17:08:16.802] [00:15:35.833,068] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2044 status 0x0b buf 0x2001bc1c
    [2023-08-25 17:08:16.804] [00:15:35.833,099] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:08:16.805] [00:15:35.833,129] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:08:16.806] [00:15:35.833,160] <wrn> bt_hci_core: bt_hci_cmd_send_sync: opcode 0x2044 status 0x0b
    [2023-08-25 17:08:17.121] [00:15:35.896,575] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:17.122] [00:15:35.896,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.123] [00:15:35.896,606] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:17.124] [00:15:35.938,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:08:17.125] [00:15:35.938,720] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.126] [00:15:35.938,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:17.127] [00:15:36.026,855] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:17.130] [00:15:36.026,855] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.131] [00:15:36.026,885] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:17.131] [00:15:36.172,088] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:08:17.131] [00:15:36.172,119] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:17.132] [00:15:36.172,149] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:08:18.173] [00:15:36.224,456] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 5
    [2023-08-25 17:08:18.174] [00:15:36.224,456] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:08:18.175] [00:15:36.224,487] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x10
    

    Last log "hci_le_meta_event: subevent 0x10" may be BT_HCI_EVT_LE_PER_ADV_SYNC_LOST.


    Log in which reception has temporarily recovered due to advertising transmission

    [2023-08-25 17:09:22.411] [00:16:41.460,540] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.412] [00:16:41.460,571] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.414] [00:16:41.460,571] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.417] --- 68 messages dropped ---
    [2023-08-25 17:09:22.418] [00:16:41.465,576] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.419] [00:16:41.465,606] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.422] --- 4 messages dropped ---
    [2023-08-25 17:09:22.423] [00:16:41.465,728] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.423] [00:16:41.465,759] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.424] [00:16:41.465,789] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.425] [00:16:41.465,820] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.426] [00:16:41.465,850] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.427] [00:16:41.465,881] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.428] [00:16:41.465,911] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.431] [00:16:41.465,972] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.431] [00:16:41.465,972] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.432] [00:16:41.466,003] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.437] --- 74 messages dropped ---
    [2023-08-25 17:09:22.437] [00:16:41.485,870] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.438] [00:16:41.485,900] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.439] --- 4 messages dropped ---
    [2023-08-25 17:09:22.439] [00:16:41.486,022] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.443] [00:16:41.486,053] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.444] [00:16:41.486,083] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.445] [00:16:41.486,114] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.446] [00:16:41.486,145] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.446] [00:16:41.486,175] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.448] [00:16:41.486,206] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.450] [00:16:41.486,236] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.451] [00:16:41.486,267] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.452] [00:16:41.486,297] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.453] [00:16:41.486,328] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.454] [00:16:41.486,358] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.455] [00:16:41.486,389] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.456] [00:16:41.486,389] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.460] --- 70 messages dropped ---
    [2023-08-25 17:09:22.462] [00:16:41.509,338] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.464] [00:16:41.509,368] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.464] --- 4 messages dropped ---
    [2023-08-25 17:09:22.466] [00:16:41.509,490] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.466] [00:16:41.509,521] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.468] --- 1 messages dropped ---
    [2023-08-25 17:09:22.468] [00:16:41.509,582] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.470] [00:16:41.509,613] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.473] [00:16:41.509,643] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.473] [00:16:41.509,704] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.475] [00:16:41.509,735] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.475] [00:16:41.509,735] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.478] [00:16:41.509,796] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.480] [00:16:41.509,826] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.480] [00:16:41.509,857] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.480] [00:16:41.509,857] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.482] --- 71 messages dropped ---
    [2023-08-25 17:09:22.487] [00:16:41.530,609] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.489] [00:16:41.530,639] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.489] --- 3 messages dropped ---
    [2023-08-25 17:09:22.489] [00:16:41.530,761] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.489] [00:16:41.530,761] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.491] --- 1 messages dropped ---
    [2023-08-25 17:09:22.491] [00:16:41.530,822] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.491] [00:16:41.530,853] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.494] [00:16:41.530,883] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.494] [00:16:41.530,914] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.496] [00:16:41.530,975] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.498] [00:16:41.531,005] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.498] [00:16:41.531,005] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.501] --- 74 messages dropped ---
    [2023-08-25 17:09:22.501] [00:16:41.549,865] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:22.507] [00:16:41.549,896] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.509] [00:16:41.549,926] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.509] --- 1 messages dropped ---
    [2023-08-25 17:09:22.509] [00:16:41.549,987] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.509] [00:16:41.550,018] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.509] [00:16:41.550,018] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.509] [00:16:41.550,048] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.512] [00:16:41.550,079] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.514] [00:16:41.550,109] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.514] [00:16:41.550,109] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.515] [00:16:41.550,140] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.515] [00:16:41.550,201] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.517] [00:16:41.550,231] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.519] [00:16:41.550,262] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.520] [00:16:41.550,292] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.520] [00:16:41.550,323] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.526] --- 74 messages dropped ---
    [2023-08-25 17:09:22.526] [00:16:41.573,120] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.528] [00:16:41.573,150] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.530] --- 2 messages dropped ---
    [2023-08-25 17:09:22.530] [00:16:41.573,242] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.530] [00:16:41.573,272] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.531] [00:16:41.573,272] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.533] [00:16:41.573,303] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.533] [00:16:41.573,333] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.536] [00:16:41.573,364] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.536] [00:16:41.573,394] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.539] [00:16:41.573,425] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.539] [00:16:41.573,486] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.542] [00:16:41.573,516] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.544] --- 73 messages dropped ---
    [2023-08-25 17:09:22.544] [00:16:41.591,430] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.548] [00:16:41.591,461] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.551] --- 3 messages dropped ---
    [2023-08-25 17:09:22.551] [00:16:41.591,552] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.551] [00:16:41.591,583] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.551] [00:16:41.591,613] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.553] [00:16:41.591,613] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.553] [00:16:41.591,644] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.558] [00:16:41.591,674] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.558] [00:16:41.591,705] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.560] [00:16:41.591,766] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.560] [00:16:41.591,796] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.560] [00:16:41.591,827] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.560] [00:16:41.591,857] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.562] [00:16:41.591,888] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.562] [00:16:41.591,918] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.566] --- 69 messages dropped ---
    [2023-08-25 17:09:22.566] [00:16:41.613,677] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.568] [00:16:41.613,708] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.573] --- 4 messages dropped ---
    [2023-08-25 17:09:22.573] [00:16:41.613,830] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.576] [00:16:41.613,830] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.576] [00:16:41.613,891] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.576] [00:16:41.613,891] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.576] [00:16:41.613,952] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.578] [00:16:41.613,983] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.578] [00:16:41.614,013] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.580] [00:16:41.614,044] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.580] [00:16:41.614,074] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.582] [00:16:41.614,105] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.584] [00:16:41.614,135] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.584] [00:16:41.614,166] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.586] [00:16:41.614,196] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.586] [00:16:41.614,196] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.593] [00:16:41.614,227] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.595] --- 69 messages dropped ---
    [2023-08-25 17:09:22.595] [00:16:41.637,939] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.595] [00:16:41.637,969] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.595] --- 4 messages dropped ---
    [2023-08-25 17:09:22.595] [00:16:41.638,092] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.601] [00:16:41.638,092] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.601] [00:16:41.638,122] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.601] [00:16:41.638,153] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.603] [00:16:41.638,183] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.603] [00:16:41.638,214] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.603] [00:16:41.638,275] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.603] [00:16:41.638,305] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.606] [00:16:41.638,336] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.606] [00:16:41.638,366] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.608] [00:16:41.638,397] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.608] [00:16:41.638,427] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.615] --- 72 messages dropped ---
    [2023-08-25 17:09:22.615] [00:16:41.660,217] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.615] [00:16:41.660,247] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.617] --- 4 messages dropped ---
    [2023-08-25 17:09:22.617] [00:16:41.660,369] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.621] [00:16:41.660,430] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.621] [00:16:41.660,430] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.623] [00:16:41.660,461] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.623] [00:16:41.660,491] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.623] [00:16:41.660,522] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.625] [00:16:41.660,583] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.625] [00:16:41.660,614] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.627] [00:16:41.660,644] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.627] [00:16:41.660,675] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.631] --- 74 messages dropped ---
    [2023-08-25 17:09:22.635] [00:16:41.679,504] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.635] [00:16:41.679,534] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.638] --- 2 messages dropped ---
    [2023-08-25 17:09:22.638] [00:16:41.679,595] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.638] [00:16:41.679,626] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.638] [00:16:41.679,656] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.640] [00:16:41.679,687] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.640] [00:16:41.679,718] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.643] [00:16:41.679,718] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.643] [00:16:41.679,748] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.645] [00:16:41.679,809] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.645] [00:16:41.679,840] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.646] [00:16:41.679,870] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.649] --- 76 messages dropped ---
    [2023-08-25 17:09:22.658] [00:16:41.697,998] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.658] [00:16:41.698,028] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.660] --- 2 messages dropped ---
    [2023-08-25 17:09:22.660] [00:16:41.698,120] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.660] [00:16:41.698,150] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.660] [00:16:41.698,150] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.660] [00:16:41.698,181] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.660] [00:16:41.698,211] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.660] [00:16:41.698,242] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.662] [00:16:41.698,272] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.662] [00:16:41.698,303] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.665] [00:16:41.698,333] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.665] [00:16:41.698,364] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.666] [00:16:41.698,394] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.666] [00:16:41.698,425] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.669] [00:16:41.698,486] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.670] [00:16:41.698,486] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.674] --- 68 messages dropped ---
    [2023-08-25 17:09:22.674] [00:16:41.721,252] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:22.676] [00:16:41.721,252] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.677] --- 2 messages dropped ---
    [2023-08-25 17:09:22.677] [00:16:41.721,343] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.679] [00:16:41.721,374] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.679] [00:16:41.721,405] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.681] [00:16:41.721,405] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.683] [00:16:41.721,435] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.683] [00:16:41.721,466] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.685] [00:16:41.721,496] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.685] [00:16:41.721,527] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.691] [00:16:41.721,557] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.694] [00:16:41.721,588] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.694] [00:16:41.721,618] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.694] [00:16:41.721,649] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.694] [00:16:41.721,679] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.694] [00:16:41.721,740] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.694] [00:16:41.721,740] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.697] [00:16:41.721,771] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.700] --- 70 messages dropped ---
    [2023-08-25 17:09:22.700] [00:16:41.746,490] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:22.702] [00:16:41.746,520] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.702] --- 2 messages dropped ---
    [2023-08-25 17:09:22.705] [00:16:41.746,582] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.705] [00:16:41.746,612] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.705] [00:16:41.746,643] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.707] [00:16:41.746,643] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.707] [00:16:41.746,673] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.709] [00:16:41.746,704] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.709] [00:16:41.746,734] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.712] [00:16:41.746,765] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.712] [00:16:41.746,795] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.714] [00:16:41.746,856] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.714] [00:16:41.746,887] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.716] [00:16:41.746,917] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.718] [00:16:41.746,917] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.718] [00:16:41.746,978] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.719] [00:16:41.747,009] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.719] [00:16:41.747,009] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.724] [00:16:41.747,039] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.726] [00:16:41.747,070] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.726] [00:16:41.747,070] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.728] --- 65 messages dropped ---
    [2023-08-25 17:09:22.733] [00:16:41.775,695] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.733] [00:16:41.775,726] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.735] --- 2 messages dropped ---
    [2023-08-25 17:09:22.735] [00:16:41.775,787] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.735] [00:16:41.775,817] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.735] [00:16:41.775,848] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.735] [00:16:41.775,848] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.739] [00:16:41.775,878] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.739] [00:16:41.775,909] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.741] [00:16:41.775,939] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.741] [00:16:41.775,970] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.741] [00:16:41.776,000] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.744] [00:16:41.776,062] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.747] [00:16:41.776,062] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.747] [00:16:41.776,092] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.749] [00:16:41.776,153] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.749] [00:16:41.776,184] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.749] [00:16:41.776,184] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.750] [00:16:41.776,214] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.750] [00:16:41.776,245] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.753] [00:16:41.776,275] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.753] [00:16:41.776,367] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.756] [00:16:41.776,367] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.759] --- 63 messages dropped ---
    [2023-08-25 17:09:22.759] [00:16:41.805,938] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.761] [00:16:41.805,938] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.761] --- 2 messages dropped ---
    [2023-08-25 17:09:22.763] [00:16:41.806,030] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.763] [00:16:41.806,060] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.765] [00:16:41.806,060] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.765] [00:16:41.806,091] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.767] [00:16:41.806,121] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.767] [00:16:41.806,152] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.769] [00:16:41.806,182] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.771] [00:16:41.806,213] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.771] [00:16:41.806,274] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.774] [00:16:41.806,304] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.774] [00:16:41.806,335] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.776] [00:16:41.806,365] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.776] [00:16:41.806,396] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.778] [00:16:41.806,427] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.778] [00:16:41.806,427] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.780] [00:16:41.806,457] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.780] [00:16:41.806,488] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.782] [00:16:41.806,518] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.785] --- 68 messages dropped ---
    [2023-08-25 17:09:22.787] [00:16:41.833,129] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.787] [00:16:41.833,160] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.789] --- 3 messages dropped ---
    [2023-08-25 17:09:22.791] [00:16:41.833,282] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.791] [00:16:41.833,282] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.793] [00:16:41.833,312] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.793] [00:16:41.833,343] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.795] [00:16:41.833,374] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.795] [00:16:41.833,404] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.797] [00:16:41.833,435] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.799] [00:16:41.833,496] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.799] [00:16:41.833,526] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.801] [00:16:41.833,557] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.803] [00:16:41.833,587] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.803] [00:16:41.833,618] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.805] [00:16:41.833,648] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.805] [00:16:41.833,679] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.808] [00:16:41.833,679] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.809] --- 67 messages dropped ---
    [2023-08-25 17:09:22.812] [00:16:41.857,391] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.812] [00:16:41.857,421] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.814] --- 2 messages dropped ---
    [2023-08-25 17:09:22.814] [00:16:41.857,482] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.816] [00:16:41.857,513] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.816] [00:16:41.857,513] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.818] [00:16:41.857,543] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.820] [00:16:41.857,574] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.820] [00:16:41.857,604] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.823] [00:16:41.857,635] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.825] [00:16:41.857,666] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.825] [00:16:41.857,727] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.825] [00:16:41.857,757] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.827] [00:16:41.857,788] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.827] [00:16:41.857,818] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.828] [00:16:41.857,849] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.828] [00:16:41.857,879] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.833] --- 69 messages dropped ---
    [2023-08-25 17:09:22.833] [00:16:41.880,676] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.838] [00:16:41.880,706] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.841] --- 4 messages dropped ---
    [2023-08-25 17:09:22.841] [00:16:41.880,828] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.841] --- 3 messages dropped ---
    [2023-08-25 17:09:22.841] [00:16:41.880,920] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.841] [00:16:41.880,981] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.843] [00:16:41.881,011] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.843] [00:16:41.881,042] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.845] [00:16:41.881,072] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.845] [00:16:41.881,103] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.846] [00:16:41.881,164] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.846] [00:16:41.881,164] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.848] [00:16:41.881,195] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.851] [00:16:41.881,195] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.851] [00:16:41.881,225] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.855] [00:16:41.881,256] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.855] [00:16:41.881,347] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.857] [00:16:41.881,378] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.857] [00:16:41.881,408] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.857] [00:16:41.881,439] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.860] --- 64 messages dropped ---
    [2023-08-25 17:09:22.860] [00:16:41.908,905] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.862] [00:16:41.908,935] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.864] --- 3 messages dropped ---
    [2023-08-25 17:09:22.864] [00:16:41.909,027] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.866] [00:16:41.909,057] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.868] [00:16:41.909,088] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.868] --- 1 messages dropped ---
    [2023-08-25 17:09:22.871] [00:16:41.909,118] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.871] [00:16:41.909,179] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.871] [00:16:41.909,210] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.874] [00:16:41.909,240] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.875] [00:16:41.909,271] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.875] [00:16:41.909,301] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.877] [00:16:41.909,332] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.877] [00:16:41.909,393] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.879] [00:16:41.909,423] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.879] [00:16:41.909,423] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.881] [00:16:41.909,454] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.881] [00:16:41.909,484] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.883] [00:16:41.909,484] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.885] [00:16:41.909,576] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.885] [00:16:41.909,606] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.889] --- 66 messages dropped ---
    [2023-08-25 17:09:22.889] [00:16:41.937,133] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.891] [00:16:41.937,164] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.893] --- 2 messages dropped ---
    [2023-08-25 17:09:22.893] [00:16:41.937,255] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.896] [00:16:41.937,255] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.896] --- 3 messages dropped ---
    [2023-08-25 17:09:22.897] [00:16:41.937,377] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.897] [00:16:41.937,408] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.901] [00:16:41.937,438] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.901] [00:16:41.937,469] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.903] [00:16:41.937,530] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.903] [00:16:41.937,530] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.907] [00:16:41.937,561] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.907] [00:16:41.937,622] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.907] [00:16:41.937,622] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.909] [00:16:41.937,652] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.909] [00:16:41.937,683] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.909] [00:16:41.937,713] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.912] [00:16:41.937,713] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.914] --- 68 messages dropped ---
    [2023-08-25 17:09:22.916] [00:16:41.962,371] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.916] [00:16:41.962,402] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.918] --- 2 messages dropped ---
    [2023-08-25 17:09:22.920] [00:16:41.962,493] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.920] --- 3 messages dropped ---
    [2023-08-25 17:09:22.922] [00:16:41.962,585] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.922] [00:16:41.962,615] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.924] [00:16:41.962,646] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.924] [00:16:41.962,677] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.926] [00:16:41.962,738] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.926] [00:16:41.962,768] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.928] [00:16:41.962,799] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.928] [00:16:41.962,799] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.930] [00:16:41.962,860] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.932] [00:16:41.962,890] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.932] [00:16:41.962,890] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.934] [00:16:41.962,921] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.934] [00:16:41.962,951] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.937] [00:16:41.962,951] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.937] [00:16:41.963,043] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.940] --- 67 messages dropped ---
    [2023-08-25 17:09:22.940] [00:16:41.988,647] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.945] [00:16:41.988,677] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:22.947] --- 2 messages dropped ---
    [2023-08-25 17:09:22.947] [00:16:41.988,739] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.947] --- 3 messages dropped ---
    [2023-08-25 17:09:22.947] [00:16:41.988,830] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.947] [00:16:41.988,861] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.949] [00:16:41.988,891] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.949] [00:16:41.988,922] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.951] [00:16:41.988,983] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.954] [00:16:41.989,013] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.954] [00:16:41.989,044] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.956] [00:16:41.989,074] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.958] [00:16:41.989,105] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.958] [00:16:41.989,135] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.958] [00:16:41.989,166] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.960] [00:16:41.989,166] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.960] [00:16:41.989,196] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.962] [00:16:41.989,227] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.964] [00:16:41.989,318] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.964] [00:16:41.989,349] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.966] [00:16:41.989,379] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.966] [00:16:41.989,410] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.968] [00:16:41.989,440] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:22.971] --- 66 messages dropped ---
    [2023-08-25 17:09:22.973] [00:16:42.018,951] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.973] [00:16:42.018,981] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.975] --- 2 messages dropped ---
    [2023-08-25 17:09:22.975] [00:16:42.019,042] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:22.977] [00:16:42.019,073] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:22.977] [00:16:42.019,104] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.979] [00:16:42.019,134] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.979] [00:16:42.019,165] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:22.982] [00:16:42.019,195] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:22.982] [00:16:42.019,226] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:22.984] [00:16:42.019,256] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:22.986] [00:16:42.019,287] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:22.986] [00:16:42.019,348] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:22.988] [00:16:42.019,409] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:22.988] [00:16:42.019,439] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:22.990] [00:16:42.019,470] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:22.990] [00:16:42.019,470] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:22.992] [00:16:42.019,500] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:22.992] [00:16:42.019,592] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:22.994] [00:16:42.019,622] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:22.996] [00:16:42.019,653] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:22.998] --- 68 messages dropped ---
    [2023-08-25 17:09:22.999] [00:16:42.047,119] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.001] [00:16:42.047,149] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.003] --- 3 messages dropped ---
    [2023-08-25 17:09:23.003] [00:16:42.047,271] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.005] [00:16:42.047,271] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.005] [00:16:42.047,302] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.008] [00:16:42.047,332] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.008] [00:16:42.047,363] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.010] [00:16:42.047,393] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.010] [00:16:42.047,424] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.013] [00:16:42.047,454] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.013] [00:16:42.047,515] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.015] [00:16:42.047,515] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.015] [00:16:42.047,576] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.017] [00:16:42.047,607] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.019] [00:16:42.047,637] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.019] [00:16:42.047,637] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.019] [00:16:42.047,668] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.023] --- 70 messages dropped ---
    [2023-08-25 17:09:23.023] [00:16:42.071,563] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.026] [00:16:42.071,594] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.027] --- 4 messages dropped ---
    [2023-08-25 17:09:23.027] [00:16:42.071,716] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.030] [00:16:42.071,716] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.031] [00:16:42.071,746] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.031] [00:16:42.071,807] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.033] [00:16:42.071,838] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.035] [00:16:42.071,868] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.035] [00:16:42.071,899] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.037] [00:16:42.071,929] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.040] [00:16:42.071,960] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.040] [00:16:42.071,990] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.042] [00:16:42.072,052] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.042] [00:16:42.072,052] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.042] [00:16:42.072,082] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.044] [00:16:42.072,082] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.048] --- 70 messages dropped ---
    [2023-08-25 17:09:23.048] [00:16:42.094,909] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.052] [00:16:42.094,940] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.052] --- 3 messages dropped ---
    [2023-08-25 17:09:23.054] [00:16:42.095,031] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.054] [00:16:42.095,062] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.054] [00:16:42.095,092] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.054] [00:16:42.095,123] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.057] [00:16:42.095,184] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.057] [00:16:42.095,214] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.059] [00:16:42.095,245] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.059] [00:16:42.095,275] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.061] [00:16:42.095,306] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.061] [00:16:42.095,336] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.063] [00:16:42.095,367] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.063] [00:16:42.095,367] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.065] [00:16:42.095,397] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.067] [00:16:42.095,428] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.067] [00:16:42.095,520] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.068] [00:16:42.095,550] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.068] [00:16:42.095,581] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.072] [00:16:42.095,611] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.074] [00:16:42.095,642] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:23.076] --- 66 messages dropped ---
    [2023-08-25 17:09:23.076] [00:16:42.124,114] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.078] [00:16:42.124,145] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.080] --- 2 messages dropped ---
    [2023-08-25 17:09:23.080] [00:16:42.124,206] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.080] [00:16:42.124,237] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.083] [00:16:42.124,267] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.087] [00:16:42.124,298] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.087] [00:16:42.124,328] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.087] [00:16:42.124,359] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.089] [00:16:42.124,420] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.089] [00:16:42.124,420] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.089] [00:16:42.124,450] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.091] [00:16:42.124,511] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.091] [00:16:42.124,542] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.094] [00:16:42.124,542] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.094] [00:16:42.124,572] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.094] [00:16:42.124,603] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.096] [00:16:42.124,633] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.098] [00:16:42.124,725] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.098] [00:16:42.124,725] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.101] [00:16:42.124,755] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.101] [00:16:42.124,786] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.105] --- 67 messages dropped ---
    [2023-08-25 17:09:23.107] [00:16:42.152,252] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.107] [00:16:42.152,282] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.110] --- 4 messages dropped ---
    [2023-08-25 17:09:23.110] [00:16:42.152,404] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.112] [00:16:42.152,435] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.112] [00:16:42.152,465] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.115] [00:16:42.152,496] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.115] [00:16:42.152,526] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.115] [00:16:42.152,557] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.117] [00:16:42.152,587] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.117] [00:16:42.152,618] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.120] [00:16:42.152,648] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.120] [00:16:42.152,679] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.123] [00:16:42.152,709] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.123] [00:16:42.152,740] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.125] [00:16:42.152,770] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.125] [00:16:42.152,801] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.125] [00:16:42.152,801] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.128] [00:16:42.152,832] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.130] [00:16:42.152,923] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.130] [00:16:42.152,954] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.133] --- 66 messages dropped ---
    [2023-08-25 17:09:23.136] [00:16:42.181,488] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.136] [00:16:42.181,518] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:23.139] --- 4 messages dropped ---
    [2023-08-25 17:09:23.139] [00:16:42.181,640] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.139] [00:16:42.181,671] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:23.142] [00:16:42.181,701] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:23.142] [00:16:42.181,732] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.142] [00:16:42.181,762] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.145] [00:16:42.181,793] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.145] [00:16:42.181,823] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:23.148] [00:16:42.181,884] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:23.148] [00:16:42.181,884] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:23.148] [00:16:42.181,945] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:23.150] [00:16:42.181,976] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:23.150] [00:16:42.182,006] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:23.153] [00:16:42.182,006] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:23.153] [00:16:42.182,037] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:23.156] [00:16:42.182,037] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:23.156] [00:16:42.182,098] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:23.158] [00:16:42.182,159] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:23.158] [00:16:42.182,189] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:23.160] [00:16:42.182,220] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:23.160] [00:16:42.182,250] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:23.160] [00:16:42.182,312] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:23.162] [00:16:42.185,913] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 8
    [2023-08-25 17:09:23.165] [00:16:42.185,943] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.165] [00:16:42.185,974] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x12
    [2023-08-25 17:09:23.165] [00:16:42.201,263] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.167] [00:16:42.201,293] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.167] [00:16:42.201,293] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.201] [00:16:42.227,172] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.203] [00:16:42.227,203] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.203] [00:16:42.227,203] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.205] [00:16:42.230,010] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.205] [00:16:42.230,041] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.207] [00:16:42.230,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.207] [00:16:42.232,086] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.209] [00:16:42.232,116] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.211] [00:16:42.232,116] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.211] [00:16:42.250,732] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.213] [00:16:42.250,732] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.213] [00:16:42.250,762] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.215] [00:16:42.257,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.215] [00:16:42.257,751] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.216] [00:16:42.257,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.216] [00:16:42.258,758] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.219] [00:16:42.258,789] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.219] [00:16:42.258,789] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.221] [00:16:42.261,596] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:23.221] [00:16:42.261,627] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.224] [00:16:42.261,627] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.259] [00:16:42.278,320] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.260] [00:16:42.278,350] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.260] [00:16:42.278,350] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.263] [00:16:42.281,280] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.264] [00:16:42.281,280] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.264] [00:16:42.281,311] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.264] [00:16:42.299,041] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:23.266] [00:16:42.299,041] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.268] [00:16:42.299,072] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.268] [00:16:42.308,776] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.269] [00:16:42.308,776] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.269] [00:16:42.308,807] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.367] [00:16:42.331,268] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.369] [00:16:42.331,298] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.369] [00:16:42.331,298] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.371] [00:16:42.361,267] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.372] [00:16:42.361,297] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.372] [00:16:42.361,297] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.375] [00:16:42.386,962] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.375] [00:16:42.386,962] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.377] [00:16:42.386,993] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.377] [00:16:42.416,961] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.379] [00:16:42.416,992] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.379] [00:16:42.416,992] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.468] [00:16:42.444,458] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.471] [00:16:42.444,488] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.473] [00:16:42.444,488] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.473] [00:16:42.466,949] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.475] [00:16:42.466,979] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.475] [00:16:42.466,979] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.477] [00:16:42.494,476] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.478] [00:16:42.494,476] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.478] [00:16:42.494,506] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.478] [00:16:42.519,470] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.480] [00:16:42.519,470] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.482] [00:16:42.519,500] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.542] [00:16:42.541,961] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.544] [00:16:42.541,992] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.546] [00:16:42.541,992] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.546] [00:16:42.554,534] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:23.548] [00:16:42.554,534] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.550] [00:16:42.554,565] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.550] [00:16:42.569,458] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.551] [00:16:42.569,488] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.551] [00:16:42.569,488] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.553] [00:16:42.593,200] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.553] [00:16:42.593,231] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.556] [00:16:42.593,261] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.687] [00:16:42.621,978] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.689] [00:16:42.621,978] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.691] [00:16:42.622,009] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.691] [00:16:42.645,721] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.693] [00:16:42.645,721] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.693] [00:16:42.645,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.695] [00:16:42.671,966] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:23.695] [00:16:42.671,966] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.697] [00:16:42.671,997] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:23.697] [00:16:42.737,060] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:23.697] [00:16:42.737,091] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:23.699] [00:16:42.737,121] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.203] [00:16:43.020,416] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:24.204] [00:16:43.020,446] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.204] [00:16:43.020,446] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.206] [00:16:43.230,010] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.206] [00:16:43.230,010] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.208] [00:16:43.230,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.210] [00:16:43.236,419] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.210] [00:16:43.236,419] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.212] [00:16:43.236,450] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.212] [00:16:43.252,593] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.214] [00:16:43.252,593] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.214] [00:16:43.252,624] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.216] [00:16:43.258,026] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.218] [00:16:43.258,026] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.218] [00:16:43.258,056] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.219] [00:16:43.264,373] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.219] [00:16:43.264,373] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.221] [00:16:43.264,404] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.223] [00:16:43.271,545] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:24.223] [00:16:43.271,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.223] [00:16:43.271,575] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.225] [00:16:43.274,200] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.227] [00:16:43.274,200] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.227] [00:16:43.274,230] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.542] [00:16:43.296,783] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:24.544] [00:16:43.296,783] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.544] [00:16:43.296,813] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.546] [00:16:43.297,973] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:24.547] [00:16:43.298,004] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.547] [00:16:43.298,004] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.549] [00:16:43.578,674] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:24.549] [00:16:43.578,674] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.551] [00:16:43.578,704] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:24.551] [00:16:43.591,979] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:24.553] [00:16:43.592,010] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:24.553] [00:16:43.592,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.184] [00:16:43.740,478] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:25.185] [00:16:43.740,509] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.187] [00:16:43.740,509] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.187] [00:16:43.851,837] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:25.189] [00:16:43.851,867] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.191] [00:16:43.851,867] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.191] [00:16:44.128,143] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:25.193] [00:16:44.128,143] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.193] [00:16:44.128,173] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.194] [00:16:44.234,252] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:25.194] [00:16:44.234,252] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.196] [00:16:44.234,283] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.583] [00:16:44.260,864] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:25.585] [00:16:44.260,864] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.585] [00:16:44.260,894] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.587] [00:16:44.282,989] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:25.587] [00:16:44.283,020] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.590] [00:16:44.283,020] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.590] [00:16:44.403,808] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:25.592] [00:16:44.403,839] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.592] [00:16:44.403,839] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:25.592] [00:16:44.632,568] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:25.594] [00:16:44.632,598] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:25.594] [00:16:44.632,598] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.208] [00:16:44.679,504] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:26.210] [00:16:44.679,534] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.210] [00:16:44.679,534] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.211] [00:16:45.071,960] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.213] [00:16:45.071,960] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.213] [00:16:45.071,990] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.215] [00:16:45.241,058] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.215] [00:16:45.241,058] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.217] [00:16:45.241,088] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.217] [00:16:45.257,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.219] [00:16:45.257,720] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.219] [00:16:45.257,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.221] [00:16:45.261,688] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:26.223] [00:16:45.261,688] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.223] [00:16:45.261,718] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.615] [00:16:45.286,712] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:26.617] [00:16:45.286,743] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.620] [00:16:45.286,743] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.620] [00:16:45.445,190] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:26.622] [00:16:45.445,220] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.622] [00:16:45.445,220] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.627] [00:16:45.503,417] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:26.627] [00:16:45.503,448] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.629] [00:16:45.503,448] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:26.629] [00:16:45.666,290] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:26.629] [00:16:45.666,290] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:26.629] [00:16:45.666,320] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.182] [00:16:45.744,232] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:27.185] [00:16:45.744,384] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.186] [00:16:45.744,384] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.186] [00:16:45.773,468] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.186] [00:16:45.773,468] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.188] [00:16:45.773,498] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.188] [00:16:46.231,628] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.191] [00:16:46.231,658] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.191] [00:16:46.231,658] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.193] [00:16:46.232,177] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.193] [00:16:46.232,177] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.196] [00:16:46.232,208] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.244] [00:16:46.253,784] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.245] [00:16:46.253,784] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.245] [00:16:46.253,814] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.247] [00:16:46.256,408] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.247] [00:16:46.256,439] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.249] [00:16:46.256,439] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.249] [00:16:46.268,310] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:27.251] [00:16:46.268,310] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.251] [00:16:46.268,341] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.255] [00:16:46.292,907] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:27.255] [00:16:46.292,938] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.255] [00:16:46.292,938] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.871] [00:16:46.528,900] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.873] [00:16:46.528,930] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.876] [00:16:46.528,930] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.876] [00:16:46.633,483] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.876] [00:16:46.633,483] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.878] [00:16:46.633,514] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.878] [00:16:46.697,540] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:27.880] [00:16:46.697,540] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.880] [00:16:46.697,570] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:27.882] [00:16:46.920,898] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:27.882] [00:16:46.920,898] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:27.882] [00:16:46.920,928] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.206] [00:16:47.230,621] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.208] [00:16:47.230,651] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.208] [00:16:47.230,651] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.210] [00:16:47.233,001] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.210] [00:16:47.233,032] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.212] [00:16:47.233,032] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.212] [00:16:47.252,227] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.214] [00:16:47.252,227] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.214] [00:16:47.252,258] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.216] [00:16:47.255,462] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:28.216] [00:16:47.255,493] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.218] [00:16:47.255,523] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.694] [00:16:47.298,095] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:28.696] [00:16:47.298,126] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.696] [00:16:47.298,156] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.698] [00:16:47.469,757] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:28.699] [00:16:47.469,757] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.699] [00:16:47.469,787] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.701] [00:16:47.736,236] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:28.701] [00:16:47.736,267] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.703] [00:16:47.736,267] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.704] [00:16:47.743,591] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:28.704] [00:16:47.743,621] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.706] [00:16:47.743,621] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:28.706] [00:16:47.748,535] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:28.708] [00:16:47.748,565] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:28.708] [00:16:47.748,565] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.207] [00:16:48.019,592] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:29.208] [00:16:48.019,622] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.210] [00:16:48.019,622] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.212] [00:16:48.230,468] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.212] [00:16:48.230,499] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.212] [00:16:48.230,499] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.214] [00:16:48.232,330] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.216] [00:16:48.232,360] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.216] [00:16:48.232,360] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.218] [00:16:48.257,080] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.218] [00:16:48.257,110] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.220] [00:16:48.257,110] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.220] [00:16:48.258,972] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:29.221] [00:16:48.258,972] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.221] [00:16:48.259,002] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.726] [00:16:48.298,675] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:29.729] [00:16:48.298,675] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.729] [00:16:48.298,706] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.730] [00:16:48.306,823] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:29.730] [00:16:48.306,823] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.733] [00:16:48.306,854] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.733] [00:16:48.577,453] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:29.735] [00:16:48.577,484] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.735] [00:16:48.577,484] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:29.737] [00:16:48.776,214] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:29.737] [00:16:48.776,214] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:29.738] [00:16:48.776,245] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.185] [00:16:48.848,144] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.186] [00:16:48.848,175] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.188] [00:16:48.848,175] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.188] [00:16:49.121,337] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.190] [00:16:49.121,337] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.190] [00:16:49.121,368] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.193] [00:16:49.233,825] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.193] [00:16:49.233,825] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.196] [00:16:49.233,856] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.196] [00:16:49.235,198] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.198] [00:16:49.235,198] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.198] [00:16:49.235,229] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.263] [00:16:49.257,354] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.265] [00:16:49.257,385] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.267] [00:16:49.257,415] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.269] [00:16:49.260,986] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.269] [00:16:49.260,986] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.271] [00:16:49.261,016] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.271] [00:16:49.273,468] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:30.273] [00:16:49.273,498] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.273] [00:16:49.273,498] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.276] [00:16:49.314,270] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:30.276] [00:16:49.314,270] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.277] [00:16:49.314,300] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.763] [00:16:49.398,895] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.764] [00:16:49.398,895] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.766] [00:16:49.398,925] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.766] [00:16:49.670,166] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:30.768] [00:16:49.670,196] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.768] [00:16:49.670,196] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.770] [00:16:49.746,429] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:30.771] [00:16:49.746,429] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.771] [00:16:49.746,459] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:30.773] [00:16:49.813,049] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:30.775] [00:16:49.813,049] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:30.775] [00:16:49.813,079] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.180] [00:16:49.942,108] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.181] [00:16:49.942,138] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.183] [00:16:49.942,138] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.183] [00:16:50.066,192] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.185] [00:16:50.066,223] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.186] [00:16:50.066,223] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.186] [00:16:50.076,049] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.188] [00:16:50.076,049] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.188] [00:16:50.076,080] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.189] [00:16:50.230,010] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.193] [00:16:50.230,041] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.193] [00:16:50.230,041] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.195] [00:16:50.234,619] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.195] [00:16:50.234,619] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.195] [00:16:50.234,649] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.198] [00:16:50.238,250] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.198] [00:16:50.238,250] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.200] [00:16:50.238,281] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.680] [00:16:50.260,833] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:31.680] [00:16:50.260,833] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.681] [00:16:50.260,864] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.683] [00:16:50.319,213] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:31.683] [00:16:50.319,213] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.686] [00:16:50.319,244] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.686] [00:16:50.502,410] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:31.688] [00:16:50.502,410] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.688] [00:16:50.502,441] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:31.688] [00:16:50.728,332] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:31.690] [00:16:50.728,332] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:31.690] [00:16:50.728,363] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.186] [00:16:50.844,238] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:32.187] [00:16:50.844,268] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.187] [00:16:50.844,299] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.189] [00:16:51.058,776] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.191] [00:16:51.058,807] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.191] [00:16:51.058,807] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.194] [00:16:51.235,107] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.194] [00:16:51.235,137] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.197] [00:16:51.235,137] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.197] [00:16:51.235,870] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.199] [00:16:51.235,870] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.199] [00:16:51.235,900] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.274] [00:16:51.255,798] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.276] [00:16:51.255,828] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.276] [00:16:51.255,859] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.279] [00:16:51.257,720] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.280] [00:16:51.257,720] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.280] [00:16:51.257,751] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.280] [00:16:51.302,062] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:32.282] [00:16:51.302,093] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.282] [00:16:51.302,093] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.284] [00:16:51.323,669] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:32.286] [00:16:51.323,699] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.286] [00:16:51.323,699] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.287] [00:16:51.327,575] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.287] [00:16:51.327,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.289] [00:16:51.327,606] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.835] [00:16:51.604,522] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.836] [00:16:51.604,522] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.838] [00:16:51.604,553] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.838] [00:16:51.755,187] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:32.841] [00:16:51.755,187] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.841] [00:16:51.755,218] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.843] [00:16:51.878,570] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:32.843] [00:16:51.878,601] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.845] [00:16:51.878,601] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:32.845] [00:16:51.885,192] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:32.846] [00:16:51.885,223] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:32.846] [00:16:51.885,253] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.198] [00:16:52.156,494] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.201] [00:16:52.156,524] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.201] [00:16:52.156,555] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.203] [00:16:52.226,165] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.203] [00:16:52.226,196] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.205] [00:16:52.226,196] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.205] [00:16:52.232,482] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.207] [00:16:52.232,482] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.207] [00:16:52.232,513] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.208] [00:16:52.247,772] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.208] [00:16:52.247,802] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.211] [00:16:52.247,802] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.211] [00:16:52.254,089] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.216] [00:16:52.254,089] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.216] [00:16:52.254,119] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.383] [00:16:52.273,406] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.386] [00:16:52.273,437] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.388] [00:16:52.273,437] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.388] [00:16:52.281,494] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:33.388] [00:16:52.281,494] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.389] [00:16:52.281,524] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.389] [00:16:52.331,115] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:33.392] [00:16:52.331,146] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.392] [00:16:52.331,146] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.394] [00:16:52.434,051] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.397] [00:16:52.434,051] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.397] [00:16:52.434,082] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.941] [00:16:52.714,721] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.944] [00:16:52.714,752] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.944] [00:16:52.714,752] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.946] [00:16:52.738,311] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:33.946] [00:16:52.738,342] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.946] [00:16:52.738,342] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.951] [00:16:52.916,046] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:33.951] [00:16:52.916,076] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.952] [00:16:52.916,076] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:33.952] [00:16:52.990,386] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:33.952] [00:16:52.990,417] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:33.952] [00:16:52.990,447] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.211] [00:16:53.228,027] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.213] [00:16:53.228,057] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.213] [00:16:53.228,057] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.216] [00:16:53.236,785] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.216] [00:16:53.236,816] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.216] [00:16:53.236,816] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.218] [00:16:53.250,610] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.218] [00:16:53.250,610] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.220] [00:16:53.250,640] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.220] [00:16:53.260,437] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:34.222] [00:16:53.260,437] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.222] [00:16:53.260,467] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.224] [00:16:53.264,556] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.226] [00:16:53.264,556] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.226] [00:16:53.264,587] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.228] [00:16:53.275,268] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.228] [00:16:53.275,268] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.231] [00:16:53.275,299] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.781] [00:16:53.295,989] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:34.782] [00:16:53.295,989] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.784] [00:16:53.296,020] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.784] [00:16:53.332,336] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:34.786] [00:16:53.332,336] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.786] [00:16:53.332,336] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.788] [00:16:53.759,277] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:34.788] [00:16:53.759,277] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.790] [00:16:53.759,307] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:34.790] [00:16:53.830,780] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:34.792] [00:16:53.830,810] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:34.792] [00:16:53.830,841] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.186] [00:16:53.947,265] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:35.186] [00:16:53.947,296] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.188] [00:16:53.947,296] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.188] [00:16:54.099,578] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:35.191] [00:16:54.099,578] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.191] [00:16:54.099,609] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.191] [00:16:54.228,912] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:35.194] [00:16:54.228,912] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.194] [00:16:54.228,942] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.198] [00:16:54.234,252] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:35.198] [00:16:54.234,283] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.198] [00:16:54.234,313] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.604] [00:16:54.284,057] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:35.606] [00:16:54.284,088] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.608] [00:16:54.284,118] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.608] [00:16:54.337,524] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:35.610] [00:16:54.337,554] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.610] [00:16:54.337,554] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.612] [00:16:54.375,244] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:35.612] [00:16:54.375,274] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.619] [00:16:54.375,274] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:35.619] [00:16:54.654,693] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:35.621] [00:16:54.654,693] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:35.621] [00:16:54.654,724] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.182] [00:16:54.978,515] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:36.183] [00:16:54.978,515] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.183] [00:16:54.978,546] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.185] [00:16:55.077,575] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.185] [00:16:55.077,575] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.187] [00:16:55.077,606] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.189] [00:16:55.198,516] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:36.189] [00:16:55.198,547] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.191] [00:16:55.198,547] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.191] [00:16:55.231,231] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.194] [00:16:55.231,231] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.194] [00:16:55.231,262] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.196] [00:16:55.235,015] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.196] [00:16:55.235,046] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.198] [00:16:55.235,046] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.289] [00:16:55.255,889] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.290] [00:16:55.255,920] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.290] [00:16:55.255,920] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.292] [00:16:55.257,598] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.295] [00:16:55.257,629] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.295] [00:16:55.257,629] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.297] [00:16:55.287,292] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:36.297] [00:16:55.287,292] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.297] [00:16:55.287,322] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.303] [00:16:55.338,745] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:36.303] [00:16:55.338,745] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.305] [00:16:55.338,775] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.975] [00:16:55.757,415] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:36.977] [00:16:55.757,415] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.979] [00:16:55.757,446] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.981] [00:16:55.759,277] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:36.981] [00:16:55.759,277] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.983] [00:16:55.759,307] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.983] [00:16:56.015,960] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:36.986] [00:16:56.015,991] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.986] [00:16:56.015,991] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:36.988] [00:16:56.026,184] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:36.988] [00:16:56.026,214] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:36.988] [00:16:56.026,245] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.206] [00:16:56.229,187] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.207] [00:16:56.229,217] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.210] [00:16:56.229,217] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.210] [00:16:56.235,076] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.212] [00:16:56.235,076] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.212] [00:16:56.235,107] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.213] [00:16:56.237,487] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.217] [00:16:56.237,518] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.217] [00:16:56.237,518] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.219] [00:16:56.255,889] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.219] [00:16:56.255,889] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.219] [00:16:56.255,920] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.219] [00:16:56.260,192] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:37.221] [00:16:56.260,223] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.221] [00:16:56.260,223] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.789] [00:16:56.344,940] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:37.791] [00:16:56.344,940] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.792] [00:16:56.344,970] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.792] [00:16:56.567,565] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:37.794] [00:16:56.567,596] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.794] [00:16:56.567,596] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.796] [00:16:56.589,569] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:37.798] [00:16:56.589,569] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.798] [00:16:56.589,599] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:37.799] [00:16:56.838,867] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:37.800] [00:16:56.838,867] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:37.803] [00:16:56.838,897] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.181] [00:16:57.055,938] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:38.184] [00:16:57.055,969] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.185] [00:16:57.055,969] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.185] [00:16:57.126,007] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:38.187] [00:16:57.126,007] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.187] [00:16:57.126,037] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.189] [00:16:57.228,088] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.191] [00:16:57.228,118] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.191] [00:16:57.228,118] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.193] [00:16:57.232,055] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.193] [00:16:57.232,055] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.195] [00:16:57.232,086] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.195] [00:16:57.234,832] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.197] [00:16:57.234,863] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.197] [00:16:57.234,863] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.247] [00:16:57.251,647] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.248] [00:16:57.251,678] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.250] [00:16:57.251,708] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.250] [00:16:57.256,439] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.253] [00:16:57.256,469] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.253] [00:16:57.256,469] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.255] [00:16:57.258,666] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.255] [00:16:57.258,666] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.257] [00:16:57.258,697] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.257] [00:16:57.296,813] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:38.260] [00:16:57.296,844] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.260] [00:16:57.296,875] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.714] [00:16:57.349,884] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:38.715] [00:16:57.349,914] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.717] [00:16:57.349,914] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.717] [00:16:57.399,169] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:38.719] [00:16:57.399,200] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.719] [00:16:57.399,230] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.721] [00:16:57.676,727] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:38.721] [00:16:57.676,727] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.723] [00:16:57.676,757] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:38.725] [00:16:57.763,641] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:38.725] [00:16:57.763,641] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:38.726] [00:16:57.763,671] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.187] [00:16:57.951,782] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:39.190] [00:16:57.951,782] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.190] [00:16:57.951,812] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.191] [00:16:58.089,019] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:39.191] [00:16:58.089,019] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.193] [00:16:58.089,050] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.193] [00:16:58.226,196] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:39.195] [00:16:58.226,226] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.195] [00:16:58.226,226] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.197] [00:16:58.236,236] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.197] [00:16:58.236,267] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.199] [00:16:58.236,267] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.304] [00:16:58.259,796] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.306] [00:16:58.259,826] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.308] [00:16:58.259,826] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.308] [00:16:58.262,817] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.310] [00:16:58.262,847] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.310] [00:16:58.262,847] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.311] [00:16:58.291,229] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:39.311] [00:16:58.291,229] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.313] [00:16:58.291,259] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:39.315] [00:16:58.353,851] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:39.315] [00:16:58.353,851] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:39.315] [00:16:58.353,881] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.185] [00:16:58.506,896] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:40.188] [00:16:58.506,927] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.188] [00:16:58.506,927] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.190] [00:16:58.781,921] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:40.190] [00:16:58.781,951] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.193] [00:16:58.781,951] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.193] [00:16:59.121,490] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:40.195] [00:16:59.121,490] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.195] [00:16:59.121,520] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.195] [00:16:59.235,168] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.197] [00:16:59.235,198] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.197] [00:16:59.235,198] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.200] [00:16:59.236,236] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.200] [00:16:59.236,267] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.203] [00:16:59.236,267] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.309] [00:16:59.256,774] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.311] [00:16:59.256,805] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.311] [00:16:59.256,805] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.313] [00:16:59.259,094] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:40.313] [00:16:59.259,124] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.313] [00:16:59.259,124] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.315] [00:16:59.333,312] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:40.317] [00:16:59.333,312] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.317] [00:16:59.333,343] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:40.321] [00:16:59.358,795] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:40.321] [00:16:59.358,795] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:40.321] [00:16:59.358,825] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.109] [00:16:59.604,583] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.110] [00:16:59.604,614] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.110] [00:16:59.604,614] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.112] [00:16:59.764,892] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:41.113] [00:16:59.764,892] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.113] [00:16:59.764,923] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.115] [00:17:00.157,073] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:41.117] [00:17:00.157,073] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.117] [00:17:00.157,104] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.119] [00:17:00.158,447] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.119] [00:17:00.158,477] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.124] [00:17:00.158,508] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.700] [00:17:00.363,739] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:41.701] [00:17:00.363,769] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.701] [00:17:00.363,800] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.703] [00:17:00.437,255] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.705] [00:17:00.437,255] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.705] [00:17:00.437,286] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.707] [00:17:00.720,245] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:41.707] [00:17:00.720,245] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.707] [00:17:00.720,275] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:41.709] [00:17:00.749,542] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:41.712] [00:17:00.749,542] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:41.712] [00:17:00.749,572] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.184] [00:17:00.994,689] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.185] [00:17:00.994,689] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.185] [00:17:00.994,720] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.188] [00:17:01.195,770] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:42.189] [00:17:01.195,800] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.189] [00:17:01.195,800] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.191] [00:17:01.232,574] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.191] [00:17:01.232,574] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.193] [00:17:01.232,604] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.193] [00:17:01.233,489] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.195] [00:17:01.233,520] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.195] [00:17:01.233,551] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.243] [00:17:01.254,180] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.245] [00:17:01.254,180] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.247] [00:17:01.254,211] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.247] [00:17:01.259,124] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.249] [00:17:01.259,155] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.249] [00:17:01.259,155] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.250] [00:17:01.274,108] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.250] [00:17:01.274,139] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.252] [00:17:01.274,139] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.257] [00:17:01.292,755] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:42.257] [00:17:01.292,785] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.257] [00:17:01.292,785] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.770] [00:17:01.369,445] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:42.772] [00:17:01.369,476] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.774] [00:17:01.369,476] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.774] [00:17:01.547,912] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.776] [00:17:01.547,912] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.776] [00:17:01.547,943] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.778] [00:17:01.773,956] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:42.778] [00:17:01.773,986] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.780] [00:17:01.773,986] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:42.780] [00:17:01.819,854] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:42.781] [00:17:01.819,854] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:42.781] [00:17:01.819,885] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.210] [00:17:02.100,524] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:43.211] [00:17:02.100,555] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.214] [00:17:02.100,555] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.214] [00:17:02.217,163] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:43.216] [00:17:02.217,163] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.216] [00:17:02.217,193] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.217] [00:17:02.228,240] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:43.218] [00:17:02.228,271] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.219] [00:17:02.228,271] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.219] [00:17:02.259,735] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:43.221] [00:17:02.259,765] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.221] [00:17:02.259,796] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.324] [00:17:02.272,491] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:43.326] [00:17:02.272,521] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.326] [00:17:02.272,521] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.328] [00:17:02.299,133] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:43.329] [00:17:02.299,163] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.329] [00:17:02.299,163] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.332] [00:17:02.370,635] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:43.334] [00:17:02.370,666] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.334] [00:17:02.370,666] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:43.335] [00:17:02.374,328] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:43.335] [00:17:02.374,328] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:43.339] [00:17:02.374,359] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.149] [00:17:02.647,491] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.151] [00:17:02.647,521] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.151] [00:17:02.647,552] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.152] [00:17:02.757,049] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:44.158] [00:17:02.757,049] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.158] [00:17:02.757,049] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.160] [00:17:02.920,684] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.160] [00:17:02.920,684] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.160] [00:17:02.920,715] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.160] [00:17:03.198,211] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.160] [00:17:03.198,242] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.160] [00:17:03.198,272] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.207] [00:17:03.225,067] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.209] [00:17:03.225,097] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.210] [00:17:03.225,097] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.210] [00:17:03.230,957] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.212] [00:17:03.230,957] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.212] [00:17:03.230,987] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.214] [00:17:03.251,678] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.214] [00:17:03.251,678] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.216] [00:17:03.251,708] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.216] [00:17:03.256,591] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.218] [00:17:03.256,591] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.219] [00:17:03.256,622] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.219] [00:17:03.264,495] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:44.222] [00:17:03.264,495] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.222] [00:17:03.264,526] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.429] [00:17:03.272,399] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.430] [00:17:03.272,430] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.430] [00:17:03.272,430] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.432] [00:17:03.295,989] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:44.434] [00:17:03.295,989] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.434] [00:17:03.296,020] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.434] [00:17:03.379,364] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:44.436] [00:17:03.379,364] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.440] [00:17:03.379,394] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:44.440] [00:17:03.477,661] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:44.441] [00:17:03.477,661] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:44.441] [00:17:03.477,691] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.176] [00:17:03.752,716] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:45.178] [00:17:03.752,746] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.181] [00:17:03.752,746] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.181] [00:17:03.783,050] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:45.183] [00:17:03.783,050] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.183] [00:17:03.783,081] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.185] [00:17:04.030,883] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:45.185] [00:17:04.030,914] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.187] [00:17:04.030,914] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.187] [00:17:04.226,928] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.189] [00:17:04.226,928] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.191] [00:17:04.226,959] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.191] [00:17:04.235,382] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.191] [00:17:04.235,382] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.193] [00:17:04.235,412] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.245] [00:17:04.252,563] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.247] [00:17:04.252,563] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.249] [00:17:04.252,593] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.251] [00:17:04.258,941] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.251] [00:17:04.258,941] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.253] [00:17:04.258,972] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.253] [00:17:04.277,221] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.255] [00:17:04.277,221] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.257] [00:17:04.277,252] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.257] [00:17:04.295,776] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.259] [00:17:04.295,776] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.259] [00:17:04.295,806] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.261] [00:17:04.299,438] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:45.261] [00:17:04.299,468] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.261] [00:17:04.299,468] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.263] [00:17:04.300,781] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:45.263] [00:17:04.300,811] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.265] [00:17:04.300,811] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:45.265] [00:17:04.302,825] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:45.267] [00:17:04.302,856] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:45.269] [00:17:04.302,856] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.043] [00:17:04.383,056] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:46.045] [00:17:04.383,087] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.045] [00:17:04.383,087] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.045] [00:17:04.576,599] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:46.045] [00:17:04.576,599] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.048] [00:17:04.576,629] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.048] [00:17:04.852,264] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:46.050] [00:17:04.852,294] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.050] [00:17:04.852,294] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.051] [00:17:05.091,217] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.054] [00:17:05.091,217] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.054] [00:17:05.091,247] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.217] [00:17:05.224,151] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.219] [00:17:05.224,182] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.219] [00:17:05.224,212] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.221] [00:17:05.231,994] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.227] [00:17:05.232,025] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.227] [00:17:05.232,025] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.229] [00:17:05.244,750] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.229] [00:17:05.244,781] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.229] [00:17:05.244,781] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.229] [00:17:05.267,333] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.229] [00:17:05.267,364] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.229] [00:17:05.267,395] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.351] [00:17:05.290,893] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:46.353] [00:17:05.290,924] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.353] [00:17:05.290,924] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.354] [00:17:05.338,775] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:46.356] [00:17:05.338,806] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.356] [00:17:05.338,806] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.358] [00:17:05.386,993] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:46.358] [00:17:05.387,023] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.360] [00:17:05.387,023] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:46.360] [00:17:05.400,512] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:46.362] [00:17:05.400,512] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:46.362] [00:17:05.400,543] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.174] [00:17:05.677,825] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:47.176] [00:17:05.677,825] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.177] [00:17:05.677,856] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.177] [00:17:05.786,804] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:47.180] [00:17:05.786,804] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.182] [00:17:05.786,834] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.182] [00:17:06.220,031] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:47.184] [00:17:06.220,062] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.184] [00:17:06.220,062] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.186] [00:17:06.223,937] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.187] [00:17:06.223,968] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.187] [00:17:06.223,968] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.189] [00:17:06.231,353] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.189] [00:17:06.231,353] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.190] [00:17:06.231,384] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.191] [00:17:06.232,269] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.195] [00:17:06.232,299] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.195] [00:17:06.232,299] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.337] [00:17:06.252,075] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.339] [00:17:06.252,105] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.340] [00:17:06.252,105] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.340] [00:17:06.259,857] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:47.342] [00:17:06.259,857] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.342] [00:17:06.259,887] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.345] [00:17:06.371,246] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:47.345] [00:17:06.371,246] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.346] [00:17:06.371,276] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:47.348] [00:17:06.386,962] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:47.348] [00:17:06.386,993] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:47.349] [00:17:06.386,993] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.178] [00:17:06.498,229] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.180] [00:17:06.498,229] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.180] [00:17:06.498,260] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.180] [00:17:06.770,141] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.182] [00:17:06.770,172] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.182] [00:17:06.770,172] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.184] [00:17:07.041,442] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.184] [00:17:07.041,473] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.186] [00:17:07.041,473] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.186] [00:17:07.226,135] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.188] [00:17:07.226,135] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.188] [00:17:07.226,165] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.189] [00:17:07.229,919] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.192] [00:17:07.229,919] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.192] [00:17:07.229,949] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.194] [00:17:07.232,421] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.194] [00:17:07.232,452] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.196] [00:17:07.232,452] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.279] [00:17:07.256,530] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.281] [00:17:07.256,561] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.283] [00:17:07.256,561] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.283] [00:17:07.259,155] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.285] [00:17:07.259,185] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.288] [00:17:07.259,185] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.288] [00:17:07.295,959] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:48.289] [00:17:07.295,959] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.289] [00:17:07.295,989] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.289] [00:17:07.329,803] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.291] [00:17:07.329,833] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.293] [00:17:07.329,864] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.740] [00:17:07.389,434] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:48.742] [00:17:07.389,434] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.744] [00:17:07.389,465] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.744] [00:17:07.407,470] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:48.746] [00:17:07.407,470] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.746] [00:17:07.407,501] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.747] [00:17:07.630,432] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:48.747] [00:17:07.630,462] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.750] [00:17:07.630,462] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:48.750] [00:17:07.789,916] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:48.751] [00:17:07.789,916] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:48.751] [00:17:07.789,947] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.206] [00:17:08.229,370] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:49.209] [00:17:08.229,400] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.211] [00:17:08.229,400] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.211] [00:17:08.233,093] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.214] [00:17:08.233,093] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.214] [00:17:08.233,123] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.216] [00:17:08.236,328] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.216] [00:17:08.236,358] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.216] [00:17:08.236,358] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.217] [00:17:08.256,958] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.221] [00:17:08.256,958] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.221] [00:17:08.256,988] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.222] [00:17:08.259,674] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:49.222] [00:17:08.259,704] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.222] [00:17:08.259,735] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.781] [00:17:08.393,371] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:49.782] [00:17:08.393,402] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.782] [00:17:08.393,402] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.784] [00:17:08.443,054] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:49.784] [00:17:08.443,054] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.786] [00:17:08.443,084] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.786] [00:17:08.530,426] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:49.789] [00:17:08.530,426] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.789] [00:17:08.530,456] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:49.791] [00:17:08.829,559] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:49.791] [00:17:08.829,559] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:49.793] [00:17:08.829,589] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.205] [00:17:09.127,319] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:50.207] [00:17:09.127,349] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.207] [00:17:09.127,349] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.208] [00:17:09.230,804] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:50.212] [00:17:09.230,804] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.212] [00:17:09.230,834] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.214] [00:17:09.253,906] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:50.214] [00:17:09.253,906] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.214] [00:17:09.253,936] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.214] [00:17:09.254,364] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:50.216] [00:17:09.254,364] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.216] [00:17:09.254,394] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.743] [00:17:09.399,566] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:50.745] [00:17:09.399,597] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.745] [00:17:09.399,627] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.747] [00:17:09.420,440] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:50.747] [00:17:09.420,471] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.748] [00:17:09.420,471] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.750] [00:17:09.476,745] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:50.750] [00:17:09.476,776] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.752] [00:17:09.476,776] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:50.752] [00:17:09.792,419] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:50.754] [00:17:09.792,419] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:50.754] [00:17:09.792,449] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.184] [00:17:09.972,747] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:51.185] [00:17:09.972,778] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.187] [00:17:09.972,778] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.187] [00:17:10.098,693] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.189] [00:17:10.098,693] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.189] [00:17:10.098,724] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.191] [00:17:10.231,719] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.192] [00:17:10.231,719] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.192] [00:17:10.231,750] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.194] [00:17:10.233,642] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.197] [00:17:10.233,642] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.197] [00:17:10.233,673] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.197] [00:17:10.241,760] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:51.199] [00:17:10.241,790] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.199] [00:17:10.241,790] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.251] [00:17:10.250,946] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:51.253] [00:17:10.250,946] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.255] [00:17:10.250,976] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.255] [00:17:10.252,349] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.257] [00:17:10.252,349] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.257] [00:17:10.252,380] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.259] [00:17:10.258,300] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.259] [00:17:10.258,300] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.262] [00:17:10.258,331] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.262] [00:17:10.301,757] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:51.264] [00:17:10.301,757] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.264] [00:17:10.301,788] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.756] [00:17:10.408,294] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:51.758] [00:17:10.408,294] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.758] [00:17:10.408,325] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.760] [00:17:10.513,000] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:51.763] [00:17:10.513,000] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.763] [00:17:10.513,031] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.765] [00:17:10.771,667] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:51.765] [00:17:10.771,697] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.765] [00:17:10.771,697] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:51.766] [00:17:10.805,419] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:51.766] [00:17:10.805,419] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:51.768] [00:17:10.805,450] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.202] [00:17:11.079,223] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.204] [00:17:11.079,254] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.206] [00:17:11.079,254] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.206] [00:17:11.231,109] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.208] [00:17:11.231,140] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.209] [00:17:11.231,140] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.209] [00:17:11.234,741] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.212] [00:17:11.234,741] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.212] [00:17:11.234,771] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.214] [00:17:11.252,716] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.214] [00:17:11.252,716] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.216] [00:17:11.252,746] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.216] [00:17:11.262,390] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:52.219] [00:17:11.262,390] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.219] [00:17:11.262,420] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.409] [00:17:11.359,893] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.410] [00:17:11.359,924] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.413] [00:17:11.359,954] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.413] [00:17:11.414,459] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 55
    [2023-08-25 17:09:52.415] [00:17:11.414,489] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.415] [00:17:11.414,520] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.415] [00:17:11.458,587] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:52.417] [00:17:11.458,618] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:52.418] [00:17:11.458,648] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:52.418] [00:17:11.458,679] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:52.421] [00:17:11.458,679] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:52.422] [00:17:11.458,709] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:52.422] [00:17:11.458,740] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:52.425] [00:17:11.458,740] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:52.426] [00:17:11.458,770] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:52.426] [00:17:11.458,831] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:52.428] [00:17:11.458,831] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:52.431] [00:17:11.458,862] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:52.431] [00:17:11.458,892] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:52.433] [00:17:11.458,923] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:52.859] [00:17:11.547,973] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:52.860] [00:17:11.547,973] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.860] [00:17:11.548,004] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.862] [00:17:11.631,195] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.862] [00:17:11.631,195] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.864] [00:17:11.631,225] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.864] [00:17:11.798,583] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 36
    [2023-08-25 17:09:52.866] [00:17:11.798,583] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.866] [00:17:11.798,614] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:52.869] [00:17:11.907,501] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:52.869] [00:17:11.907,501] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:52.871] [00:17:11.907,531] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.197] [00:17:12.182,556] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 45
    [2023-08-25 17:09:53.199] [00:17:12.182,586] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.201] [00:17:12.182,586] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.201] [00:17:12.226,074] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.202] [00:17:12.226,104] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.202] [00:17:12.226,104] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.204] [00:17:12.230,072] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.204] [00:17:12.230,072] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.206] [00:17:12.230,102] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.208] [00:17:12.246,826] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.208] [00:17:12.246,856] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.210] [00:17:12.246,887] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.210] [00:17:12.254,730] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.212] [00:17:12.254,730] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.212] [00:17:12.254,760] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.532] [00:17:12.272,491] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.534] [00:17:12.272,521] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.535] [00:17:12.272,521] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.535] [00:17:12.298,126] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 57
    [2023-08-25 17:09:53.537] [00:17:12.298,156] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.537] [00:17:12.298,156] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.539] [00:17:12.412,689] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 56
    [2023-08-25 17:09:53.541] [00:17:12.412,689] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.541] [00:17:12.412,719] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:53.543] [00:17:12.581,665] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 32
    [2023-08-25 17:09:53.543] [00:17:12.581,695] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:53.545] [00:17:12.581,726] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x0d
    [2023-08-25 17:09:54.150] [00:17:13.198,730] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:54.151] --- 62 messages dropped ---
    [2023-08-25 17:09:54.153] [00:17:13.198,760] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.153] [00:17:13.198,791] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:54.155] --- 1 messages dropped ---
    [2023-08-25 17:09:54.155] [00:17:13.198,852] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.157] [00:17:13.198,852] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.159] [00:17:13.198,883] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:54.159] [00:17:13.198,913] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:54.161] [00:17:13.198,944] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:54.168] [00:17:13.198,944] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:54.168] [00:17:13.198,974] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:54.170] [00:17:13.199,005] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:54.170] [00:17:13.199,035] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:54.170] [00:17:13.199,096] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:54.170] [00:17:13.199,127] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:54.170] [00:17:13.199,157] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.170] [00:17:13.199,188] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:54.172] [00:17:13.199,218] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:54.172] [00:17:13.199,249] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.174] [00:17:13.199,249] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.175] --- 67 messages dropped ---
    [2023-08-25 17:09:54.177] [00:17:13.225,006] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2035 param_len 7
    [2023-08-25 17:09:54.180] [00:17:13.225,006] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.180] [00:17:13.225,036] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2035 len 10
    [2023-08-25 17:09:54.183] --- 1 messages dropped ---
    [2023-08-25 17:09:54.183] [00:17:13.225,097] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.185] [00:17:13.225,128] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.185] [00:17:13.225,158] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:54.186] [00:17:13.225,158] <dbg> bt_hci_core: send_cmd: Sending command 0x2035 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:54.186] [00:17:13.225,189] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 10 type 0
    [2023-08-25 17:09:54.188] [00:17:13.225,219] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2035
    [2023-08-25 17:09:54.188] [00:17:13.225,250] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2035 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:54.190] [00:17:13.225,280] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:54.192] [00:17:13.225,311] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:54.192] [00:17:13.225,341] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2035 len 1
    [2023-08-25 17:09:54.194] [00:17:13.225,402] <dbg> bt_hci_core: bt_hci_cmd_create: opcode 0x2039 param_len 6
    [2023-08-25 17:09:54.196] [00:17:13.225,402] <dbg> bt_hci_core: bt_hci_cmd_create: buf 0x2001bc1c
    [2023-08-25 17:09:54.196] [00:17:13.225,433] <dbg> bt_hci_core: bt_hci_cmd_send_sync: buf 0x2001bc1c opcode 0x2039 len 9
    [2023-08-25 17:09:54.198] [00:17:13.225,494] <dbg> bt_hci_core: process_events: count 2
    [2023-08-25 17:09:54.198] [00:17:13.225,524] <dbg> bt_hci_core: process_events: ev->state 4
    [2023-08-25 17:09:54.203] [00:17:13.225,524] <dbg> bt_hci_core: send_cmd: calling net_buf_get
    [2023-08-25 17:09:54.203] [00:17:13.225,555] <dbg> bt_hci_core: send_cmd: calling sem_take_wait
    [2023-08-25 17:09:54.205] [00:17:13.225,585] <dbg> bt_hci_core: send_cmd: Sending command 0x2039 (buf 0x2001bc1c) to driver
    [2023-08-25 17:09:54.205] [00:17:13.225,585] <dbg> bt_hci_core: bt_send: buf 0x2001bc1c len 9 type 0
    [2023-08-25 17:09:54.205] [00:17:13.225,708] <dbg> bt_hci_core: hci_cmd_complete: opcode 0x2039
    [2023-08-25 17:09:54.205] [00:17:13.225,708] <dbg> bt_hci_core: hci_cmd_done: opcode 0x2039 status 0x00 buf 0x2001bc1c
    [2023-08-25 17:09:54.207] [00:17:13.225,738] <dbg> bt_hci_core: process_events: ev->state 0
    [2023-08-25 17:09:54.209] [00:17:13.225,799] <dbg> bt_hci_core: hci_tx_thread: Calling k_poll with 2 events
    [2023-08-25 17:09:54.209] [00:17:13.225,830] <dbg> bt_hci_core: bt_hci_cmd_send_sync: rsp 0x2001bc1c opcode 0x2039 len 1
    [2023-08-25 17:09:54.211] [00:17:13.229,492] <dbg> bt_hci_core: bt_recv: buf 0x2001b874 len 8
    [2023-08-25 17:09:54.211] [00:17:13.229,492] <dbg> bt_hci_core: hci_event: event 0x3e
    [2023-08-25 17:09:54.213] [00:17:13.229,522] <dbg> bt_hci_core: hci_le_meta_event: subevent 0x12
    

    Last log "hci_le_meta_event: subevent 0x12" may be BT_HCI_EVT_LE_ADV_SET_TERMINATED

    After the reception stopped, I did the following and the reception was restored.
    bt_le_scan_stop()+bt_le_scan_start()
    Both APIs return "zero(success)".

Children
No Data
Related