BLE authentication and Web Bluetooth not working together

Hi,

I am using ncs 2.1.0 on a custom nRF52832 BLE peripheral board. SHELL_BT_NUS is awesome, I can fully control the board through the command line interface, and see the LOG messages via the SHEL_LOG backend. And I am doing that conveniently from my windows laptop, on Edge or Chrome browsers via Web Bluetooth page (https://wiki.makerdiary.com/web-device-cli/)!

So everything was fine, until I enabled authentication (CONFIG_BT_NUS_AUTHEN=y). Now I can connect to the board from my Android phone (nRF Connect, nRF UART, Chrome, ...) with no problems (pairing, bonding, subscribe to NUS notifications), however, connecting from the Windows browser is a hit and miss: After several retries I can bond with the device, but I rarely manage to exchange NUS data. It fails somewhere during link encryption phase and disconnects immediately.

It could be considered a Web Bluetooth problem and not ncs, however, in the previous nRF5 SDK implementation (15.2) before porting to Zepyr, it used to work flawlessly both from Android / IOS apps and Windows web browsers.

I can provide .config and BLE debug logs, although the easiest way to reproduce is to run peripheral_uart sample, add line CONFIG_BT_NUS_AUTHEN=y in prj.conf and try to connect from a windows browser. I also had to add bt_conn_auth_passkey_confirm(conn); inside auth_passkey_confirm(..) as threre are no buttons in my board (perhaps setting NULL to .auth_passkey_confirm callback would be another solution).

Kindly check and let me know, securing NUS (and also DFU/MCUMgr) and working from sites lile Web Device CLI (makerdiary.com) or Wavecake (getwavecake.com) is more than useful.

Thanks!

Parents
  • Hi Thanos, 
    Could you please provide any log on either side of the connection ? 

    Also , I would  strongly suggest to use a nRF5 Devkit as a sniffer and track the communication between your device and the PC. You can find how to download and install the sniffer here: https://www.nordicsemi.com/Products/Development-tools/nrf-sniffer-for-bluetooth-le
    By having the sniffer trace we would be able to see what's going on and check why the pairing was failed. 

  • Hi,

    Below you can find debug logs both for happy path and unccesfull attempts.

    The happy path: Connecting to nRF52 from an Android mobile phone using nRF Connect app
    
    [00:10:09.892,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:10:09.892,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:10:09.892,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:10:09.892,400] <dbg> bt_conn: bt_conn_set_state: connecting-adv -> connected
    [00:10:09.892,400] <dbg> bt_smp: bt_smp_accept: conn 0x20003eb0 handle 0
    [00:10:09.892,400] <dbg> bt_smp: bt_smp_connected: chan 0x2000416c cid 0x0006
    [00:10:09.892,500] <dbg> bt_att: bt_att_accept: conn 0x20003eb0 handle 0
    [00:10:09.892,500] <dbg> bt_att: att_chan_attach: att 0x2000e68c chan 0x2000b120 flags 0
    [00:10:09.892,500] <dbg> bt_att: bt_att_connected: chan 0x2000b124 cid 0x0004
    [00:10:09.892,500] <dbg> bt_gatt: bt_gatt_connected: conn 0x20003eb0
    [00:10:09.892,800] <dbg> bt_gatt: ccc_set_direct: key: bt/ccc/283dc267727c0
    [00:10:09.892,900] <dbg> bt_gatt: ccc_set: Read CCC: handle 0x0004 value 0x0002
    [00:10:09.892,900] <dbg> bt_gatt: ccc_set: Read CCC: handle 0x0013 value 0x0001
    [00:10:09.892,900] <dbg> bt_gatt: ccc_load: Restoring CCC: handle 0x0004 value 0x0002
    [00:10:09.892,900] <dbg> bt_gatt: ccc_load: Restoring CCC: handle 0x0013 value 0x0001
    [00:10:09.893,100] <dbg> bt_gatt: ccc_set: Restored CCC for id:0 addr:28:3D:C2:67:72:7C (public)
    [00:10:09.897,200] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x20000a68 value 0x0002
    [00:10:09.897,400] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: 28:3D:C2:67:72:7C (public)
    [00:10:09.897,500] <dbg> bt_smp: smp_send_security_req: 
    [00:10:09.897,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:09.897,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:09.898,100] <dbg> bt_smp: smp_init: prnd a08d1f8ad4ed6bb484919aa3d4fd6f42
    [00:10:09.898,100] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 6 cb (nil) user_data (nil)
    [00:10:09.898,200] <dbg> bt_att: bt_att_req_alloc: req 0x2000e6f4
    [00:10:09.898,200] <dbg> bt_gatt: gatt_exchange_mtu_encode: Client MTU 247
    [00:10:09.898,200] <dbg> bt_att: bt_att_req_send: conn 0x20003eb0 req 0x2000e6f4
    [00:10:09.898,300] <dbg> bt_att: bt_att_chan_req_send: req 0x2000e6f4
    [00:10:09.898,300] <dbg> bt_att: chan_req_send: chan 0x2000b120 req 0x2000e6f4 len 3
    [00:10:09.898,300] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x02
    [00:10:09.898,300] <dbg> bt_att: chan_send: code 0x02
    [00:10:09.898,300] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a509 user_data 0x20005a94
    [00:10:09.898,300] <dbg> bt_att: bt_att_status: chan 0x2000b124 status 0x2000b134
    [00:10:09.898,300] <dbg> ble: connected: Connected
    [00:10:09.898,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:09.898,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:09.898,500] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 6
    [00:10:09.898,500] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 6 flags 0x02
    [00:10:09.898,700] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:09.898,800] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:09.898,800] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:09.898,800] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:10:09.898,800] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:10:09.898,900] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:09.898,900] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:09.899,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:09.899,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:09.899,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:09.955,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:09.955,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.009,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.009,100] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.009,100] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.009,100] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.009,300] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.009,300] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x10 len 6
    [00:10:10.009,400] <dbg> bt_att: att_read_group_req: start_handle 0x0001 end_handle 0xffff type 2800
    [00:10:10.009,400] <dbg> bt_att: read_group_cb: handle 0x0001
    [00:10:10.009,400] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 2
    [00:10:10.009,500] <dbg> bt_att: read_group_cb: handle 0x0009
    [00:10:10.009,500] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 2
    [00:10:10.009,500] <dbg> bt_att: read_group_cb: handle 0x0010
    [00:10:10.009,500] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 5
    [00:10:10.009,600] <dbg> bt_att: chan_send: code 0x11
    [00:10:10.009,600] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 18 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.009,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.009,600] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.009,700] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 18
    [00:10:10.009,700] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 18 flags 0x02
    [00:10:10.009,700] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.009,800] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.062,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.062,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.062,300] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.062,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.062,500] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a509 user_data 0x20005a94
    [00:10:10.062,500] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.062,500] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.062,500] <dbg> bt_att: chan_req_sent: chan 0x2000b120 chan->req 0x2000e6f4
    [00:10:10.115,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.115,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.115,600] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:10:10.115,600] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:10:10.115,600] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:10:10.115,600] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x03 len 2
    [00:10:10.115,600] <dbg> bt_att: att_mtu_rsp: Server MTU 247
    [00:10:10.115,600] <dbg> bt_att: att_mtu_rsp: Negotiated MTU 247
    [00:10:10.115,700] <dbg> bt_att: att_handle_rsp: chan 0x2000b120 err 0x00 len 2: f700
    [00:10:10.115,700] <dbg> bt_att: bt_att_req_free: req 0x2000e6f4
    [00:10:10.115,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.168,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.168,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.169,000] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.169,000] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.169,100] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.169,100] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.169,100] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.169,100] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.169,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.169,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.222,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.222,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.222,300] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.222,300] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.222,300] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.222,300] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x10 len 6
    [00:10:10.222,400] <dbg> bt_att: att_read_group_req: start_handle 0x0010 end_handle 0xffff type 2800
    [00:10:10.222,400] <dbg> bt_att: read_group_cb: handle 0x0010
    [00:10:10.222,400] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 16
    [00:10:10.222,500] <dbg> bt_att: chan_send: code 0x11
    [00:10:10.222,500] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 26 cb 0x5a541 user_data 0x20005a80
    [00:10:10.222,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.222,600] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.222,600] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 26
    [00:10:10.222,600] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 26 flags 0x02
    [00:10:10.222,700] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.222,700] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.381,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.381,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.382,100] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.382,100] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.382,100] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a541 user_data 0x20005a80
    [00:10:10.382,200] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.382,200] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.382,200] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.435,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.435,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.435,300] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.435,300] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.435,300] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.435,300] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x10 len 6
    [00:10:10.435,400] <dbg> bt_att: att_read_group_req: start_handle 0x0016 end_handle 0xffff type 2800
    [00:10:10.435,500] <dbg> bt_att: chan_send: code 0x01
    [00:10:10.435,500] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.435,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.435,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.435,500] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 9
    [00:10:10.435,600] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 9 flags 0x02
    [00:10:10.435,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.435,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.541,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.541,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.541,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.541,800] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.541,800] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.541,800] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.541,800] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.541,800] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.541,900] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.541,900] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.541,900] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.541,900] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.542,000] <dbg> bt_att: att_read_type_req: start_handle 0x0001 end_handle 0x0008 type 2802
    [00:10:10.542,200] <dbg> bt_att: chan_send: code 0x01
    [00:10:10.542,300] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a541 user_data 0x20005a94
    [00:10:10.542,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.542,300] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.542,300] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 9
    [00:10:10.542,300] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 9 flags 0x02
    [00:10:10.542,400] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.542,400] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.542,500] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.542,500] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.595,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.595,200] <dbg> ble: le_param_updated: interval=6, latency=0, timeout=500
    [00:10:10.595,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.791,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    --- 120 messages dropped ---
    [00:10:10.791,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.791,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.791,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    --- 19 messages dropped ---
    [00:10:10.792,400] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.792,400] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.792,500] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.792,500] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.815,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.815,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.816,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.816,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.816,400] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.816,400] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.816,400] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.816,400] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.816,400] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.816,400] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.816,400] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.816,500] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.816,500] <dbg> bt_att: att_read_type_req: start_handle 0x0009 end_handle 0x000f type 2802
    [00:10:10.816,600] <dbg> bt_att: chan_send: code 0x01
    [00:10:10.816,700] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a541 user_data 0x20005a94
    [00:10:10.816,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    --- 5 messages dropped ---
    [00:10:10.816,900] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.816,900] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.840,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.840,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.840,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.840,800] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.840,900] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a541 user_data 0x20005a94
    [00:10:10.840,900] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.840,900] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.840,900] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.840,900] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.841,100] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    --- 19 messages dropped ---
    [00:10:10.856,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.856,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.857,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.857,200] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.857,200] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.857,300] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.857,300] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.857,300] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.857,300] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.857,300] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.857,500] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.857,500] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.857,600] <dbg> bt_att: att_read_type_req: start_handle 0x0009 end_handle 0x000f type 2803
    [00:10:10.857,600] <dbg> bt_att: read_type_cb: handle 0x000a
    --- 10 messages dropped ---
    [00:10:10.857,900] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 27 flags 0x02
    [00:10:10.858,000] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.858,000] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.858,100] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.858,100] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.873,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.873,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.873,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.873,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.873,600] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a80
    [00:10:10.873,600] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.873,600] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    --- 20 messages dropped ---
    [00:10:10.890,000] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.890,000] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.890,000] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.890,000] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.890,000] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.890,100] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.890,100] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.890,100] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.890,300] <dbg> bt_att: att_read_type_req: start_handle 0x000f end_handle 0x000f type 2803
    [00:10:10.890,400] <dbg> bt_att: chan_send: code 0x01
    --- 17 messages dropped ---
    [00:10:10.906,400] <dbg> bt_conn: bt_conn_recv: handle 0 len 9 flags 02
    [00:10:10.906,400] <dbg> bt_conn: bt_acl_recv: First, len 9 final 5
    [00:10:10.906,500] <dbg> bt_conn: bt_acl_recv: Successfully parsed 9 byte L2CAP packet
    [00:10:10.906,500] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x04 len 4
    [00:10:10.906,600] <dbg> bt_att: att_find_info_req: start_handle 0x0003 end_handle 0x0008
    [00:10:10.906,700] <dbg> bt_att: find_info_cb: handle 0x0003
    [00:10:10.906,700] <dbg> bt_att: find_info_cb: handle 0x0004
    [00:10:10.906,700] <dbg> bt_att: find_info_cb: handle 0x0005
    [00:10:10.906,700] <dbg> bt_att: find_info_cb: handle 0x0006
    [00:10:10.906,700] <dbg> bt_att: find_info_cb: handle 0x0007
    [00:10:10.906,800] <dbg> bt_att: find_info_cb: handle 0x0008
    [00:10:10.906,800] <dbg> bt_att: chan_send: code 0x05
    [00:10:10.906,800] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 30 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.906,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.906,900] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.906,900] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 30
    --- 7 messages dropped ---
    [00:10:10.922,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.922,800] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.922,800] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.922,800] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.922,800] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.922,800] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.922,800] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.922,800] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.922,800] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.922,800] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.923,100] <dbg> bt_att: att_read_type_req: start_handle 0x0010 end_handle 0x0015 type 2802
    [00:10:10.923,200] <dbg> bt_att: chan_send: code 0x01
    [00:10:10.923,200] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a541 user_data 0x20005a94
    [00:10:10.923,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.923,300] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.923,300] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 9
    [00:10:10.923,300] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 9 flags 0x02
    [00:10:10.923,400] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.923,400] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.923,500] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.923,500] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    --- 3 messages dropped ---
    [00:10:10.939,100] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.939,100] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a541 user_data 0x20005a94
    [00:10:10.939,200] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.939,200] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.939,200] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.939,200] <dbg> bt_conn: bt_conn_recv: handle 0 len 9 flags 02
    [00:10:10.939,200] <dbg> bt_conn: bt_acl_recv: First, len 9 final 5
    [00:10:10.939,200] <dbg> bt_conn: bt_acl_recv: Successfully parsed 9 byte L2CAP packet
    [00:10:10.939,200] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x12 len 4
    [00:10:10.939,400] <dbg> bt_att: att_write_req: handle 0x0004
    [00:10:10.939,500] <dbg> bt_att: write_cb: handle 0x0004 offset 0
    [00:10:10.939,500] <dbg> bt_gatt: sc_ccc_cfg_write: value 0x0002
    [00:10:10.939,700] <dbg> bt_gatt: sc_save: peer 28:3D:C2:67:72:7C (public) start 0x0000 end 0x0000
    [00:10:10.939,900] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: 28:3D:C2:67:72:7C (public)
    [00:10:10.940,400] <dbg> bt_gatt: sc_store: stored SC for 28:3D:C2:67:72:7C (public) (bt/sc/283dc267727c0, 0x0000-0x0000)
    [00:10:10.940,400] <dbg> bt_gatt: bt_gatt_attr_write_ccc: handle 0x0000 value 2
    [00:10:10.940,400] <dbg> bt_att: chan_send: code 0x13
    [00:10:10.940,400] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 5 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.940,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.940,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.940,500] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 5
    [00:10:10.940,500] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 5 flags 0x02
    [00:10:10.940,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.940,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.940,700] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.940,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.955,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.955,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.955,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.955,500] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.955,500] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.955,500] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.955,600] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.955,600] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.955,600] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.955,600] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.955,600] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.955,600] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.955,900] <dbg> bt_att: att_read_type_req: start_handle 0x0010 end_handle 0x0015 type 2803
    [00:10:10.955,900] <dbg> bt_att: read_type_cb: handle 0x0011
    [00:10:10.955,900] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 19
    [00:10:10.956,000] <dbg> bt_att: read_type_cb: handle 0x0014
    [00:10:10.956,000] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 19
    [00:10:10.956,000] <dbg> bt_att: chan_send: code 0x09
    [00:10:10.956,100] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 48 cb 0x5a541 user_data 0x20005a80
    [00:10:10.956,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.956,100] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.956,100] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 48
    [00:10:10.956,200] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 48 flags 0x02
    [00:10:10.956,300] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.956,300] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.956,300] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.956,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.971,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.971,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.971,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:10.971,900] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:10.971,900] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a80
    [00:10:10.971,900] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:10.971,900] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:10.972,000] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:10.972,000] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:10:10.972,000] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:10:10.972,000] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:10:10.972,000] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x08 len 6
    [00:10:10.972,200] <dbg> bt_att: att_read_type_req: start_handle 0x0015 end_handle 0x0015 type 2803
    [00:10:10.972,300] <dbg> bt_att: chan_send: code 0x01
    [00:10:10.972,300] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a541 user_data 0x20005a6c
    [00:10:10.972,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:10.972,400] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:10.972,400] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 9
    [00:10:10.972,400] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 9 flags 0x02
    [00:10:10.972,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:10.972,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:10.972,600] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:10.972,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:11.004,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:11.004,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:11.004,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:11.004,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:11.004,700] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a541 user_data 0x20005a6c
    [00:10:11.004,700] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:11.004,700] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:11.004,800] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:11.004,800] <dbg> bt_conn: bt_conn_recv: handle 0 len 9 flags 02
    [00:10:11.004,800] <dbg> bt_conn: bt_acl_recv: First, len 9 final 5
    [00:10:11.004,900] <dbg> bt_conn: bt_acl_recv: Successfully parsed 9 byte L2CAP packet
    [00:10:11.005,000] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x04 len 4
    [00:10:11.005,000] <dbg> bt_att: att_find_info_req: start_handle 0x0013 end_handle 0x0013
    [00:10:11.005,000] <dbg> bt_att: find_info_cb: handle 0x0013
    [00:10:11.005,000] <dbg> bt_att: chan_send: code 0x05
    [00:10:11.005,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 10 cb 0x5a541 user_data 0x20005a80
    [00:10:11.005,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:11.005,100] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:11.005,100] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 10
    [00:10:11.005,100] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 10 flags 0x02
    [00:10:11.005,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:11.005,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:11.005,300] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:11.005,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:11.020,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:11.020,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:11.021,000] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:10:11.021,000] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:11.021,000] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a541 user_data 0x20005a80
    [00:10:11.021,000] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:10:11.021,000] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:10:11.021,000] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:10:11.086,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:11.086,600] <dbg> ble: le_param_updated: interval=39, latency=0, timeout=500
    [00:10:11.086,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:15.353,800] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:10:15.353,800] <dbg> bt_conn: send_conn_le_param_update: conn 0x20003eb0 features 0x2d params (6-30 0 500)
    [00:10:15.353,900] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 16 cb (nil) user_data (nil)
    [00:10:15.353,900] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:10:15.353,900] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 16
    [00:10:15.353,900] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 16 flags 0x02
    [00:10:15.354,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:10:15.354,100] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:10:15.407,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:15.407,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:15.461,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:15.461,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:10:15.461,300] <dbg> bt_conn: bt_conn_recv: handle 0 len 10 flags 02
    [00:10:15.461,300] <dbg> bt_conn: bt_acl_recv: First, len 10 final 6
    [00:10:15.461,300] <dbg> bt_conn: bt_acl_recv: Successfully parsed 10 byte L2CAP packet
    [00:10:15.461,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:10:15.780,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:10:15.780,900] <dbg> ble: le_param_updated: interval=19, latency=0, timeout=500
    [00:10:15.781,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    
    
    
    
    Connecting from a Windows browser. Devices were previously bonded.
    [00:13:20.794,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:13:20.794,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:13:20.794,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:13:20.794,900] <dbg> bt_conn: bt_conn_set_state: connecting-adv -> connected
    [00:13:20.794,900] <dbg> bt_smp: bt_smp_accept: conn 0x20003eb0 handle 0
    [00:13:20.794,900] <dbg> bt_smp: bt_smp_connected: chan 0x2000416c cid 0x0006
    [00:13:20.794,900] <dbg> bt_att: bt_att_accept: conn 0x20003eb0 handle 0
    [00:13:20.795,000] <dbg> bt_att: att_chan_attach: att 0x2000e68c chan 0x2000b120 flags 0
    [00:13:20.795,000] <dbg> bt_att: bt_att_connected: chan 0x2000b124 cid 0x0004
    [00:13:20.795,000] <dbg> bt_gatt: bt_gatt_connected: conn 0x20003eb0
    [00:13:20.795,100] <dbg> bt_att: bt_att_req_alloc: req 0x2000e6f4
    [00:13:20.795,100] <dbg> bt_gatt: gatt_exchange_mtu_encode: Client MTU 247
    [00:13:20.795,100] <dbg> bt_att: bt_att_req_send: conn 0x20003eb0 req 0x2000e6f4
    [00:13:20.795,100] <dbg> bt_att: bt_att_chan_req_send: req 0x2000e6f4
    [00:13:20.795,100] <dbg> bt_att: chan_req_send: chan 0x2000b120 req 0x2000e6f4 len 3
    [00:13:20.795,100] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x02
    [00:13:20.795,200] <dbg> bt_att: chan_send: code 0x02
    [00:13:20.795,200] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a509 user_data 0x20005a94
    [00:13:20.795,200] <dbg> bt_att: bt_att_status: chan 0x2000b124 status 0x2000b134
    [00:13:20.795,200] <dbg> ble: connected: Connected
    [00:13:20.795,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:13:20.795,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:13:20.795,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:13:20.795,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:13:20.795,600] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:13:20.795,600] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:13:20.795,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:13:20.795,700] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:13:20.796,000] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:13:20.796,000] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:13:20.796,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:13:20.849,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:13:20.849,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:13:20.849,500] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:13:20.849,500] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:13:20.849,700] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a509 user_data 0x20005a94
    [00:13:20.849,700] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:13:20.849,700] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:13:20.849,700] <dbg> bt_att: chan_req_sent: chan 0x2000b120 chan->req 0x2000e6f4
    [00:13:20.890,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:13:20.890,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:13:20.972,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:13:20.973,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:13:20.973,300] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:13:20.973,300] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:13:21.136,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:13:21.136,500] <dbg> bt_conn: bt_conn_set_state: connected -> disconnect-complete
    [00:13:21.136,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:13:21.136,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:13:21.136,600] <dbg> bt_conn: bt_conn_set_state: disconnect-complete -> disconnected
    [00:13:21.136,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:13:21.136,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:13:21.136,700] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:13:21.136,800] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:13:21.136,800] <dbg> bt_smp: bt_smp_disconnected: chan 0x2000416c cid 0x0006
    [00:13:21.136,900] <dbg> bt_att: bt_att_disconnected: chan 0x2000b124 cid 0x0004
    [00:13:21.136,900] <dbg> bt_att: att_chan_detach: chan 0x2000b120
    [00:13:21.136,900] <dbg> bt_att: att_handle_rsp: chan 0x2000b120 err 0x0e len 0: 
    [00:13:21.136,900] <dbg> bt_att: bt_att_req_free: req 0x2000e6f4
    [00:13:21.136,900] <wrn> bt_gatt: conn 0x20003eb0 err 0x0e
    [00:13:21.137,000] <dbg> bt_gatt: bt_gatt_disconnected: conn 0x20003eb0
    [00:13:21.137,000] <dbg> bt_att: bt_att_released: chan 0x2000b120
    [00:13:21.137,000] <dbg> ble: disconnected: Disconnected (reason 19)
    [00:13:21.137,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:13:21.137,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 1 -> 0
    [00:13:21.137,100] <dbg> bt_conn: bt_conn_set_state: disconnected -> connecting-adv
    [00:13:21.137,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:13:21.137,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:13:21.137,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    
    
    
    
    Another attempt to connect from Windows browser
    00:16:13.408,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:16:13.408,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:16:13.408,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:16:13.408,500] <dbg> bt_conn: bt_conn_set_state: connecting-adv -> connected
    [00:16:13.408,500] <dbg> bt_smp: bt_smp_accept: conn 0x20003eb0 handle 0
    [00:16:13.408,500] <dbg> bt_smp: bt_smp_connected: chan 0x2000416c cid 0x0006
    [00:16:13.408,600] <dbg> bt_att: bt_att_accept: conn 0x20003eb0 handle 0
    [00:16:13.408,600] <dbg> bt_att: att_chan_attach: att 0x2000e68c chan 0x2000b120 flags 0
    [00:16:13.408,600] <dbg> bt_att: bt_att_connected: chan 0x2000b124 cid 0x0004
    [00:16:13.408,600] <dbg> bt_gatt: bt_gatt_connected: conn 0x20003eb0
    [00:16:13.408,700] <dbg> bt_att: bt_att_req_alloc: req 0x2000e6f4
    [00:16:13.408,700] <dbg> bt_gatt: gatt_exchange_mtu_encode: Client MTU 247
    [00:16:13.408,700] <dbg> bt_att: bt_att_req_send: conn 0x20003eb0 req 0x2000e6f4
    [00:16:13.408,800] <dbg> bt_att: bt_att_chan_req_send: req 0x2000e6f4
    [00:16:13.408,800] <dbg> bt_att: chan_req_send: chan 0x2000b120 req 0x2000e6f4 len 3
    [00:16:13.408,800] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x02
    [00:16:13.408,800] <dbg> bt_att: chan_send: code 0x02
    [00:16:13.408,800] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a509 user_data 0x20005a6c
    [00:16:13.408,800] <dbg> bt_att: bt_att_status: chan 0x2000b124 status 0x2000b134
    [00:16:13.408,800] <dbg> ble: connected: Connected
    [00:16:13.408,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:13.409,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:16:13.409,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:16:13.409,200] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:16:13.409,200] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:16:13.409,200] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:16:13.409,300] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:16:13.409,300] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:16:13.409,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:16:13.409,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:16:13.409,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:16:13.466,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:13.466,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:16:13.466,900] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:16:13.466,900] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:16:13.467,000] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a509 user_data 0x20005a6c
    [00:16:13.467,100] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:16:13.467,100] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:16:13.467,100] <dbg> bt_att: chan_req_sent: chan 0x2000b120 chan->req 0x2000e6f4
    [00:16:13.508,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:13.508,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:16:13.672,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:13.672,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:16:14.040,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:14.040,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:16:18.869,900] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:16:18.869,900] <dbg> bt_conn: send_conn_le_param_update: conn 0x20003eb0 features 0x2d params (6-30 0 500)
    [00:16:18.870,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 16 cb (nil) user_data (nil)
    [00:16:18.870,000] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:16:18.870,000] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 16
    [00:16:18.870,000] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 16 flags 0x02
    [00:16:18.870,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:16:18.870,100] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:16:18.915,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:18.915,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:16:18.997,000] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:16:18.997,000] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:16:18.997,000] <dbg> bt_conn: bt_conn_recv: handle 0 len 10 flags 02
    [00:16:18.997,000] <dbg> bt_conn: bt_acl_recv: First, len 10 final 6
    [00:16:18.997,000] <dbg> bt_conn: bt_acl_recv: Successfully parsed 10 byte L2CAP packet
    [00:16:18.997,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    
    
    
    
    This time we start from scratch, bonding nRF52 and Windows laptop
    [00:18:16.729,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:18:16.729,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:18:16.729,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:18:16.729,800] <dbg> bt_conn: bt_conn_set_state: connecting-adv -> connected
    [00:18:16.729,800] <dbg> bt_smp: bt_smp_accept: conn 0x20003eb0 handle 0
    [00:18:16.729,800] <dbg> bt_smp: bt_smp_connected: chan 0x2000416c cid 0x0006
    [00:18:16.729,900] <dbg> bt_att: bt_att_accept: conn 0x20003eb0 handle 0
    [00:18:16.729,900] <dbg> bt_att: att_chan_attach: att 0x2000e68c chan 0x2000b120 flags 0
    [00:18:16.729,900] <dbg> bt_att: bt_att_connected: chan 0x2000b124 cid 0x0004
    [00:18:16.729,900] <dbg> bt_gatt: bt_gatt_connected: conn 0x20003eb0
    [00:18:16.730,000] <dbg> bt_att: bt_att_req_alloc: req 0x2000e6f4
    [00:18:16.730,000] <dbg> bt_gatt: gatt_exchange_mtu_encode: Client MTU 247
    [00:18:16.730,000] <dbg> bt_att: bt_att_req_send: conn 0x20003eb0 req 0x2000e6f4
    [00:18:16.730,100] <dbg> bt_att: bt_att_chan_req_send: req 0x2000e6f4
    [00:18:16.730,100] <dbg> bt_att: chan_req_send: chan 0x2000b120 req 0x2000e6f4 len 3
    [00:18:16.730,100] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x02
    [00:18:16.730,100] <dbg> bt_att: chan_send: code 0x02
    [00:18:16.730,100] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a509 user_data 0x20005a80
    [00:18:16.730,100] <dbg> bt_att: bt_att_status: chan 0x2000b124 status 0x2000b134
    [00:18:16.730,100] <dbg> ble: connected: Connected
    [00:18:16.730,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:16.730,400] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:16.730,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:16.730,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:18:16.730,500] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:18:16.730,500] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:18:16.730,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:16.730,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:16.730,900] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:16.730,900] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:16.731,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:16.830,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:16.830,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:16.831,000] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:16.831,100] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:16.831,100] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a509 user_data 0x20005a80
    [00:18:16.831,100] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:18:16.831,100] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:18:16.831,100] <dbg> bt_att: chan_req_sent: chan 0x2000b120 chan->req 0x2000e6f4
    [00:18:16.831,100] <dbg> bt_conn: bt_conn_recv: handle 0 len 11 flags 02
    [00:18:16.831,100] <dbg> bt_conn: bt_acl_recv: First, len 11 final 7
    [00:18:16.831,100] <dbg> bt_conn: bt_acl_recv: Successfully parsed 11 byte L2CAP packet
    [00:18:16.831,200] <dbg> bt_smp: bt_smp_recv: Received SMP code 0x01 len 6
    [00:18:16.831,200] <dbg> bt_smp: smp_pairing_req: 
    [00:18:16.831,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:18:16.831,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:18:16.831,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:18:16.831,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:18:16.831,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:16.831,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:16.831,900] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:16.831,900] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:16.832,400] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:18:16.832,400] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:16.837,000] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: 28:3D:C2:67:72:7C (public)
    [00:18:16.840,200] <dbg> bt_gatt: bt_gatt_clear_sc: deleted SC for 28:3D:C2:67:72:7C (public) (bt/sc/283dc267727c0)
    [00:18:16.843,400] <dbg> bt_smp: smp_init: prnd 6913742cc141c657d669c231d3588932
    [00:18:16.843,400] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 11 cb (nil) user_data (nil)
    [00:18:16.843,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:16.843,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:18:16.843,600] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 11
    [00:18:16.843,600] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 11 flags 0x02
    [00:18:16.843,700] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:16.843,700] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:16.896,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:16.896,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:16.961,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:16.961,700] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.158,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:17.158,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:17.158,600] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:18:17.158,700] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:18:17.158,700] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:18:17.158,700] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x02 len 2
    [00:18:17.158,700] <dbg> bt_att: att_mtu_req: Client MTU 527
    [00:18:17.158,700] <dbg> bt_att: att_mtu_req: Server MTU 247
    [00:18:17.158,700] <dbg> bt_att: chan_send: code 0x03
    [00:18:17.158,700] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a541 user_data 0x20005a94
    [00:18:17.158,800] <dbg> bt_att: att_mtu_req: Negotiated MTU 247
    [00:18:17.158,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.158,800] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:18:17.158,800] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:18:17.158,800] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:18:17.158,900] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:17.158,900] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:17.224,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:17.224,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:17.224,700] <dbg> bt_conn: bt_conn_recv: handle 0 len 69 flags 02
    [00:18:17.224,700] <dbg> bt_conn: bt_acl_recv: First, len 69 final 65
    [00:18:17.224,800] <dbg> bt_conn: bt_acl_recv: Successfully parsed 69 byte L2CAP packet
    [00:18:17.224,800] <dbg> bt_smp: bt_smp_recv: Received SMP code 0x0c len 64
    [00:18:17.224,800] <dbg> bt_smp: smp_public_key: 
    [00:18:17.224,800] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 69 cb (nil) user_data (nil)
    [00:18:17.225,000] <dbg> ble: auth_passkey_display: Passkey for D0:AB:D5:A8:D0:EE (public): 012345
    [00:18:17.225,200] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:18:17.225,200] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 69
    [00:18:17.225,200] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 69 flags 0x02
    [00:18:17.225,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:17.225,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:17.225,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.252,900] <dbg> bt_smp: bt_smp_dhkey_ready: 0x2000d654
    [00:18:17.290,000] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:17.290,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.354,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:17.355,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.355,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:17.355,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:17.355,300] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a94
    [00:18:17.355,400] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:18:17.355,400] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:18:17.355,400] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:18:17.355,400] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:18:17.355,400] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:18:17.355,400] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:18:17.355,400] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x03 len 2
    [00:18:17.355,400] <dbg> bt_att: att_mtu_rsp: Server MTU 527
    [00:18:17.355,500] <dbg> bt_att: att_mtu_rsp: Negotiated MTU 247
    [00:18:17.355,500] <dbg> bt_att: att_handle_rsp: chan 0x2000b120 err 0x00 len 2: 0f02
    [00:18:17.355,500] <dbg> bt_att: bt_att_req_free: req 0x2000e6f4
    [00:18:17.355,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.355,600] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:18:17.355,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:17.420,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:17.420,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:17.420,700] <dbg> bt_conn: bt_conn_recv: handle 0 len 13 flags 02
    [00:18:17.420,700] <dbg> bt_conn: bt_acl_recv: First, len 13 final 9
    [00:18:17.420,700] <dbg> bt_conn: bt_acl_recv: Successfully parsed 13 byte L2CAP packet
    [00:18:17.420,700] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x06 len 8
    [00:18:17.420,700] <dbg> bt_att: att_find_type_req: start_handle 0x0001 end_handle 0xffff type 10240
    [00:18:17.420,800] <dbg> bt_att: find_type_cb: handle 0x0001
    [00:18:17.420,800] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 2
    [00:18:17.420,800] <dbg> bt_att: find_type_cb: handle 0x0009
    [00:18:17.420,800] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 2
    [00:18:17.420,900] <dbg> bt_att: find_type_cb: handle 0x0010
    [00:18:17.420,900] <dbg> bt_gatt: bt_gatt_attr_read: handle 0x0000 offset 0 length 16
    [00:18:17.420,900] <dbg> bt_att: chan_send: code 0x07
    [00:18:17.420,900] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a541 user_data 0x20005a6c
    [00:18:17.421,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:17.421,000] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:18:17.421,000] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 9
    [00:18:17.421,000] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 9 flags 0x02
    [00:18:17.421,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:17.421,100] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:22.191,200] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:18:22.191,200] <dbg> bt_conn: send_conn_le_param_update: conn 0x20003eb0 features 0x2d params (6-30 0 500)
    [00:18:22.191,300] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 16 cb (nil) user_data (nil)
    [00:18:22.191,300] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:18:22.191,300] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 16
    [00:18:22.191,300] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 16 flags 0x02
    [00:18:22.191,400] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:22.191,400] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:18:27.975,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:27.975,200] <dbg> bt_conn: bt_conn_set_state: connected -> disconnect-complete
    [00:18:27.975,200] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:18:27.975,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:27.975,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:18:27.975,400] <dbg> bt_conn: bt_conn_set_state: disconnect-complete -> disconnected
    [00:18:27.975,400] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:18:27.975,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:18:27.975,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:27.975,600] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:18:27.975,600] <dbg> bt_smp: bt_smp_disconnected: chan 0x2000416c cid 0x0006
    [00:18:27.975,600] <dbg> bt_smp: smp_pairing_complete: status 0x8
    [00:18:27.978,100] <dbg> bt_smp: bt_smp_encrypt_change: chan 0x2000416c conn 0x20003eb0 handle 0 encrypt 0x00 hci status 0x1f
    [00:18:27.978,200] <dbg> bt_att: bt_att_encrypt_change: chan 0x2000b124 conn 0x20003eb0 handle 0 sec_level 0x01 status 0x1f
    [00:18:27.978,400] <dbg> ble: security_changed: Security failed: D0:AB:D5:A8:D0:EE (public) level 1 err 9
    [00:18:27.978,500] <dbg> ble: pairing_failed: Pairing failed conn: D0:AB:D5:A8:D0:EE (public), reason 9
    [00:18:27.981,100] <dbg> bt_att: bt_att_disconnected: chan 0x2000b124 cid 0x0004
    [00:18:27.981,100] <dbg> bt_att: att_chan_detach: chan 0x2000b120
    [00:18:27.981,100] <dbg> bt_gatt: bt_gatt_disconnected: conn 0x20003eb0
    [00:18:27.981,200] <dbg> bt_att: bt_att_released: chan 0x2000b120
    [00:18:27.981,200] <dbg> ble: disconnected: Disconnected (reason 8)
    [00:18:27.981,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:18:27.981,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 1 -> 0
    [00:18:27.981,300] <dbg> bt_conn: bt_conn_set_state: disconnected -> connecting-adv
    [00:18:27.981,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:18:27.981,800] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:18:27.981,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    
    
    
    
    A rare situation: Connected successfully from Windows!!!
    [00:21:00.266,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:21:00.266,800] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:21:00.266,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:21:00.266,900] <dbg> bt_conn: bt_conn_set_state: connecting-adv -> connected
    [00:21:00.266,900] <dbg> bt_smp: bt_smp_accept: conn 0x20003eb0 handle 0
    [00:21:00.266,900] <dbg> bt_smp: bt_smp_connected: chan 0x2000416c cid 0x0006
    [00:21:00.267,000] <dbg> bt_att: bt_att_accept: conn 0x20003eb0 handle 0
    [00:21:00.267,000] <dbg> bt_att: att_chan_attach: att 0x2000e68c chan 0x2000b120 flags 0
    [00:21:00.267,000] <dbg> bt_att: bt_att_connected: chan 0x2000b124 cid 0x0004
    [00:21:00.267,000] <dbg> bt_gatt: bt_gatt_connected: conn 0x20003eb0
    [00:21:00.267,400] <dbg> bt_gatt: ccc_set_direct: key: bt/ccc/d0abd5a8d0ee0
    [00:21:00.267,500] <dbg> bt_gatt: ccc_set: Read CCC: handle 0x0004 value 0x0002
    [00:21:00.267,500] <dbg> bt_gatt: ccc_load: Restoring CCC: handle 0x0004 value 0x0002
    [00:21:00.267,700] <dbg> bt_gatt: ccc_set: Restored CCC for id:0 addr:D0:AB:D5:A8:D0:EE (public)
    [00:21:00.272,800] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x20000a68 value 0x0002
    [00:21:00.273,000] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: D0:AB:D5:A8:D0:EE (public)
    [00:21:00.273,000] <dbg> bt_att: bt_att_req_alloc: req 0x2000e6f4
    [00:21:00.273,100] <dbg> bt_gatt: gatt_exchange_mtu_encode: Client MTU 247
    [00:21:00.273,100] <dbg> bt_att: bt_att_req_send: conn 0x20003eb0 req 0x2000e6f4
    [00:21:00.273,100] <dbg> bt_att: bt_att_chan_req_send: req 0x2000e6f4
    [00:21:00.273,100] <dbg> bt_att: chan_req_send: chan 0x2000b120 req 0x2000e6f4 len 3
    [00:21:00.273,100] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x02
    [00:21:00.273,100] <dbg> bt_att: chan_send: code 0x02
    [00:21:00.273,100] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a509 user_data 0x20005a6c
    [00:21:00.273,200] <dbg> bt_att: bt_att_status: chan 0x2000b124 status 0x2000b134
    [00:21:00.273,200] <dbg> ble: connected: Connected
    [00:21:00.273,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.273,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.273,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.273,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:00.273,500] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 7
    [00:21:00.273,500] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 7 flags 0x02
    [00:21:00.273,600] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.273,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.274,000] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.274,000] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.274,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.328,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.328,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.329,000] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:21:00.329,000] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.329,200] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a509 user_data 0x20005a6c
    [00:21:00.329,200] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:21:00.329,200] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:21:00.329,200] <dbg> bt_att: chan_req_sent: chan 0x2000b120 chan->req 0x2000e6f4
    [00:21:00.370,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.370,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.452,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.452,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.452,800] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.452,900] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.657,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.657,100] <dbg> bt_smp: bt_smp_encrypt_change: chan 0x2000416c conn 0x20003eb0 handle 0 encrypt 0x01 hci status 0x00
    [00:21:00.657,200] <dbg> bt_att: bt_att_encrypt_change: chan 0x2000b124 conn 0x20003eb0 handle 0 sec_level 0x04 status 0x00
    [00:21:00.657,200] <dbg> bt_gatt: bt_gatt_encrypt_change: conn 0x20003eb0
    [00:21:00.657,200] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x20000a68 value 0x0002
    [00:21:00.657,400] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: D0:AB:D5:A8:D0:EE (public)
    [00:21:00.657,600] <dbg> ble: security_changed: Security changed: D0:AB:D5:A8:D0:EE (public) level 4
    [00:21:00.657,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.697,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.697,900] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.698,000] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:21:00.698,000] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:21:00.698,000] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:21:00.698,000] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x02 len 2
    [00:21:00.698,000] <dbg> bt_att: att_mtu_req: Client MTU 527
    [00:21:00.698,000] <dbg> bt_att: att_mtu_req: Server MTU 247
    [00:21:00.698,000] <dbg> bt_att: chan_send: code 0x03
    [00:21:00.698,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a541 user_data 0x20005a80
    [00:21:00.698,100] <dbg> bt_att: att_mtu_req: Negotiated MTU 247
    [00:21:00.698,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.698,100] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:00.698,100] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 7
    [00:21:00.698,200] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 7 flags 0x02
    [00:21:00.698,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.698,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.739,300] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.739,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.739,300] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:21:00.739,400] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:21:00.739,400] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:21:00.739,400] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x03 len 2
    [00:21:00.739,400] <dbg> bt_att: att_mtu_rsp: Server MTU 527
    [00:21:00.739,400] <dbg> bt_att: att_mtu_rsp: Negotiated MTU 247
    [00:21:00.739,600] <dbg> bt_att: att_handle_rsp: chan 0x2000b120 err 0x00 len 2: 0f02
    [00:21:00.739,600] <dbg> bt_att: bt_att_req_free: req 0x2000e6f4
    [00:21:00.739,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.820,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.820,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.821,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.821,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:00.821,100] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:21:00.821,100] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.821,200] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a541 user_data 0x20005a80
    [00:21:00.821,200] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:21:00.821,200] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:21:00.821,200] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:21:00.861,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:00.861,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.861,700] <dbg> bt_conn: bt_conn_recv: handle 0 len 9 flags 02
    [00:21:00.861,800] <dbg> bt_conn: bt_acl_recv: First, len 9 final 5
    [00:21:00.861,800] <dbg> bt_conn: bt_acl_recv: Successfully parsed 9 byte L2CAP packet
    [00:21:00.861,800] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x12 len 4
    [00:21:00.861,900] <dbg> bt_att: att_write_req: handle 0x0013
    [00:21:00.861,900] <dbg> bt_att: write_cb: handle 0x0013 offset 0
    [00:21:00.861,900] <dbg> bt_gatt: bt_gatt_attr_write_ccc: handle 0x0000 value 1
    [00:21:00.861,900] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x2000086c value 0x0001
    [00:21:00.862,000] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:00.862,000] <dbg> bt_att: chan_send: code 0x13
    [00:21:00.862,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 5 cb 0x5a541 user_data 0x20005a94
    [00:21:00.862,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:00.862,100] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:00.862,100] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 5
    [00:21:00.862,100] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 5 flags 0x02
    [00:21:00.862,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.862,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.943,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:00.943,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:00.943,800] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:00.943,800] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.943,800] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a541 user_data 0x20005a94
    [00:21:00.943,900] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:21:00.943,900] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:21:00.943,900] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:21:00.943,900] <dbg> bt_conn: bt_conn_recv: handle 0 len 8 flags 02
    [00:21:00.943,900] <dbg> bt_conn: bt_acl_recv: First, len 8 final 4
    [00:21:00.943,900] <dbg> bt_conn: bt_acl_recv: Successfully parsed 8 byte L2CAP packet
    [00:21:00.943,900] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x12 len 3
    [00:21:00.943,900] <dbg> bt_att: att_write_req: handle 0x0015
    [00:21:00.944,000] <dbg> bt_att: write_cb: handle 0x0015 offset 0
    [00:21:00.944,000] <dbg> bt_att: chan_send: code 0x13
    [00:21:00.944,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 5 cb 0x5a541 user_data 0x20005a6c
    [00:21:00.944,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:00.944,100] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:00.944,100] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 5
    [00:21:00.944,100] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 5 flags 0x02
    [00:21:00.944,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.944,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.944,300] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:21:00.944,300] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.946,400] <dbg> bt_gatt: gatt_notify: conn 0x20003eb0 handle 0x0012
    [00:21:00.946,400] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 5 code 0x1b
    [00:21:00.946,400] <dbg> bt_att: chan_send: code 0x1b
    [00:21:00.946,400] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 9 cb 0x5a4ed user_data 0x20005a80
    [00:21:00.946,500] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:00.946,500] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 9
    [00:21:00.946,500] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 9 flags 0x02
    [00:21:00.946,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:00.946,600] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:00.984,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:00.984,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:00.985,000] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:21:00.985,000] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:00.985,000] <dbg> bt_conn: tx_notify: tx 0x20005988 cb 0x5a541 user_data 0x20005a6c
    [00:21:00.985,100] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:21:00.985,100] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:21:00.985,200] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:21:01.025,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:01.025,300] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:01.025,600] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:21:01.025,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:01.025,600] <dbg> bt_conn: tx_notify: tx 0x20005998 cb 0x5a4ed user_data 0x20005a80
    [00:21:01.025,600] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:21:01.025,600] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:21:01.025,600] <dbg> bt_att: chan_tx_complete: TX Complete chan 0x2000b120 CID 0x0004
    [00:21:01.025,700] <dbg> bt_gatt: gatt_notify: conn 0x20003eb0 handle 0x0012
    [00:21:01.025,800] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x1b
    [00:21:01.025,800] <dbg> bt_att: chan_send: code 0x1b
    [00:21:01.025,800] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 8 cb 0x5a4ed user_data 0x20005a94
    [00:21:01.025,800] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:01.025,900] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 8
    [00:21:01.025,900] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 8 flags 0x02
    [00:21:01.025,900] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:01.025,900] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:01.107,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:01.107,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:01.107,500] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:21:01.107,500] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:01.107,500] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a4ed user_data 0x20005a94
    [00:21:01.107,500] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:21:01.107,500] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:21:01.107,500] <dbg> bt_att: chan_tx_complete: TX Complete chan 0x2000b120 CID 0x0004
    [00:21:01.189,000] <dbg> bt_conn: bt_conn_ref: handle 0 ref 3 -> 4
    [00:21:01.189,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 4 -> 3
    [00:21:01.954,300] <dbg> bt_gatt: ccc_save: Storing CCCs handle 0x0004 value 0x0002
    [00:21:01.954,400] <dbg> bt_gatt: ccc_save: Storing CCCs handle 0x0013 value 0x0001
    [00:21:01.956,200] <dbg> bt_gatt: bt_gatt_store_ccc: Stored CCCs for D0:AB:D5:A8:D0:EE (public) (bt/ccc/d0abd5a8d0ee0)
    [00:21:01.956,200] <dbg> bt_gatt: bt_gatt_store_ccc:   CCC: handle 0x0004 value 0x0002
    [00:21:01.956,200] <dbg> bt_gatt: bt_gatt_store_ccc:   CCC: handle 0x0013 value 0x0001
    [00:21:01.956,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:05.728,300] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:21:05.728,300] <dbg> bt_conn: send_conn_le_param_update: conn 0x20003eb0 features 0x2d params (6-30 0 500)
    [00:21:05.728,400] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 16 cb (nil) user_data (nil)
    [00:21:05.728,400] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:21:05.728,400] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 16
    [00:21:05.728,400] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 16 flags 0x02
    [00:21:05.728,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:21:05.728,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:21:05.776,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:05.776,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:21:05.859,200] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:21:05.859,200] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:21:05.859,200] <dbg> bt_conn: bt_conn_recv: handle 0 len 10 flags 02
    [00:21:05.859,200] <dbg> bt_conn: bt_acl_recv: First, len 10 final 6
    [00:21:05.859,200] <dbg> bt_conn: bt_acl_recv: Successfully parsed 10 byte L2CAP packet
    [00:21:05.859,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    
    
    
    No luck this time, trying to connect from Windows
    [00:22:09.949,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:22:09.949,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:22:09.949,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:22:09.949,500] <dbg> bt_conn: bt_conn_set_state: connecting-adv -> connected
    [00:22:09.949,500] <dbg> bt_smp: bt_smp_accept: conn 0x20003eb0 handle 0
    [00:22:09.949,500] <dbg> bt_smp: bt_smp_connected: chan 0x2000416c cid 0x0006
    [00:22:09.949,600] <dbg> bt_att: bt_att_accept: conn 0x20003eb0 handle 0
    [00:22:09.949,600] <dbg> bt_att: att_chan_attach: att 0x2000e68c chan 0x2000b120 flags 0
    [00:22:09.949,600] <dbg> bt_att: bt_att_connected: chan 0x2000b124 cid 0x0004
    [00:22:09.949,600] <dbg> bt_gatt: bt_gatt_connected: conn 0x20003eb0
    [00:22:09.950,000] <dbg> bt_gatt: ccc_set_direct: key: bt/ccc/d0abd5a8d0ee0
    [00:22:09.950,000] <dbg> bt_gatt: ccc_set: Read CCC: handle 0x0004 value 0x0002
    [00:22:09.950,000] <dbg> bt_gatt: ccc_set: Read CCC: handle 0x0013 value 0x0001
    [00:22:09.950,100] <dbg> bt_gatt: ccc_load: Restoring CCC: handle 0x0004 value 0x0002
    [00:22:09.950,100] <dbg> bt_gatt: ccc_load: Restoring CCC: handle 0x0013 value 0x0001
    [00:22:09.950,300] <dbg> bt_gatt: ccc_set: Restored CCC for id:0 addr:D0:AB:D5:A8:D0:EE (public)
    [00:22:09.955,500] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x20000a68 value 0x0002
    [00:22:09.955,700] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: D0:AB:D5:A8:D0:EE (public)
    [00:22:09.955,700] <dbg> bt_smp: smp_send_security_req: 
    [00:22:09.955,800] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:09.955,800] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:09.956,300] <dbg> bt_smp: smp_init: prnd f71042140603161c109eb13f0cc5cc2d
    [00:22:09.956,400] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 6 cb (nil) user_data (nil)
    [00:22:09.956,400] <dbg> bt_att: bt_att_req_alloc: req 0x2000e6f4
    [00:22:09.956,500] <dbg> bt_gatt: gatt_exchange_mtu_encode: Client MTU 247
    [00:22:09.956,500] <dbg> bt_att: bt_att_req_send: conn 0x20003eb0 req 0x2000e6f4
    [00:22:09.956,500] <dbg> bt_att: bt_att_chan_req_send: req 0x2000e6f4
    [00:22:09.956,500] <dbg> bt_att: chan_req_send: chan 0x2000b120 req 0x2000e6f4 len 3
    [00:22:09.956,500] <dbg> bt_att: bt_att_chan_send: chan 0x2000b120 flags 4 code 0x02
    [00:22:09.956,500] <dbg> bt_att: chan_send: code 0x02
    [00:22:09.956,500] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a509 user_data 0x20005a94
    [00:22:09.956,600] <dbg> bt_att: bt_att_status: chan 0x2000b124 status 0x2000b134
    [00:22:09.956,600] <dbg> ble: connected: Connected
    [00:22:09.956,600] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:09.956,700] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:22:09.956,700] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e124 len 6
    [00:22:09.956,700] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e124 len 6 flags 0x02
    [00:22:09.957,000] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:09.957,000] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:09.957,000] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:22:09.957,000] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:22:09.957,000] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:22:09.957,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:09.957,100] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:09.957,500] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:09.957,500] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:09.957,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.006,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.006,900] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.089,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.089,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.089,600] <dbg> bt_conn: tx_complete_work: conn 0x20003eb0
    [00:22:10.089,600] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:22:10.089,600] <dbg> bt_conn: tx_notify: tx 0x200059a8 cb 0x5a509 user_data 0x20005a94
    [00:22:10.089,800] <dbg> bt_att: att_sent: conn 0x20003eb0 chan 0x2000b124
    [00:22:10.089,800] <dbg> bt_att: bt_att_sent: chan 0x2000b120
    [00:22:10.089,800] <dbg> bt_att: chan_req_sent: chan 0x2000b120 chan->req 0x2000e6f4
    [00:22:10.130,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.130,400] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.130,500] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.130,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.212,400] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.212,500] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.212,800] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:10.212,800] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:10.417,000] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.417,100] <dbg> bt_smp: bt_smp_encrypt_change: chan 0x2000416c conn 0x20003eb0 handle 0 encrypt 0x01 hci status 0x00
    [00:22:10.417,100] <dbg> bt_att: bt_att_encrypt_change: chan 0x2000b124 conn 0x20003eb0 handle 0 sec_level 0x04 status 0x00
    [00:22:10.417,100] <dbg> bt_gatt: bt_gatt_encrypt_change: conn 0x20003eb0
    [00:22:10.417,100] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x20000a68 value 0x0002
    [00:22:10.417,300] <dbg> bt_gatt: find_sc_cfg: id: 0, addr: D0:AB:D5:A8:D0:EE (public)
    [00:22:10.417,400] <dbg> bt_gatt: gatt_ccc_changed: ccc 0x2000086c value 0x0001
    [00:22:10.417,600] <dbg> ble: security_changed: Security changed: D0:AB:D5:A8:D0:EE (public) level 4
    [00:22:10.417,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.457,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.457,900] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:22:10.457,900] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:22:10.457,900] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:22:10.457,900] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:22:10.457,900] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x02 len 2
    [00:22:10.457,900] <dbg> bt_att: att_mtu_req: Client MTU 527
    [00:22:10.458,000] <dbg> bt_att: att_mtu_req: Server MTU 247
    [00:22:10.458,000] <dbg> bt_att: chan_send: code 0x03
    [00:22:10.458,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 7 cb 0x5a541 user_data 0x20005a6c
    [00:22:10.458,000] <dbg> bt_att: att_mtu_req: Negotiated MTU 247
    [00:22:10.458,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:10.458,100] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:22:10.458,100] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 7
    [00:22:10.458,100] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 7 flags 0x02
    [00:22:10.458,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:10.458,200] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:10.498,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:10.498,700] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:22:10.498,700] <dbg> bt_conn: bt_conn_recv: handle 0 len 7 flags 02
    [00:22:10.498,800] <dbg> bt_conn: bt_acl_recv: First, len 7 final 3
    [00:22:10.498,800] <dbg> bt_conn: bt_acl_recv: Successfully parsed 7 byte L2CAP packet
    [00:22:10.498,900] <dbg> bt_att: bt_att_recv: Received ATT chan 0x2000b120 code 0x03 len 2
    [00:22:10.498,900] <dbg> bt_att: att_mtu_rsp: Server MTU 527
    [00:22:10.498,900] <dbg> bt_att: att_mtu_rsp: Negotiated MTU 247
    [00:22:10.498,900] <dbg> bt_att: att_handle_rsp: chan 0x2000b120 err 0x00 len 2: 0f02
    [00:22:10.498,900] <dbg> bt_att: bt_att_req_free: req 0x2000e6f4
    [00:22:10.499,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:15.410,900] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:22:15.410,900] <dbg> bt_conn: send_conn_le_param_update: conn 0x20003eb0 features 0x2d params (6-30 0 500)
    [00:22:15.411,000] <dbg> bt_conn: bt_conn_send_cb: conn handle 0 buf len 16 cb (nil) user_data (nil)
    [00:22:15.411,000] <dbg> bt_conn: bt_conn_process_tx: conn 0x20003eb0
    [00:22:15.411,000] <dbg> bt_conn: send_buf: conn 0x20003eb0 buf 0x2000e10c len 16
    [00:22:15.411,000] <dbg> bt_conn: send_frag: conn 0x20003eb0 buf 0x2000e10c len 16 flags 0x02
    [00:22:15.411,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:15.411,100] <dbg> bt_conn: conn_prepare_events: Adding conn 0x20003eb0 to poll list
    [00:22:16.029,900] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:16.029,900] <dbg> bt_conn: bt_conn_set_state: connected -> disconnect-complete
    [00:22:16.030,000] <dbg> bt_att: chan_rsp_sent: chan 0x2000b120
    [00:22:16.030,000] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:16.030,100] <dbg> bt_conn: bt_conn_ref: handle 0 ref 2 -> 3
    [00:22:16.030,100] <dbg> bt_conn: bt_conn_set_state: disconnect-complete -> disconnected
    [00:22:16.030,200] <dbg> bt_conn: tx_notify: conn 0x20003eb0
    [00:22:16.030,200] <dbg> bt_conn: bt_conn_unref: handle 0 ref 3 -> 2
    [00:22:16.030,200] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:16.030,300] <dbg> bt_conn: deferred_work: conn 0x20003eb0
    [00:22:16.030,300] <dbg> bt_smp: bt_smp_disconnected: chan 0x2000416c cid 0x0006
    [00:22:16.030,400] <dbg> bt_att: bt_att_disconnected: chan 0x2000b124 cid 0x0004
    [00:22:16.030,400] <dbg> bt_att: att_chan_detach: chan 0x2000b120
    [00:22:16.030,400] <dbg> bt_gatt: bt_gatt_disconnected: conn 0x20003eb0
    [00:22:16.030,400] <dbg> bt_gatt: disconnected_cb: ccc 0x20000a68 reseted
    [00:22:16.030,500] <dbg> bt_gatt: disconnected_cb: ccc 0x2000086c reseted
    [00:22:16.030,500] <dbg> bt_gatt: ccc_save: Storing CCCs handle 0x0004 value 0x0002
    [00:22:16.030,500] <dbg> bt_gatt: ccc_save: Storing CCCs handle 0x0013 value 0x0001
    [00:22:16.031,000] <dbg> bt_gatt: bt_gatt_store_ccc: Stored CCCs for D0:AB:D5:A8:D0:EE (public) (bt/ccc/d0abd5a8d0ee0)
    [00:22:16.031,000] <dbg> bt_gatt: bt_gatt_store_ccc:   CCC: handle 0x0004 value 0x0002
    [00:22:16.031,000] <dbg> bt_gatt: bt_gatt_store_ccc:   CCC: handle 0x0013 value 0x0001
    [00:22:16.031,500] <dbg> bt_gatt: bt_gatt_store_cf: Stored CF for D0:AB:D5:A8:D0:EE (public) (bt/cf/d0abd5a8d0ee0)
    [00:22:16.031,600] <dbg> bt_att: bt_att_released: chan 0x2000b120
    [00:22:16.031,600] <dbg> ble: disconnected: Disconnected (reason 8)
    [00:22:16.031,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    [00:22:16.031,600] <dbg> bt_conn: bt_conn_unref: handle 0 ref 1 -> 0
    [00:22:16.031,700] <dbg> bt_conn: bt_conn_set_state: disconnected -> connecting-adv
    [00:22:16.031,700] <dbg> bt_conn: bt_conn_ref: handle 0 ref 1 -> 2
    [00:22:16.032,100] <dbg> bt_conn: bt_conn_prepare_events: 
    [00:22:16.032,100] <dbg> bt_conn: bt_conn_unref: handle 0 ref 2 -> 1
    

    Also attaching the .config file.

    CONFIG_GPIO=y
    CONFIG_SPI=y
    CONFIG_I2C=y
    # CONFIG_KSCAN is not set
    # CONFIG_WIFI is not set
    # CONFIG_FT800 is not set
    CONFIG_ADC_INIT_PRIORITY=50
    CONFIG_GPIO_INIT_PRIORITY=40
    # CONFIG_MODEM is not set
    CONFIG_SENSOR=y
    # CONFIG_BT_HCI_ACL_FLOW_CONTROL is not set
    CONFIG_BT_HCI_VS_EXT=y
    CONFIG_BOARD="nenav1b"
    CONFIG_BT_CTLR=y
    CONFIG_SOC="nRF52832_CIAA"
    CONFIG_SOC_SERIES="nrf52"
    CONFIG_NUM_IRQS=39
    CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
    CONFIG_CLOCK_CONTROL_INIT_PRIORITY=30
    CONFIG_FLASH_SIZE=512
    CONFIG_FLASH_BASE_ADDRESS=0x0
    CONFIG_HEAP_MEM_POOL_SIZE=8192
    CONFIG_ROM_START_OFFSET=0
    CONFIG_PINCTRL=y
    CONFIG_WATCHDOG=y
    CONFIG_SOC_HAS_TIMING_FUNCTIONS=y
    CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT=y
    # CONFIG_CORTEX_M_SYSTICK is not set
    CONFIG_PM=y
    CONFIG_PM_DEVICE=y
    CONFIG_NRF52_ANOMALY_132_WORKAROUND=y
    CONFIG_CLOCK_CONTROL=y
    CONFIG_NRF_RTC_TIMER=y
    CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
    CONFIG_BUILD_OUTPUT_HEX=y
    # CONFIG_FPU is not set
    # CONFIG_MBEDTLS is not set
    # CONFIG_CODE_DATA_RELOCATION is not set
    # CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
    CONFIG_TINYCRYPT=y
    # CONFIG_SERIAL is not set
    # CONFIG_SRAM_VECTOR_TABLE is not set
    CONFIG_MP_NUM_CPUS=1
    CONFIG_PLATFORM_SPECIFIC_INIT=y
    
    #
    # Modules
    #
    
    #
    # Available modules.
    #
    
    #
    # nrf (C:/Users/apele/ncs/v2.1.0/nrf)
    #
    CONFIG_NUM_METAIRQ_PRIORITIES=0
    CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1440
    CONFIG_MAIN_STACK_SIZE=1584
    CONFIG_LOG_BUFFER_SIZE=4096
    CONFIG_INIT_STACKS=y
    
    #
    # Nordic nRF Connect
    #
    CONFIG_WARN_EXPERIMENTAL=y
    CONFIG_PRIVILEGED_STACK_SIZE=1024
    CONFIG_BT_BUF_CMD_TX_COUNT=2
    CONFIG_ENTROPY_GENERATOR=y
    CONFIG_INIT_ARCH_HW_AT_BOOT=y
    CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
    # CONFIG_NCS_SAMPLES_DEFAULTS is not set
    CONFIG_LOG_DEFAULT_LEVEL=3
    
    #
    # Image build variants
    #
    # CONFIG_NCS_IS_VARIANT_IMAGE is not set
    # CONFIG_NCS_MCUBOOT_IN_BUILD is not set
    # end of Image build variants
    
    #
    # Bootloader
    #
    # CONFIG_BUILD_S1_VARIANT is not set
    # CONFIG_SECURE_BOOT is not set
    CONFIG_PM_PARTITION_SIZE_PROVISION=0x1000
    # CONFIG_B0_MIN_PARTITION_SIZE is not set
    CONFIG_PM_PARTITION_SIZE_B0_IMAGE=0x7000
    # CONFIG_SECURE_BOOT_CRYPTO is not set
    
    #
    # Secure Boot firmware validation
    #
    CONFIG_SB_VALIDATION_INFO_MAGIC=0x86518483
    CONFIG_SB_VALIDATION_POINTER_MAGIC=0x6919b47e
    CONFIG_SB_VALIDATION_INFO_CRYPTO_ID=1
    CONFIG_SB_VALIDATION_INFO_VERSION=2
    CONFIG_SB_VALIDATION_METADATA_OFFSET=0
    CONFIG_SB_VALIDATE_FW_SIGNATURE=y
    # end of Secure Boot firmware validation
    # end of Bootloader
    
    #
    # Bluetooth Low Energy
    #
    CONFIG_BT_MAX_CONN=1
    CONFIG_BT_LL_SOFTDEVICE=y
    
    #
    # SoftDevice Controller
    #
    CONFIG_BT_LL_SOFTDEVICE_BUILD_TYPE_LIB=y
    CONFIG_BT_HCI_TX_STACK_SIZE=880
    CONFIG_BT_RX_STACK_SIZE=1600
    # CONFIG_BT_CTLR_SDC_LLPM is not set
    CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT=1
    CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=7500
    CONFIG_BT_CTLR_SDC_TX_PACKET_COUNT=3
    CONFIG_BT_CTLR_SDC_RX_PACKET_COUNT=2
    CONFIG_BT_CTLR_SDC_SCAN_BUFFER_COUNT=3
    CONFIG_BT_CTLR_SDC_PERIODIC_SYNC_BUFFER_COUNT=2
    CONFIG_BT_CTLR_SDC_RX_PRIO=6
    CONFIG_BT_CTLR_SDC_RX_STACK_SIZE=1024
    # CONFIG_BT_CTLR_DF is not set
    CONFIG_BT_LL_SOFTDEVICE_PERIPHERAL=y
    # CONFIG_BT_LL_SOFTDEVICE_MULTIROLE is not set
    CONFIG_BT_CTLR_ECDH_LIB_OBERON=y
    # CONFIG_BT_CTLR_ECDH_LIB_TINYCRYPT is not set
    CONFIG_BT_CTLR_ECDH_STACK_SIZE=900
    # CONFIG_BT_CTLR_ECDH_IN_MPSL_WORK is not set
    # end of SoftDevice Controller
    
    #
    # BLE Libraries
    #
    # CONFIG_BT_GATT_POOL is not set
    # CONFIG_BT_GATT_DM is not set
    # CONFIG_BT_ADV_PROV is not set
    # CONFIG_BT_CONN_CTX is not set
    
    #
    # Bluetooth Services
    #
    CONFIG_BT_NRF_SERVICES=y
    # CONFIG_BT_AMS_CLIENT is not set
    # CONFIG_BT_ANCS_CLIENT is not set
    # CONFIG_BT_BAS_CLIENT is not set
    # CONFIG_BT_CTS_CLIENT is not set
    # CONFIG_BT_DFU_SMP is not set
    # CONFIG_BT_GATTP is not set
    # CONFIG_BT_HIDS is not set
    # CONFIG_BT_HOGP is not set
    # CONFIG_BT_LBS is not set
    CONFIG_BT_NUS=y
    CONFIG_BT_NUS_AUTHEN=y
    # CONFIG_BT_NUS_LOG_LEVEL_OFF is not set
    # CONFIG_BT_NUS_LOG_LEVEL_ERR is not set
    # CONFIG_BT_NUS_LOG_LEVEL_WRN is not set
    CONFIG_BT_NUS_LOG_LEVEL_INF=y
    # CONFIG_BT_NUS_LOG_LEVEL_DBG is not set
    CONFIG_BT_NUS_LOG_LEVEL=3
    # CONFIG_BT_NUS_CLIENT is not set
    # CONFIG_BT_RSCS is not set
    # CONFIG_BT_THROUGHPUT is not set
    # CONFIG_BT_LATENCY is not set
    # CONFIG_BT_LATENCY_CLIENT is not set
    # CONFIG_BT_HRS_CLIENT is not set
    # CONFIG_BT_DDFS is not set
    # CONFIG_BT_MDS is not set
    # CONFIG_BT_FAST_PAIR is not set
    CONFIG_BT_RPA_TIMEOUT=900
    # CONFIG_BT_DIS is not set
    CONFIG_BT_L2CAP_TX_MTU=247
    CONFIG_BT_BUF_ACL_TX_SIZE=251
    CONFIG_BT_BUF_ACL_RX_SIZE=251
    CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
    # end of Bluetooth Services
    
    #
    # BLE over nRF RPC
    #
    # CONFIG_BT_RPC is not set
    # CONFIG_BT_RPC_STACK is not set
    # CONFIG_BT_CENTRAL is not set
    CONFIG_BT_PERIPHERAL=y
    # CONFIG_BT_OBSERVER is not set
    CONFIG_BT_BROADCASTER=y
    CONFIG_BT_CONN=y
    # CONFIG_BT_REMOTE_VERSION is not set
    CONFIG_BT_PHY_UPDATE=y
    CONFIG_BT_DATA_LEN_UPDATE=y
    # CONFIG_BT_EXT_ADV is not set
    # CONFIG_BT_BAS is not set
    # CONFIG_BT_HRS is not set
    # CONFIG_BT_TPS is not set
    # CONFIG_BT_IAS is not set
    # CONFIG_BT_OTS is not set
    # CONFIG_BT_OTS_CLIENT is not set
    CONFIG_BT_BUF_ACL_TX_COUNT=3
    CONFIG_BT_BUF_ACL_RX_COUNT=6
    CONFIG_BT_BUF_EVT_RX_SIZE=68
    CONFIG_BT_BUF_EVT_RX_COUNT=10
    CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43
    CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=3
    CONFIG_BT_BUF_CMD_TX_SIZE=65
    CONFIG_BT_HAS_HCI_VS=y
    CONFIG_BT_HCI_VS=y
    # CONFIG_BT_HCI_VS_EVT is not set
    # CONFIG_BT_HCI_VS_FATAL_ERROR is not set
    # CONFIG_BT_WAIT_NOP is not set
    CONFIG_BT_RPA=y
    CONFIG_BT_ASSERT=y
    CONFIG_BT_ASSERT_VERBOSE=y
    # CONFIG_BT_ASSERT_PANIC is not set
    CONFIG_BT_DEBUG=y
    CONFIG_BT_MONITOR=y
    # CONFIG_BT_DEBUG_NONE is not set
    # CONFIG_BT_DEBUG_LOG is not set
    # CONFIG_BT_DEBUG_MONITOR_UART is not set
    CONFIG_BT_DEBUG_MONITOR_RTT=y
    CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER=1
    CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER_NAME="btmonitor"
    CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER_SIZE=1024
    # CONFIG_BT_DEBUG_HCI_DRIVER is not set
    # CONFIG_BT_DEBUG_RPA is not set
    # CONFIG_BT_LONG_WQ is not set
    CONFIG_BT_HCI_HOST=y
    CONFIG_BT_HCI_TX_STACK_SIZE_WITH_PROMPT=y
    CONFIG_BT_HCI_TX_PRIO=7
    CONFIG_BT_HCI_RESERVE=0
    # CONFIG_BT_RECV_BLOCKING is not set
    # CONFIG_BT_RECV_WORKQ_SYS is not set
    CONFIG_BT_RECV_WORKQ_BT=y
    CONFIG_BT_RX_PRIO=8
    CONFIG_BT_DRIVER_RX_HIGH_PRIO=6
    # CONFIG_BT_AUDIO is not set
    CONFIG_BT_SETTINGS=y
    CONFIG_BT_SETTINGS_CCC_LAZY_LOADING=y
    CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE=y
    CONFIG_BT_SETTINGS_USE_PRINTK=y
    # CONFIG_BT_FILTER_ACCEPT_LIST is not set
    CONFIG_BT_LIM_ADV_TIMEOUT=60
    CONFIG_BT_CONN_TX_MAX=3
    # CONFIG_BT_USER_PHY_UPDATE is not set
    CONFIG_BT_AUTO_PHY_UPDATE=y
    # CONFIG_BT_USER_DATA_LEN_UPDATE is not set
    CONFIG_BT_AUTO_DATA_LEN_UPDATE=y
    # CONFIG_BT_REMOTE_INFO is not set
    CONFIG_BT_SMP=y
    CONFIG_BT_PRIVACY=y
    # CONFIG_BT_RPA_TIMEOUT_DYNAMIC is not set
    # CONFIG_BT_SIGNING is not set
    # CONFIG_BT_SMP_APP_PAIRING_ACCEPT is not set
    # CONFIG_BT_SMP_SC_PAIR_ONLY is not set
    # CONFIG_BT_SMP_SC_ONLY is not set
    # CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY is not set
    # CONFIG_BT_SMP_DISABLE_LEGACY_JW_PASSKEY is not set
    # CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE is not set
    CONFIG_BT_FIXED_PASSKEY=y
    # CONFIG_BT_USE_DEBUG_KEYS is not set
    CONFIG_BT_BONDABLE=y
    # CONFIG_BT_BONDING_REQUIRED is not set
    # CONFIG_BT_STORE_DEBUG_KEYS is not set
    CONFIG_BT_SMP_ENFORCE_MITM=y
    CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
    # CONFIG_BT_KEYS_SAVE_AGING_COUNTER_ON_PAIRING is not set
    CONFIG_BT_SMP_MIN_ENC_KEY_SIZE=7
    CONFIG_BT_L2CAP_TX_BUF_COUNT=3
    CONFIG_BT_L2CAP_TX_FRAG_COUNT=2
    # CONFIG_BT_L2CAP_DYNAMIC_CHANNEL is not set
    # CONFIG_BT_DEBUG_L2CAP is not set
    CONFIG_BT_ATT_ENFORCE_FLOW=y
    CONFIG_BT_ATT_PREPARE_COUNT=0
    CONFIG_BT_ATT_RETRY_ON_SEC_ERR=y
    CONFIG_BT_GATT_AUTO_SEC_REQ=y
    CONFIG_BT_GATT_SERVICE_CHANGED=y
    # CONFIG_BT_GATT_DYNAMIC_DB is not set
    CONFIG_BT_GATT_CACHING=y
    # CONFIG_BT_GATT_NOTIFY_MULTIPLE is not set
    # CONFIG_BT_GATT_ENFORCE_CHANGE_UNAWARE is not set
    CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=y
    CONFIG_BT_GATT_CLIENT=y
    CONFIG_BT_GATT_READ_MULTIPLE=y
    CONFIG_BT_GATT_READ_MULT_VAR_LEN=y
    # CONFIG_BT_GATT_AUTO_DISCOVER_CCC is not set
    CONFIG_BT_GATT_AUTO_UPDATE_MTU=y
    CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=y
    CONFIG_BT_GAP_PERIPHERAL_PREF_PARAMS=y
    CONFIG_BT_PERIPHERAL_PREF_MIN_INT=6
    CONFIG_BT_PERIPHERAL_PREF_MAX_INT=30
    CONFIG_BT_PERIPHERAL_PREF_LATENCY=0
    CONFIG_BT_PERIPHERAL_PREF_TIMEOUT=500
    CONFIG_BT_DEBUG_ATT=y
    CONFIG_BT_DEBUG_GATT=y
    CONFIG_BT_MAX_PAIRED=1
    CONFIG_BT_CREATE_CONN_TIMEOUT=3
    CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT=5000
    # CONFIG_BT_DEVICE_NAME_DYNAMIC is not set
    CONFIG_BT_DEVICE_NAME="NenaV1b"
    # CONFIG_BT_DEVICE_APPEARANCE_DYNAMIC is not set
    CONFIG_BT_DEVICE_APPEARANCE=1345
    CONFIG_BT_ID_MAX=1
    CONFIG_BT_ECC=y
    # CONFIG_BT_TINYCRYPT_ECC is not set
    # CONFIG_BT_HOST_CCM is not set
    # CONFIG_BT_DEBUG_SETTINGS is not set
    # CONFIG_BT_DEBUG_HCI_CORE is not set
    CONFIG_BT_DEBUG_CONN=y
    # CONFIG_BT_DEBUG_ISO is not set
    # CONFIG_BT_DEBUG_KEYS is not set
    CONFIG_BT_DEBUG_SMP=y
    # CONFIG_BT_SMP_SELFTEST is not set
    # CONFIG_BT_SMP_FORCE_BREDR is not set
    # CONFIG_BT_DEBUG_SERVICE is not set
    # CONFIG_BT_LOG_SNIFFER_INFO is not set
    # CONFIG_BT_TESTING is not set
    # CONFIG_BT_BREDR is not set
    # CONFIG_BT_HCI_VS_EVT_USER is not set
    # end of BLE over nRF RPC
    # end of Bluetooth Low Energy
    
    #
    # DFU
    #
    # CONFIG_DFU_MULTI_IMAGE is not set
    # CONFIG_DFU_TARGET is not set
    # end of DFU
    
    # CONFIG_ESB is not set
    
    #
    # Peripheral CPU DFU (PCD)
    #
    # CONFIG_PCD is not set
    # CONFIG_PCD_APP is not set
    # CONFIG_PCD_NET is not set
    # end of Peripheral CPU DFU (PCD)
    
    #
    # Networking
    #
    
    #
    # Application protocols
    #
    
    #
    # nRF Cloud
    #
    
    #
    # Client ID (nRF Cloud Device ID)
    #
    CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME=y
    CONFIG_NRF_CLOUD_CLIENT_ID="my-client-id"
    # end of Client ID (nRF Cloud Device ID)
    
    # CONFIG_NRF_CLOUD_MQTT is not set
    # CONFIG_NRF_CLOUD_FOTA is not set
    # CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE is not set
    # CONFIG_NRF_CLOUD_REST is not set
    # CONFIG_NRF_CLOUD_GATEWAY is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_WRN is not set
    CONFIG_NRF_CLOUD_LOG_LEVEL_INF=y
    # CONFIG_NRF_CLOUD_LOG_LEVEL_DBG is not set
    CONFIG_NRF_CLOUD_LOG_LEVEL=3
    # end of nRF Cloud
    
    # CONFIG_REST_CLIENT is not set
    # CONFIG_DOWNLOAD_CLIENT is not set
    # CONFIG_AWS_IOT is not set
    # CONFIG_AWS_JOBS is not set
    # CONFIG_AZURE_IOT_HUB is not set
    
    #
    # Self-Registration (Zi ZHu Ce)
    #
    # end of Self-Registration (Zi ZHu Ce)
    
    # CONFIG_ICAL_PARSER is not set
    # CONFIG_FTP_CLIENT is not set
    # CONFIG_LWM2M_CLIENT_UTILS is not set
    # end of Application protocols
    
    #
    # Link layer options
    #
    # CONFIG_NET_L2_NRF_WIFI_MGMT is not set
    # CONFIG_NET_L2_NRF_WIFI_SHELL is not set
    # end of Link layer options
    # end of Networking
    
    #
    # NFC
    #
    # CONFIG_NFC_NDEF is not set
    # CONFIG_NFC_NDEF_PARSER is not set
    # CONFIG_NFC_NDEF_PAYLOAD_TYPE_COMMON is not set
    # CONFIG_NFC_T2T_PARSER is not set
    # CONFIG_NFC_T4T_NDEF_FILE is not set
    # CONFIG_NFC_T4T_ISODEP is not set
    # CONFIG_NFC_T4T_APDU is not set
    # CONFIG_NFC_T4T_CC_FILE is not set
    # CONFIG_NFC_T4T_HL_PROCEDURE is not set
    # CONFIG_NFC_PLATFORM is not set
    # CONFIG_NFC_TNEP_TAG is not set
    # CONFIG_NFC_TNEP_POLLER is not set
    # CONFIG_NFC_TNEP_CH is not set
    # end of NFC
    
    # CONFIG_APP_EVENT_MANAGER is not set
    # CONFIG_NRF_PROFILER is not set
    
    #
    # SPM
    #
    # CONFIG_SPM is not set
    # CONFIG_IS_SPM is not set
    # end of SPM
    
    # CONFIG_FW_INFO is not set
    
    #
    # Debug
    #
    # CONFIG_PPI_TRACE is not set
    CONFIG_CPU_LOAD=y
    # CONFIG_CPU_LOAD_LOG_LEVEL_OFF is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_ERR is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_WRN is not set
    CONFIG_CPU_LOAD_LOG_LEVEL_INF=y
    # CONFIG_CPU_LOAD_LOG_LEVEL_DBG is not set
    CONFIG_CPU_LOAD_LOG_LEVEL=3
    CONFIG_CPU_LOAD_CMDS=y
    # CONFIG_CPU_LOAD_LOG_PERIODIC is not set
    # CONFIG_CPU_LOAD_ALIGNED_CLOCKS is not set
    # CONFIG_CPU_LOAD_TIMER_0 is not set
    # CONFIG_CPU_LOAD_TIMER_1 is not set
    CONFIG_CPU_LOAD_TIMER_2=y
    # CONFIG_CPU_LOAD_TIMER_3 is not set
    # CONFIG_CPU_LOAD_TIMER_4 is not set
    CONFIG_CPU_LOAD_TIMER_INSTANCE=2
    # end of Debug
    
    CONFIG_SHELL_BT_NUS=y
    # CONFIG_SHELL_BT_NUS_LOG_LEVEL_OFF is not set
    # CONFIG_SHELL_BT_NUS_LOG_LEVEL_ERR is not set
    # CONFIG_SHELL_BT_NUS_LOG_LEVEL_WRN is not set
    CONFIG_SHELL_BT_NUS_LOG_LEVEL_INF=y
    # CONFIG_SHELL_BT_NUS_LOG_LEVEL_DBG is not set
    CONFIG_SHELL_BT_NUS_LOG_LEVEL=3
    CONFIG_SHELL_BT_NUS_LOG_MESSAGE_QUEUE_TIMEOUT=300
    CONFIG_SHELL_BT_NUS_LOG_MESSAGE_QUEUE_SIZE=128
    # CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_DEFAULT is not set
    # CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_DBG is not set
    CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_INF=y
    # CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_WRN is not set
    # CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_ERR is not set
    # CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_NONE is not set
    CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL=3
    CONFIG_SHELL_BT_NUS_TX_RING_BUFFER_SIZE=256
    CONFIG_SHELL_BT_NUS_RX_RING_BUFFER_SIZE=32
    
    #
    # Nordic MPSL
    #
    # CONFIG_MPSL_FEM_DEVICE_CONFIG_254 is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_OFF is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_ERR is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_WRN is not set
    CONFIG_MPSL_FEM_LOG_LEVEL_INF=y
    # CONFIG_MPSL_FEM_LOG_LEVEL_DBG is not set
    CONFIG_MPSL_FEM_LOG_LEVEL=3
    # CONFIG_MPSL_CX is not set
    # CONFIG_MPSL_CX_LOG_LEVEL_OFF is not set
    # CONFIG_MPSL_CX_LOG_LEVEL_ERR is not set
    # CONFIG_MPSL_CX_LOG_LEVEL_WRN is not set
    CONFIG_MPSL_CX_LOG_LEVEL_INF=y
    # CONFIG_MPSL_CX_LOG_LEVEL_DBG is not set
    CONFIG_MPSL_CX_LOG_LEVEL=3
    CONFIG_MPSL_THREAD_COOP_PRIO=6
    CONFIG_MPSL_WORK_STACK_SIZE=624
    CONFIG_MPSL_TIMESLOT_SESSION_COUNT=0
    # CONFIG_MPSL_ASSERT_HANDLER is not set
    # CONFIG_MPSL_LOG_LEVEL_OFF is not set
    # CONFIG_MPSL_LOG_LEVEL_ERR is not set
    # CONFIG_MPSL_LOG_LEVEL_WRN is not set
    CONFIG_MPSL_LOG_LEVEL_INF=y
    # CONFIG_MPSL_LOG_LEVEL_DBG is not set
    CONFIG_MPSL_LOG_LEVEL=3
    # end of Nordic MPSL
    
    # CONFIG_CHIP is not set
    
    #
    # Partition Manager
    #
    # CONFIG_PARTITION_MANAGER_ENABLED is not set
    # CONFIG_FLASH_MAP_CUSTOM is not set
    CONFIG_SRAM_SIZE=64
    CONFIG_SRAM_BASE_ADDRESS=0x20000000
    
    #
    # Zephyr subsystem configurations
    #
    CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x2000
    # end of Zephyr subsystem configurations
    
    #
    # NCS subsystem configurations
    #
    # CONFIG_PM_SINGLE_IMAGE is not set
    CONFIG_PM_EXTERNAL_FLASH_BASE=0
    # CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK is not set
    CONFIG_PM_SRAM_BASE=0x20000000
    CONFIG_PM_SRAM_SIZE=0x10000
    # end of Partition Manager
    
    #
    # nRF RPC (Remote Procedure Call) library
    #
    # end of nRF RPC (Remote Procedure Call) library
    
    #
    # Full Modem Firmware Update Management(FMFU)
    #
    # CONFIG_MGMT_FMFU_LOG_LEVEL_OFF is not set
    # CONFIG_MGMT_FMFU_LOG_LEVEL_ERR is not set
    # CONFIG_MGMT_FMFU_LOG_LEVEL_WRN is not set
    CONFIG_MGMT_FMFU_LOG_LEVEL_INF=y
    # CONFIG_MGMT_FMFU_LOG_LEVEL_DBG is not set
    CONFIG_MGMT_FMFU_LOG_LEVEL=3
    # end of Full Modem Firmware Update Management(FMFU)
    
    # CONFIG_CAF is not set
    
    #
    # Nordic IEEE 802.15.4
    #
    # end of Nordic IEEE 802.15.4
    
    # CONFIG_DM_MODULE is not set
    
    #
    # Libraries
    #
    
    #
    # Binary libraries
    #
    # end of Binary libraries
    
    # CONFIG_ADP536X is not set
    # CONFIG_AT_MONITOR is not set
    # CONFIG_LTE_LINK_CONTROL is not set
    CONFIG_NRF_BPROT_FLASH_REGION_SIZE=0x1000
    CONFIG_FPROTECT_BLOCK_SIZE=0x1000
    # CONFIG_FPROTECT is not set
    # CONFIG_DK_LIBRARY is not set
    # CONFIG_AT_CMD_PARSER is not set
    # CONFIG_MODEM_INFO is not set
    CONFIG_MULTITHREADING_LOCK=y
    # CONFIG_RESET_ON_FATAL_ERROR is not set
    # CONFIG_SMS is not set
    # CONFIG_SUPL_CLIENT_LIB is not set
    # CONFIG_DATE_TIME is not set
    # CONFIG_WAVE_GEN_LIB is not set
    CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE=0
    # CONFIG_MODEM_JWT is not set
    # CONFIG_QOS is not set
    # end of Libraries
    
    #
    # Device Drivers
    #
    # CONFIG_BT_DRIVER_QUIRK_NO_AUTO_DLE is not set
    # CONFIG_ETH_RTT is not set
    # CONFIG_BH1749 is not set
    # CONFIG_SENSOR_SIM is not set
    # CONFIG_SENSOR_STUB is not set
    # CONFIG_PMW3360 is not set
    # CONFIG_PAW3212 is not set
    # CONFIG_NRF_SW_LPUART is not set
    CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS=1
    CONFIG_CLOCK_CONTROL_MPSL=y
    CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL=y
    CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT=1
    CONFIG_TEMP_NRF5_MPSL=y
    # end of Device Drivers
    
    #
    # External libraries
    #
    # end of External libraries
    
    #
    # Test
    #
    CONFIG_ZTEST_MULTICORE_DEFAULT_SETTINGS=y
    # CONFIG_UNITY is not set
    # end of Test
    # end of Nordic nRF Connect
    
    CONFIG_ZEPHYR_NRF_MODULE=y
    # end of nrf (C:/Users/apele/ncs/v2.1.0/nrf)
    
    #
    # hostap (C:/Users/apele/ncs/v2.1.0/modules/lib/hostap)
    #
    CONFIG_ZEPHYR_HOSTAP_MODULE=y
    # end of hostap (C:/Users/apele/ncs/v2.1.0/modules/lib/hostap)
    
    #
    # mcuboot (C:/Users/apele/ncs/v2.1.0/bootloader/mcuboot)
    #
    
    #
    # MCUboot
    #
    CONFIG_BOOT_SIGNATURE_KEY_FILE=""
    CONFIG_DT_FLASH_WRITE_BLOCK_SIZE=4
    # end of MCUboot
    
    CONFIG_ZEPHYR_MCUBOOT_MODULE=y
    # end of mcuboot (C:/Users/apele/ncs/v2.1.0/bootloader/mcuboot)
    
    #
    # mbedtls (C:/Users/apele/ncs/v2.1.0/modules/crypto/mbedtls)
    #
    CONFIG_ZEPHYR_MBEDTLS_MODULE=y
    CONFIG_MBEDTLS_BUILTIN=y
    # CONFIG_MBEDTLS_LIBRARY is not set
    # end of mbedtls (C:/Users/apele/ncs/v2.1.0/modules/crypto/mbedtls)
    
    #
    # trusted-firmware-m (C:/Users/apele/ncs/v2.1.0/modules/tee/tf-m/trusted-firmware-m)
    #
    # CONFIG_BOOTLOADER_MCUBOOT is not set
    CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
    # end of trusted-firmware-m (C:/Users/apele/ncs/v2.1.0/modules/tee/tf-m/trusted-firmware-m)
    
    #
    # cjson (C:/Users/apele/ncs/v2.1.0/modules/lib/cjson)
    #
    CONFIG_ZEPHYR_CJSON_MODULE=y
    # end of cjson (C:/Users/apele/ncs/v2.1.0/modules/lib/cjson)
    
    #
    # azure-sdk-for-c (C:/Users/apele/ncs/v2.1.0/modules/lib/azure-sdk-for-c)
    #
    # CONFIG_AZURE_SDK is not set
    CONFIG_ZEPHYR_AZURE_SDK_FOR_C_MODULE=y
    # end of azure-sdk-for-c (C:/Users/apele/ncs/v2.1.0/modules/lib/azure-sdk-for-c)
    
    #
    # memfault-firmware-sdk (C:/Users/apele/ncs/v2.1.0/modules/lib/memfault-firmware-sdk)
    #
    # CONFIG_MEMFAULT is not set
    CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE=y
    # end of memfault-firmware-sdk (C:/Users/apele/ncs/v2.1.0/modules/lib/memfault-firmware-sdk)
    
    #
    # cirrus-logic (C:/Users/apele/ncs/v2.1.0/modules/hal/cirrus-logic)
    #
    # CONFIG_HW_CODEC_CIRRUS_LOGIC is not set
    CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE=y
    # end of cirrus-logic (C:/Users/apele/ncs/v2.1.0/modules/hal/cirrus-logic)
    
    #
    # openthread (C:/Users/apele/ncs/v2.1.0/modules/lib/openthread)
    #
    # CONFIG_OPENTHREAD is not set
    CONFIG_ZEPHYR_OPENTHREAD_MODULE=y
    # end of openthread (C:/Users/apele/ncs/v2.1.0/modules/lib/openthread)
    
    #
    # canopennode (C:/Users/apele/ncs/v2.1.0/modules/lib/canopennode)
    #
    CONFIG_ZEPHYR_CANOPENNODE_MODULE=y
    # end of canopennode (C:/Users/apele/ncs/v2.1.0/modules/lib/canopennode)
    
    #
    # chre (C:/Users/apele/ncs/v2.1.0/modules/lib/chre)
    #
    CONFIG_ZEPHYR_CHRE_MODULE=y
    # CONFIG_CHRE is not set
    # end of chre (C:/Users/apele/ncs/v2.1.0/modules/lib/chre)
    
    #
    # hal_nordic (C:/Users/apele/ncs/v2.1.0/modules/hal/nordic)
    #
    CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
    CONFIG_HAS_NORDIC_DRIVERS=y
    
    #
    # Nordic drivers
    #
    # CONFIG_NRF_802154_SOURCE_HAL_NORDIC is not set
    # CONFIG_NRF_802154_SER_HOST is not set
    # end of Nordic drivers
    
    CONFIG_HAS_NRFX=y
    
    #
    # nrfx drivers
    #
    # CONFIG_NRFX_CLOCK is not set
    # CONFIG_NRFX_COMP is not set
    # CONFIG_NRFX_EGU0 is not set
    # CONFIG_NRFX_EGU1 is not set
    # CONFIG_NRFX_EGU2 is not set
    # CONFIG_NRFX_EGU3 is not set
    # CONFIG_NRFX_EGU4 is not set
    # CONFIG_NRFX_EGU5 is not set
    CONFIG_NRFX_GPIOTE=y
    # CONFIG_NRFX_I2S is not set
    # CONFIG_NRFX_NFCT is not set
    CONFIG_NRFX_NVMC=y
    # CONFIG_NRFX_PDM is not set
    # CONFIG_NRFX_POWER is not set
    CONFIG_NRFX_PPI=y
    # CONFIG_NRFX_PWM0 is not set
    # CONFIG_NRFX_PWM1 is not set
    # CONFIG_NRFX_PWM2 is not set
    # CONFIG_NRFX_QDEC is not set
    # CONFIG_NRFX_RNG is not set
    # CONFIG_NRFX_RTC0 is not set
    # CONFIG_NRFX_RTC1 is not set
    # CONFIG_NRFX_RTC2 is not set
    # CONFIG_NRFX_SAADC is not set
    CONFIG_NRFX_SPI=y
    # CONFIG_NRFX_SPI0 is not set
    # CONFIG_NRFX_SPI1 is not set
    CONFIG_NRFX_SPI2=y
    # CONFIG_NRFX_SYSTICK is not set
    # CONFIG_NRFX_TEMP is not set
    CONFIG_NRFX_TIMER=y
    # CONFIG_NRFX_TIMER0 is not set
    # CONFIG_NRFX_TIMER1 is not set
    CONFIG_NRFX_TIMER2=y
    # CONFIG_NRFX_TIMER3 is not set
    # CONFIG_NRFX_TIMER4 is not set
    CONFIG_NRFX_TWI=y
    CONFIG_NRFX_TWI0=y
    # CONFIG_NRFX_TWIM1 is not set
    # CONFIG_NRFX_UARTE0 is not set
    CONFIG_NRFX_WDT=y
    CONFIG_NRFX_WDT0=y
    
    #
    # Peripheral Resource Sharing module
    #
    # CONFIG_NRFX_PRS_BOX_0 is not set
    # CONFIG_NRFX_PRS_BOX_1 is not set
    # CONFIG_NRFX_PRS_BOX_2 is not set
    # CONFIG_NRFX_PRS_BOX_3 is not set
    # CONFIG_NRFX_PRS_BOX_4 is not set
    # end of Peripheral Resource Sharing module
    # end of nrfx drivers
    # end of hal_nordic (C:/Users/apele/ncs/v2.1.0/modules/hal/nordic)
    
    #
    # liblc3codec (C:/Users/apele/ncs/v2.1.0/modules/lib/liblc3codec)
    #
    CONFIG_ZEPHYR_LIBLC3CODEC_MODULE=y
    # end of liblc3codec (C:/Users/apele/ncs/v2.1.0/modules/lib/liblc3codec)
    
    #
    # littlefs (C:/Users/apele/ncs/v2.1.0/modules/fs/littlefs)
    #
    CONFIG_ZEPHYR_LITTLEFS_MODULE=y
    # end of littlefs (C:/Users/apele/ncs/v2.1.0/modules/fs/littlefs)
    
    #
    # loramac-node (C:/Users/apele/ncs/v2.1.0/modules/lib/loramac-node)
    #
    CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
    CONFIG_HAS_SEMTECH_RADIO_DRIVERS=y
    CONFIG_HAS_SEMTECH_SX1276=y
    # CONFIG_HAS_SEMTECH_LORAMAC is not set
    # end of loramac-node (C:/Users/apele/ncs/v2.1.0/modules/lib/loramac-node)
    
    #
    # lvgl (C:/Users/apele/ncs/v2.1.0/modules/lib/gui/lvgl)
    #
    CONFIG_ZEPHYR_LVGL_MODULE=y
    # end of lvgl (C:/Users/apele/ncs/v2.1.0/modules/lib/gui/lvgl)
    
    #
    # lz4 (C:/Users/apele/ncs/v2.1.0/modules/lib/lz4)
    #
    CONFIG_ZEPHYR_LZ4_MODULE=y
    # CONFIG_LZ4 is not set
    # end of lz4 (C:/Users/apele/ncs/v2.1.0/modules/lib/lz4)
    
    #
    # nanopb (C:/Users/apele/ncs/v2.1.0/modules/lib/nanopb)
    #
    CONFIG_ZEPHYR_NANOPB_MODULE=y
    # CONFIG_NANOPB is not set
    # end of nanopb (C:/Users/apele/ncs/v2.1.0/modules/lib/nanopb)
    
    #
    # picolibc (C:/Users/apele/ncs/v2.1.0/modules/lib/picolibc)
    #
    # CONFIG_PICOLIBC_MODULE is not set
    CONFIG_ZEPHYR_PICOLIBC_MODULE=y
    # end of picolibc (C:/Users/apele/ncs/v2.1.0/modules/lib/picolibc)
    
    #
    # TraceRecorder (C:/Users/apele/ncs/v2.1.0/modules/debug/TraceRecorder)
    #
    CONFIG_ZEPHYR_TRACERECORDER_MODULE=y
    # end of TraceRecorder (C:/Users/apele/ncs/v2.1.0/modules/debug/TraceRecorder)
    
    #
    # zcbor (C:/Users/apele/ncs/v2.1.0/modules/lib/zcbor)
    #
    CONFIG_ZEPHYR_ZCBOR_MODULE=y
    # CONFIG_ZCBOR is not set
    # end of zcbor (C:/Users/apele/ncs/v2.1.0/modules/lib/zcbor)
    
    #
    # zscilib (C:/Users/apele/ncs/v2.1.0/modules/lib/zscilib)
    #
    # CONFIG_ZSL is not set
    CONFIG_ZEPHYR_ZSCILIB_MODULE=y
    # end of zscilib (C:/Users/apele/ncs/v2.1.0/modules/lib/zscilib)
    
    #
    # ubxlib (C:/workspace/Zephyr/nena/ubxlib)
    #
    # CONFIG_UBXLIB is not set
    CONFIG_ZEPHYR_UBXLIB_MODULE=y
    # end of ubxlib (C:/workspace/Zephyr/nena/ubxlib)
    
    #
    # nrfxlib (C:/Users/apele/ncs/v2.1.0/nrfxlib)
    #
    
    #
    # Nordic nrfxlib
    #
    CONFIG_NRF_MODEM_SHMEM_CTRL_SIZE=0x4e8
    # CONFIG_NFC_T2T_NRFXLIB is not set
    # CONFIG_NFC_T4T_NRFXLIB is not set
    CONFIG_MPSL=y
    CONFIG_MPSL_BUILD_TYPE_LIB=y
    
    #
    # Crypto libraries for nRF5x SOCs.
    #
    CONFIG_NRFXLIB_CRYPTO=y
    CONFIG_NRF_OBERON=y
    # CONFIG_NRF_CC310_BL is not set
    # end of Crypto libraries for nRF5x SOCs.
    
    #
    # nrf_security module
    #
    # CONFIG_NORDIC_SECURITY_BACKEND is not set
    # CONFIG_NRF_SECURITY is not set
    # end of nrf_security module
    
    # CONFIG_NRF_RPC is not set
    CONFIG_NRF_802154_SOURCE_NRFXLIB=y
    # CONFIG_GZLL is not set
    # CONFIG_NRF_DM is not set
    # CONFIG_LC3_PLC_DISABLED is not set
    CONFIG_LC3_ENC_CHAN_MAX=1
    CONFIG_LC3_DEC_CHAN_MAX=1
    
    #
    # Encoder sample rates
    #
    CONFIG_LC3_ENC_SAMPLE_RATE_8KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_16KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_24KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_32KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_441KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_48KHZ_SUPPORT=y
    # end of Encoder sample rates
    
    #
    # Decoder sample rates
    #
    CONFIG_LC3_DEC_SAMPLE_RATE_8KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_16KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_24KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_32KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_441KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_48KHZ_SUPPORT=y
    # end of Decoder sample rates
    # end of Nordic nrfxlib
    
    CONFIG_ZEPHYR_NRFXLIB_MODULE=y
    # end of nrfxlib (C:/Users/apele/ncs/v2.1.0/nrfxlib)
    
    #
    # connectedhomeip (C:/Users/apele/ncs/v2.1.0/modules/lib/matter)
    #
    CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE=y
    # end of connectedhomeip (C:/Users/apele/ncs/v2.1.0/modules/lib/matter)
    
    #
    # Optional modules. Make sure they're installed, via the project manifest.
    #
    CONFIG_HAS_CMSIS_CORE=y
    CONFIG_HAS_CMSIS_CORE_M=y
    # CONFIG_CMSIS_DSP is not set
    # CONFIG_CMSIS_NN is not set
    # CONFIG_LIBMETAL is not set
    # CONFIG_LVGL is not set
    # CONFIG_HAS_MEC_HAL is not set
    # CONFIG_HAS_MPFS_HAL is not set
    # CONFIG_OPENAMP is not set
    # CONFIG_SOF is not set
    # CONFIG_MIPI_SYST_LIB is not set
    # CONFIG_HAS_TELINK_DRIVERS is not set
    # CONFIG_TINYCBOR is not set
    # CONFIG_TINYCRYPT_CTR_PRNG is not set
    # CONFIG_TINYCRYPT_SHA256 is not set
    # CONFIG_TINYCRYPT_ECC_DH is not set
    # CONFIG_TINYCRYPT_ECC_DSA is not set
    CONFIG_TINYCRYPT_AES=y
    # CONFIG_TINYCRYPT_AES_CBC is not set
    # CONFIG_TINYCRYPT_AES_CTR is not set
    # CONFIG_TINYCRYPT_AES_CCM is not set
    CONFIG_TINYCRYPT_AES_CMAC=y
    # CONFIG_MCUBOOT_BOOTUTIL_LIB is not set
    
    #
    # Unavailable modules, please install those via the project manifest.
    #
    
    #
    # hal_gigadevice module not available.
    #
    
    #
    # FFF module not available.
    #
    # end of Modules
    
    CONFIG_BOARD_REVISION="$BOARD_REVISION"
    # CONFIG_NET_DRIVERS is not set
    CONFIG_BOARD_NENAV1B=y
    
    #
    # Board Options
    #
    # CONFIG_BOARD_ENABLE_DCDC is not set
    CONFIG_LORAWAN_DEV_EUI=""
    CONFIG_LORAWAN_JOIN_EUI=""
    CONFIG_LORAWAN_APP_KEY=""
    # end of Board Options
    
    # CONFIG_SOC_SERIES_BEETLE is not set
    # CONFIG_SOC_SERIES_ARM_DESIGNSTART is not set
    # CONFIG_SOC_SERIES_FVP_AEMV8R_AARCH32 is not set
    # CONFIG_SOC_SERIES_MPS2 is not set
    # CONFIG_SOC_SERIES_MPS3 is not set
    # CONFIG_SOC_SERIES_MUSCA_B1 is not set
    # CONFIG_SOC_SERIES_MUSCA_S1 is not set
    # CONFIG_SOC_SERIES_AST10X0 is not set
    # CONFIG_SOC_SERIES_SAMD20 is not set
    # CONFIG_SOC_SERIES_SAMD21 is not set
    # CONFIG_SOC_SERIES_SAMD51 is not set
    # CONFIG_SOC_SERIES_SAME51 is not set
    # CONFIG_SOC_SERIES_SAME53 is not set
    # CONFIG_SOC_SERIES_SAME54 is not set
    # CONFIG_SOC_SERIES_SAML21 is not set
    # CONFIG_SOC_SERIES_SAMR21 is not set
    # CONFIG_SOC_SERIES_SAMR34 is not set
    # CONFIG_SOC_SERIES_SAMR35 is not set
    # CONFIG_SOC_SERIES_SAM3X is not set
    # CONFIG_SOC_SERIES_SAM4E is not set
    # CONFIG_SOC_SERIES_SAM4L is not set
    # CONFIG_SOC_SERIES_SAM4S is not set
    # CONFIG_SOC_SERIES_SAME70 is not set
    # CONFIG_SOC_SERIES_SAMV71 is not set
    # CONFIG_SOC_SERIES_VALKYRIE is not set
    # CONFIG_SOC_SERIES_VIPER is not set
    # CONFIG_SOC_SERIES_PSOC62 is not set
    # CONFIG_SOC_SERIES_PSOC63 is not set
    # CONFIG_SOC_SERIES_GD32E10X is not set
    # CONFIG_SOC_SERIES_GD32F3X0 is not set
    # CONFIG_SOC_SERIES_GD32F403 is not set
    # CONFIG_SOC_SERIES_GD32F4XX is not set
    # CONFIG_SOC_SERIES_XMC_4XXX is not set
    # CONFIG_SOC_SERIES_CYCLONE5 is not set
    # CONFIG_SOC_SERIES_MEC1501X is not set
    # CONFIG_SOC_SERIES_MEC1701X is not set
    # CONFIG_SOC_SERIES_MEC172X is not set
    # CONFIG_SOC_SERIES_NRF51X is not set
    CONFIG_SOC_SERIES_NRF52X=y
    # CONFIG_SOC_SERIES_NRF53X is not set
    # CONFIG_SOC_SERIES_NRF91X is not set
    # CONFIG_SOC_SERIES_NPCX7 is not set
    # CONFIG_SOC_SERIES_NPCX9 is not set
    # CONFIG_SOC_SERIES_M48X is not set
    # CONFIG_SOC_SERIES_IMX_6X_M4 is not set
    # CONFIG_SOC_SERIES_IMX7_M4 is not set
    # CONFIG_SOC_SERIES_IMX8ML_M7 is not set
    # CONFIG_SOC_SERIES_IMX8MM_M4 is not set
    # CONFIG_SOC_SERIES_IMX8MQ_M4 is not set
    # CONFIG_SOC_SERIES_IMX_RT5XX is not set
    # CONFIG_SOC_SERIES_IMX_RT6XX is not set
    # CONFIG_SOC_SERIES_IMX_RT is not set
    # CONFIG_SOC_SERIES_KINETIS_K2X is not set
    # CONFIG_SOC_SERIES_KINETIS_K6X is not set
    # CONFIG_SOC_SERIES_KINETIS_K8X is not set
    # CONFIG_SOC_SERIES_KINETIS_KE1XF is not set
    # CONFIG_SOC_SERIES_KINETIS_KL2X is not set
    # CONFIG_SOC_SERIES_KINETIS_KV5X is not set
    # CONFIG_SOC_SERIES_KINETIS_KWX is not set
    # CONFIG_SOC_SERIES_LPC11U6X is not set
    # CONFIG_SOC_SERIES_LPC54XXX is not set
    # CONFIG_SOC_SERIES_LPC55XXX is not set
    # CONFIG_SOC_EOS_S3 is not set
    # CONFIG_SOC_SERIES_RCAR_GEN3 is not set
    # CONFIG_SOC_SERIES_RP2XXX is not set
    # CONFIG_SOC_SERIES_EFM32GG11B is not set
    # CONFIG_SOC_SERIES_EFM32HG is not set
    # CONFIG_SOC_SERIES_EFM32JG12B is not set
    # CONFIG_SOC_SERIES_EFM32PG12B is not set
    # CONFIG_SOC_SERIES_EFM32PG1B is not set
    # CONFIG_SOC_SERIES_EFM32WG is not set
    # CONFIG_SOC_SERIES_EFR32BG13P is not set
    # CONFIG_SOC_SERIES_EFR32FG13P is not set
    # CONFIG_SOC_SERIES_EFR32FG1P is not set
    # CONFIG_SOC_SERIES_EFR32MG12P is not set
    # CONFIG_SOC_SERIES_EFR32MG21 is not set
    # CONFIG_SOC_SERIES_STM32F0X is not set
    # CONFIG_SOC_SERIES_STM32F1X is not set
    # CONFIG_SOC_SERIES_STM32F2X is not set
    # CONFIG_SOC_SERIES_STM32F3X is not set
    # CONFIG_SOC_SERIES_STM32F4X is not set
    # CONFIG_SOC_SERIES_STM32F7X is not set
    # CONFIG_SOC_SERIES_STM32G0X is not set
    # CONFIG_SOC_SERIES_STM32G4X is not set
    # CONFIG_SOC_SERIES_STM32H7X is not set
    # CONFIG_SOC_SERIES_STM32L0X is not set
    # CONFIG_SOC_SERIES_STM32L1X is not set
    # CONFIG_SOC_SERIES_STM32L4X is not set
    # CONFIG_SOC_SERIES_STM32L5X is not set
    # CONFIG_SOC_SERIES_STM32MP1X is not set
    # CONFIG_SOC_SERIES_STM32U5X is not set
    # CONFIG_SOC_SERIES_STM32WBX is not set
    # CONFIG_SOC_SERIES_STM32WLX is not set
    # CONFIG_SOC_TI_LM3S6965 is not set
    # CONFIG_SOC_SERIES_CC13X2_CC26X2 is not set
    # CONFIG_SOC_SERIES_CC32XX is not set
    # CONFIG_SOC_SERIES_MSP432P4XX is not set
    # CONFIG_SOC_SERIES_XILINX_XC7ZXXX is not set
    # CONFIG_SOC_SERIES_XILINX_XC7ZXXXS is not set
    # CONFIG_SOC_XILINX_ZYNQMP_RPU is not set
    
    #
    # Hardware Configuration
    #
    CONFIG_CPU_HAS_ARM_MPU=y
    CONFIG_HAS_SWO=y
    CONFIG_SOC_FAMILY="nordic_nrf"
    CONFIG_SOC_FAMILY_NRF=y
    CONFIG_HAS_HW_NRF_BPROT=y
    CONFIG_HAS_HW_NRF_CCM=y
    CONFIG_HAS_HW_NRF_CCM_LFLEN_8BIT=y
    CONFIG_HAS_HW_NRF_CLOCK=y
    CONFIG_HAS_HW_NRF_ECB=y
    CONFIG_HAS_HW_NRF_EGU0=y
    CONFIG_HAS_HW_NRF_EGU1=y
    CONFIG_HAS_HW_NRF_EGU2=y
    CONFIG_HAS_HW_NRF_EGU3=y
    CONFIG_HAS_HW_NRF_EGU4=y
    CONFIG_HAS_HW_NRF_EGU5=y
    CONFIG_HAS_HW_NRF_GPIO0=y
    CONFIG_HAS_HW_NRF_GPIOTE=y
    CONFIG_HAS_HW_NRF_POWER=y
    CONFIG_HAS_HW_NRF_PPI=y
    CONFIG_HAS_HW_NRF_RADIO_BLE_2M=y
    CONFIG_HAS_HW_NRF_RNG=y
    CONFIG_HAS_HW_NRF_RTC0=y
    CONFIG_HAS_HW_NRF_RTC1=y
    CONFIG_HAS_HW_NRF_RTC2=y
    CONFIG_HAS_HW_NRF_SAADC=y
    CONFIG_HAS_HW_NRF_SPI2=y
    CONFIG_HAS_HW_NRF_SWI0=y
    CONFIG_HAS_HW_NRF_SWI1=y
    CONFIG_HAS_HW_NRF_SWI2=y
    CONFIG_HAS_HW_NRF_SWI3=y
    CONFIG_HAS_HW_NRF_SWI4=y
    CONFIG_HAS_HW_NRF_SWI5=y
    CONFIG_HAS_HW_NRF_TEMP=y
    CONFIG_HAS_HW_NRF_TIMER0=y
    CONFIG_HAS_HW_NRF_TIMER1=y
    CONFIG_HAS_HW_NRF_TIMER2=y
    CONFIG_HAS_HW_NRF_TIMER3=y
    CONFIG_HAS_HW_NRF_TIMER4=y
    CONFIG_HAS_HW_NRF_TWI0=y
    CONFIG_HAS_HW_NRF_UARTE0=y
    CONFIG_HAS_HW_NRF_WDT0=y
    CONFIG_NRF_HW_RTC1_RESERVED=y
    CONFIG_SOC_NRF52832=y
    # CONFIG_SOC_NRF52805_CAAA is not set
    # CONFIG_SOC_NRF52810_QFAA is not set
    # CONFIG_SOC_NRF52811_QFAA is not set
    # CONFIG_SOC_NRF52820_QDAA is not set
    CONFIG_SOC_NRF52832_CIAA=y
    # CONFIG_SOC_NRF52832_QFAA is not set
    # CONFIG_SOC_NRF52832_QFAB is not set
    # CONFIG_SOC_NRF52833_QIAA is not set
    # CONFIG_SOC_NRF52840_QIAA is not set
    # CONFIG_GPIO_AS_PINRESET is not set
    CONFIG_NRF_ENABLE_ICACHE=y
    CONFIG_NRF52_ANOMALY_132_DELAY_US=330
    CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
    CONFIG_NRF_SOC_SECURE_SUPPORTED=y
    CONFIG_NFCT_PINS_AS_GPIOS=y
    CONFIG_NRF_APPROTECT_USE_UICR=y
    # CONFIG_NRF_APPROTECT_LOCK is not set
    # CONFIG_NRF_TRACE_PORT is not set
    # CONFIG_SOC_LOG_LEVEL_OFF is not set
    # CONFIG_SOC_LOG_LEVEL_ERR is not set
    # CONFIG_SOC_LOG_LEVEL_WRN is not set
    CONFIG_SOC_LOG_LEVEL_INF=y
    # CONFIG_SOC_LOG_LEVEL_DBG is not set
    CONFIG_SOC_LOG_LEVEL=3
    # end of Hardware Configuration
    
    CONFIG_SOC_COMPATIBLE_NRF=y
    CONFIG_SOC_COMPATIBLE_NRF52X=y
    CONFIG_SOC_COMPATIBLE_NRF52832=y
    
    #
    # ARM Options
    #
    CONFIG_ARCH="arm"
    CONFIG_CPU_CORTEX=y
    # CONFIG_CODE_DATA_RELOCATION_SRAM is not set
    CONFIG_CPU_CORTEX_M=y
    CONFIG_ISA_THUMB2=y
    CONFIG_ASSEMBLER_ISA_THUMB2=y
    CONFIG_COMPILER_ISA_THUMB2=y
    CONFIG_STACK_ALIGN_DOUBLE_WORD=y
    # CONFIG_RUNTIME_NMI is not set
    CONFIG_FAULT_DUMP=2
    CONFIG_ARM_STACK_PROTECTION=y
    CONFIG_FP16=y
    CONFIG_FP16_IEEE=y
    # CONFIG_FP16_ALT is not set
    CONFIG_CPU_CORTEX_M4=y
    CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y
    CONFIG_CPU_CORTEX_M_HAS_DWT=y
    CONFIG_CPU_CORTEX_M_HAS_BASEPRI=y
    CONFIG_CPU_CORTEX_M_HAS_VTOR=y
    CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS=y
    CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
    CONFIG_ARMV7_M_ARMV8_M_FP=y
    
    #
    # ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
    #
    CONFIG_GEN_ISR_TABLES=y
    CONFIG_ZERO_LATENCY_IRQS=y
    CONFIG_ZERO_LATENCY_LEVELS=1
    # CONFIG_SW_VECTOR_RELAY is not set
    # CONFIG_CORTEX_M_DWT is not set
    # CONFIG_TRAP_UNALIGNED_ACCESS is not set
    # end of ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
    
    CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
    # CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT is not set
    # CONFIG_NULL_POINTER_EXCEPTION_DETECTION_MPU is not set
    CONFIG_GEN_IRQ_VECTOR_TABLE=y
    CONFIG_ARM_MPU=y
    CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
    CONFIG_MPU_STACK_GUARD=y
    CONFIG_MPU_ALLOW_FLASH_WRITE=y
    # CONFIG_CUSTOM_SECTION_ALIGN is not set
    CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
    # end of ARM Options
    
    CONFIG_ARM=y
    CONFIG_ARCH_IS_SET=y
    
    #
    # General Architecture Options
    #
    # CONFIG_SEMIHOST is not set
    # CONFIG_ARCH_LOG_LEVEL_OFF is not set
    # CONFIG_ARCH_LOG_LEVEL_ERR is not set
    # CONFIG_ARCH_LOG_LEVEL_WRN is not set
    CONFIG_ARCH_LOG_LEVEL_INF=y
    # CONFIG_ARCH_LOG_LEVEL_DBG is not set
    CONFIG_ARCH_LOG_LEVEL=3
    CONFIG_HW_STACK_PROTECTION=y
    # CONFIG_USERSPACE is not set
    CONFIG_KOBJECT_TEXT_AREA=256
    CONFIG_KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT=100
    CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=16
    CONFIG_GEN_PRIV_STACKS=y
    # CONFIG_STACK_GROWS_UP is not set
    
    #
    # Interrupt Configuration
    #
    # CONFIG_DYNAMIC_INTERRUPTS is not set
    CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN=4
    CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS=y
    # CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_CODE is not set
    CONFIG_GEN_SW_ISR_TABLE=y
    CONFIG_ARCH_SW_ISR_TABLE_ALIGN=4
    CONFIG_GEN_IRQ_START_VECTOR=0
    # CONFIG_EXTRA_EXCEPTION_INFO is not set
    # end of Interrupt Configuration
    # end of General Architecture Options
    
    CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
    CONFIG_ARCH_HAS_TIMING_FUNCTIONS=y
    CONFIG_ARCH_HAS_STACK_PROTECTION=y
    CONFIG_ARCH_HAS_USERSPACE=y
    CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT=y
    CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y
    CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
    CONFIG_ARCH_SUPPORTS_COREDUMP=y
    CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
    CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO=y
    CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE=y
    CONFIG_ARCH_HAS_SUSPEND_TO_RAM=y
    CONFIG_ARCH_HAS_THREAD_ABORT=y
    CONFIG_CPU_HAS_FPU=y
    CONFIG_CPU_HAS_MPU=y
    CONFIG_MPU=y
    # CONFIG_MPU_LOG_LEVEL_OFF is not set
    # CONFIG_MPU_LOG_LEVEL_ERR is not set
    # CONFIG_MPU_LOG_LEVEL_WRN is not set
    CONFIG_MPU_LOG_LEVEL_INF=y
    # CONFIG_MPU_LOG_LEVEL_DBG is not set
    CONFIG_MPU_LOG_LEVEL=3
    CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT=y
    CONFIG_SRAM_REGION_PERMISSIONS=y
    
    #
    # Floating Point Options
    #
    # end of Floating Point Options
    
    #
    # Cache Options
    #
    CONFIG_DCACHE=y
    # CONFIG_CACHE_MANAGEMENT is not set
    # end of Cache Options
    
    CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
    
    #
    # General Kernel Options
    #
    # CONFIG_KERNEL_LOG_LEVEL_OFF is not set
    # CONFIG_KERNEL_LOG_LEVEL_ERR is not set
    # CONFIG_KERNEL_LOG_LEVEL_WRN is not set
    CONFIG_KERNEL_LOG_LEVEL_INF=y
    # CONFIG_KERNEL_LOG_LEVEL_DBG is not set
    CONFIG_KERNEL_LOG_LEVEL=3
    CONFIG_MULTITHREADING=y
    CONFIG_NUM_COOP_PRIORITIES=16
    CONFIG_NUM_PREEMPT_PRIORITIES=15
    CONFIG_MAIN_THREAD_PRIORITY=0
    CONFIG_COOP_ENABLED=y
    CONFIG_PREEMPT_ENABLED=y
    CONFIG_PRIORITY_CEILING=-127
    # CONFIG_SCHED_DEADLINE is not set
    # CONFIG_SCHED_CPU_MASK is not set
    CONFIG_IDLE_STACK_SIZE=160
    CONFIG_ISR_STACK_SIZE=1600
    CONFIG_THREAD_STACK_INFO=y
    # CONFIG_THREAD_CUSTOM_DATA is not set
    CONFIG_ERRNO=y
    CONFIG_SCHED_DUMB=y
    # CONFIG_SCHED_SCALABLE is not set
    # CONFIG_SCHED_MULTIQ is not set
    # CONFIG_WAITQ_SCALABLE is not set
    CONFIG_WAITQ_DUMB=y
    
    #
    # Kernel Debugging and Metrics
    #
    CONFIG_BOOT_BANNER=y
    CONFIG_BOOT_DELAY=0
    CONFIG_THREAD_MONITOR=y
    CONFIG_THREAD_NAME=y
    CONFIG_THREAD_MAX_NAME_LEN=32
    # CONFIG_THREAD_RUNTIME_STATS is not set
    # end of Kernel Debugging and Metrics
    
    #
    # Work Queue Options
    #
    CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
    # CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
    # end of Work Queue Options
    
    #
    # Atomic Operations
    #
    CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
    # end of Atomic Operations
    
    #
    # Timer API Options
    #
    CONFIG_TIMESLICING=y
    CONFIG_TIMESLICE_SIZE=0
    CONFIG_TIMESLICE_PRIORITY=0
    # CONFIG_TIMESLICE_PER_THREAD is not set
    CONFIG_POLL=y
    # end of Timer API Options
    
    #
    # Other Kernel Object Options
    #
    # CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
    CONFIG_NUM_MBOX_ASYNC_MSGS=10
    # CONFIG_EVENTS is not set
    CONFIG_KERNEL_MEM_POOL=y
    # end of Other Kernel Object Options
    
    CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y
    CONFIG_SWAP_NONATOMIC=y
    CONFIG_SYS_CLOCK_EXISTS=y
    CONFIG_TIMEOUT_64BIT=y
    CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS=365
    CONFIG_XIP=y
    
    #
    # Initialization Priorities
    #
    CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
    CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
    CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
    CONFIG_APPLICATION_INIT_PRIORITY=90
    # end of Initialization Priorities
    
    #
    # Security Options
    #
    # CONFIG_STACK_CANARIES is not set
    CONFIG_STACK_POINTER_RANDOM=0
    # end of Security Options
    
    #
    # SMP Options
    #
    # end of SMP Options
    
    CONFIG_TICKLESS_KERNEL=y
    CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE=y
    # CONFIG_THREAD_LOCAL_STORAGE is not set
    # end of General Kernel Options
    
    #
    # Device Options
    #
    # end of Device Options
    
    #
    # Virtual Memory Support
    #
    # end of Virtual Memory Support
    
    CONFIG_HAS_DTS=y
    
    #
    # Devicetree Info
    #
    CONFIG_DT_HAS_ARM_ARMV7M_ITM_ENABLED=y
    CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED=y
    CONFIG_DT_HAS_ARM_V7M_NVIC_ENABLED=y
    CONFIG_DT_HAS_FIXED_PARTITIONS_ENABLED=y
    CONFIG_DT_HAS_GPIO_KEYS_ENABLED=y
    CONFIG_DT_HAS_INVENSENSE_MPU9250_ENABLED=y
    CONFIG_DT_HAS_MMIO_SRAM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_BPROT_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CCM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_ECB_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_FICR_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_GPIO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_GPIOTE_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_MWU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PPI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RADIO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RNG_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RTC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SPI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SWI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TEMP_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TIMER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TWI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UARTE_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UICR_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED=y
    CONFIG_DT_HAS_SEMTECH_SX1276_ENABLED=y
    CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED=y
    CONFIG_DT_HAS_TI_HDC_ENABLED=y
    CONFIG_DT_HAS_VOLTAGE_DIVIDER_ENABLED=y
    CONFIG_DT_HAS_ZEPHYR_BT_HCI_ENTROPY_ENABLED=y
    # end of Devicetree Info
    
    #
    # Device Drivers
    #
    # CONFIG_IEEE802154 is not set
    CONFIG_LORA=y
    # CONFIG_LORA_LOG_LEVEL_OFF is not set
    # CONFIG_LORA_LOG_LEVEL_ERR is not set
    # CONFIG_LORA_LOG_LEVEL_WRN is not set
    # CONFIG_LORA_LOG_LEVEL_INF is not set
    CONFIG_LORA_LOG_LEVEL_DBG=y
    CONFIG_LORA_LOG_LEVEL=4
    CONFIG_LORA_SHELL=y
    CONFIG_LORA_INIT_PRIORITY=90
    CONFIG_LORA_SX12XX=y
    CONFIG_LORA_SX127X=y
    # CONFIG_LORA_SX126X is not set
    # CONFIG_LORA_STM32WL_SUBGHZ_RADIO is not set
    CONFIG_CONSOLE=y
    CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128
    CONFIG_CONSOLE_HAS_DRIVER=y
    CONFIG_CONSOLE_INIT_PRIORITY=40
    # CONFIG_RAM_CONSOLE is not set
    CONFIG_RTT_CONSOLE=y
    CONFIG_RTT_TX_RETRY_CNT=2
    CONFIG_RTT_TX_RETRY_DELAY_MS=2
    # CONFIG_RTT_TX_RETRY_IN_INTERRUPT is not set
    # CONFIG_IPM_CONSOLE_SENDER is not set
    # CONFIG_IPM_CONSOLE_RECEIVER is not set
    # CONFIG_UART_MCUMGR is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set
    CONFIG_UART_CONSOLE_LOG_LEVEL_INF=y
    # CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set
    CONFIG_UART_CONSOLE_LOG_LEVEL=3
    # CONFIG_GSM_MUX is not set
    # CONFIG_EFI_CONSOLE is not set
    CONFIG_HAS_SEGGER_RTT=y
    CONFIG_USE_SEGGER_RTT=y
    CONFIG_SEGGER_RTT_CUSTOM_LOCKING=y
    CONFIG_SEGGER_RTT_MAX_NUM_UP_BUFFERS=3
    CONFIG_SEGGER_RTT_MAX_NUM_DOWN_BUFFERS=3
    CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=1024
    CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=16
    CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE=64
    CONFIG_SEGGER_RTT_MODE_NO_BLOCK_SKIP=y
    # CONFIG_SEGGER_RTT_MODE_NO_BLOCK_TRIM is not set
    # CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL is not set
    CONFIG_SEGGER_RTT_MODE=0
    # CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP is not set
    CONFIG_SEGGER_RTT_SECTION_NONE=y
    # CONFIG_SEGGER_RTT_SECTION_DTCM is not set
    # CONFIG_EC_HOST_CMD_PERIPH is not set
    # CONFIG_MDIO is not set
    
    #
    # Interrupt Controllers
    #
    # CONFIG_SWERV_PIC is not set
    CONFIG_INTC_INIT_PRIORITY=40
    # CONFIG_INTC_LOG_LEVEL_OFF is not set
    # CONFIG_INTC_LOG_LEVEL_ERR is not set
    # CONFIG_INTC_LOG_LEVEL_WRN is not set
    CONFIG_INTC_LOG_LEVEL_INF=y
    # CONFIG_INTC_LOG_LEVEL_DBG is not set
    CONFIG_INTC_LOG_LEVEL=3
    # CONFIG_MULTI_LEVEL_INTERRUPTS is not set
    # CONFIG_INTC_ESP32 is not set
    # end of Interrupt Controllers
    
    #
    # Timer Drivers
    #
    # CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set
    # CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set
    CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0
    CONFIG_TICKLESS_CAPABLE=y
    # CONFIG_INTEL_ADSP_TIMER is not set
    # CONFIG_HPET_TIMER is not set
    CONFIG_NRF_RTC_TIMER_LOCK_ZERO_LATENCY_IRQS=y
    # CONFIG_SYSTEM_CLOCK_NO_WAIT is not set
    # CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY is not set
    CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
    CONFIG_RISCV_MACHINE_TIMER_SYSTEM_CLOCK_DIVIDER=0
    CONFIG_RISCV_MACHINE_TIMER_MIN_DELAY=100
    # end of Timer Drivers
    
    # CONFIG_ENTROPY_LOG_LEVEL_OFF is not set
    # CONFIG_ENTROPY_LOG_LEVEL_ERR is not set
    # CONFIG_ENTROPY_LOG_LEVEL_WRN is not set
    CONFIG_ENTROPY_LOG_LEVEL_INF=y
    # CONFIG_ENTROPY_LOG_LEVEL_DBG is not set
    CONFIG_ENTROPY_LOG_LEVEL=3
    CONFIG_ENTROPY_INIT_PRIORITY=50
    CONFIG_ENTROPY_NRF5_RNG=y
    # CONFIG_ENTROPY_NRF5_BIAS_CORRECTION is not set
    CONFIG_ENTROPY_NRF5_THR_POOL_SIZE=8
    CONFIG_ENTROPY_NRF5_THR_THRESHOLD=4
    CONFIG_ENTROPY_NRF5_ISR_POOL_SIZE=16
    CONFIG_ENTROPY_NRF5_ISR_THRESHOLD=12
    CONFIG_ENTROPY_BT_HCI=y
    CONFIG_ENTROPY_HAS_DRIVER=y
    # CONFIG_PCIE is not set
    # CONFIG_PCIE_ENDPOINT is not set
    # CONFIG_GPIO_LOG_LEVEL_OFF is not set
    # CONFIG_GPIO_LOG_LEVEL_ERR is not set
    # CONFIG_GPIO_LOG_LEVEL_WRN is not set
    CONFIG_GPIO_LOG_LEVEL_INF=y
    # CONFIG_GPIO_LOG_LEVEL_DBG is not set
    CONFIG_GPIO_LOG_LEVEL=3
    # CONFIG_GPIO_SHELL is not set
    # CONFIG_GPIO_GET_DIRECTION is not set
    # CONFIG_GPIO_GET_CONFIG is not set
    CONFIG_GPIO_NRFX=y
    # CONFIG_FXL6408_LOG_LEVEL_OFF is not set
    # CONFIG_FXL6408_LOG_LEVEL_ERR is not set
    # CONFIG_FXL6408_LOG_LEVEL_WRN is not set
    CONFIG_FXL6408_LOG_LEVEL_INF=y
    # CONFIG_FXL6408_LOG_LEVEL_DBG is not set
    CONFIG_FXL6408_LOG_LEVEL=3
    # CONFIG_SHARED_IRQ is not set
    # CONFIG_SPI_ASYNC is not set
    # CONFIG_SPI_SLAVE is not set
    # CONFIG_SPI_EXTENDED_MODES is not set
    CONFIG_SPI_INIT_PRIORITY=70
    CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE=200
    # CONFIG_SPI_LOG_LEVEL_OFF is not set
    # CONFIG_SPI_LOG_LEVEL_ERR is not set
    # CONFIG_SPI_LOG_LEVEL_WRN is not set
    CONFIG_SPI_LOG_LEVEL_INF=y
    # CONFIG_SPI_LOG_LEVEL_DBG is not set
    CONFIG_SPI_LOG_LEVEL=3
    CONFIG_SPI_NRFX=y
    # CONFIG_SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 is not set
    CONFIG_SPI_2_NRF_SPI=y
    # CONFIG_SDHC is not set
    # CONFIG_I2C_SHELL is not set
    # CONFIG_I2C_TARGET is not set
    CONFIG_I2C_NRFX=y
    CONFIG_I2C_0_NRF_TWI=y
    CONFIG_I2C_INIT_PRIORITY=50
    # CONFIG_I2C_LOG_LEVEL_OFF is not set
    # CONFIG_I2C_LOG_LEVEL_ERR is not set
    # CONFIG_I2C_LOG_LEVEL_WRN is not set
    # CONFIG_I2C_LOG_LEVEL_INF is not set
    CONFIG_I2C_LOG_LEVEL_DBG=y
    CONFIG_I2C_LOG_LEVEL=4
    # CONFIG_I2S is not set
    # CONFIG_DAI is not set
    # CONFIG_PWM is not set
    # CONFIG_PINMUX is not set
    CONFIG_ADC=y
    # CONFIG_ADC_SHELL is not set
    CONFIG_ADC_CONFIGURABLE_INPUTS=y
    # CONFIG_ADC_ASYNC is not set
    # CONFIG_ADC_LOG_LEVEL_OFF is not set
    # CONFIG_ADC_LOG_LEVEL_ERR is not set
    # CONFIG_ADC_LOG_LEVEL_WRN is not set
    CONFIG_ADC_LOG_LEVEL_INF=y
    # CONFIG_ADC_LOG_LEVEL_DBG is not set
    CONFIG_ADC_LOG_LEVEL=3
    CONFIG_ADC_NRFX_SAADC=y
    # CONFIG_DAC is not set
    # CONFIG_WDT_DISABLE_AT_BOOT is not set
    # CONFIG_WDT_LOG_LEVEL_OFF is not set
    # CONFIG_WDT_LOG_LEVEL_ERR is not set
    # CONFIG_WDT_LOG_LEVEL_WRN is not set
    CONFIG_WDT_LOG_LEVEL_INF=y
    # CONFIG_WDT_LOG_LEVEL_DBG is not set
    CONFIG_WDT_LOG_LEVEL=3
    CONFIG_WDT_NRFX=y
    # CONFIG_W1 is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_OFF is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_ERR is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_WRN is not set
    CONFIG_CLOCK_CONTROL_LOG_LEVEL_INF=y
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG is not set
    CONFIG_CLOCK_CONTROL_LOG_LEVEL=3
    CONFIG_CLOCK_CONTROL_NRF_FORCE_ALT=y
    CONFIG_CLOCK_CONTROL_NRF=y
    CONFIG_CLOCK_CONTROL_NRF_SHELL=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC is not set
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_LOW_SWING is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_100PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_75PPM is not set
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_20PPM is not set
    CONFIG_CLOCK_CONTROL_NRF_ACCURACY=50
    # CONFIG_PTP_CLOCK is not set
    # CONFIG_IPM is not set
    CONFIG_FLASH_HAS_DRIVER_ENABLED=y
    CONFIG_FLASH_HAS_PAGE_LAYOUT=y
    CONFIG_FLASH=y
    # CONFIG_FLASH_LOG_LEVEL_OFF is not set
    # CONFIG_FLASH_LOG_LEVEL_ERR is not set
    # CONFIG_FLASH_LOG_LEVEL_WRN is not set
    CONFIG_FLASH_LOG_LEVEL_INF=y
    # CONFIG_FLASH_LOG_LEVEL_DBG is not set
    CONFIG_FLASH_LOG_LEVEL=3
    # CONFIG_FLASH_SHELL is not set
    CONFIG_FLASH_PAGE_LAYOUT=y
    CONFIG_FLASH_INIT_PRIORITY=50
    CONFIG_SOC_FLASH_NRF=y
    # CONFIG_SOC_FLASH_NRF_RADIO_SYNC_NONE is not set
    # CONFIG_SOC_FLASH_NRF_UICR is not set
    # CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS is not set
    # CONFIG_SENSOR_LOG_LEVEL_OFF is not set
    # CONFIG_SENSOR_LOG_LEVEL_ERR is not set
    # CONFIG_SENSOR_LOG_LEVEL_WRN is not set
    CONFIG_SENSOR_LOG_LEVEL_INF=y
    # CONFIG_SENSOR_LOG_LEVEL_DBG is not set
    CONFIG_SENSOR_LOG_LEVEL=3
    CONFIG_SENSOR_INIT_PRIORITY=90
    CONFIG_SENSOR_SHELL=y
    # CONFIG_SENSOR_SHELL_BATTERY is not set
    
    #
    # Device Drivers
    #
    CONFIG_TI_HDC=y
    CONFIG_MPU9250=y
    # CONFIG_MPU9250_TRIGGER_NONE is not set
    # CONFIG_MPU9250_TRIGGER_GLOBAL_THREAD is not set
    CONFIG_MPU9250_TRIGGER_OWN_THREAD=y
    CONFIG_MPU9250_TRIGGER=y
    CONFIG_MPU9250_THREAD_PRIORITY=10
    CONFIG_MPU9250_THREAD_STACK_SIZE=1024
    # CONFIG_MPU9250_MAGN_EN is not set
    CONFIG_TEMP_NRF5_FORCE_ALT=y
    CONFIG_TEMP_NRF5=y
    CONFIG_TMP112_FULL_SCALE_RUNTIME=y
    CONFIG_TMP112_SAMPLING_FREQUENCY_RUNTIME=y
    # CONFIG_COUNTER is not set
    # CONFIG_DMA is not set
    # CONFIG_USB_DEVICE_DRIVER is not set
    # CONFIG_CRYPTO is not set
    # CONFIG_DISPLAY is not set
    # CONFIG_LED_STRIP is not set
    # CONFIG_LED is not set
    # CONFIG_CAN is not set
    # CONFIG_AUDIO is not set
    # CONFIG_NEURAL_NET_ACCEL is not set
    CONFIG_HWINFO=y
    # CONFIG_HWINFO_LOG_LEVEL_OFF is not set
    # CONFIG_HWINFO_LOG_LEVEL_ERR is not set
    # CONFIG_HWINFO_LOG_LEVEL_WRN is not set
    CONFIG_HWINFO_LOG_LEVEL_INF=y
    # CONFIG_HWINFO_LOG_LEVEL_DBG is not set
    CONFIG_HWINFO_LOG_LEVEL=3
    CONFIG_HWINFO_SHELL=y
    CONFIG_HWINFO_NRF=y
    # CONFIG_ESPI is not set
    # CONFIG_PS2 is not set
    # CONFIG_VIDEO is not set
    # CONFIG_EEPROM is not set
    # CONFIG_PECI is not set
    # CONFIG_PECI_INTERRUPT_DRIVEN is not set
    # CONFIG_REGULATOR is not set
    # CONFIG_MEMC is not set
    # CONFIG_VIRTUALIZATION is not set
    # CONFIG_EDAC is not set
    # CONFIG_PM_CPU_OPS is not set
    
    #
    # Miscellaneous Drivers
    #
    # CONFIG_GROVE_LCD_RGB is not set
    # end of Miscellaneous Drivers
    
    # CONFIG_DISK_DRIVERS is not set
    # CONFIG_CACHE is not set
    # CONFIG_SYSCON is not set
    # CONFIG_BBRAM is not set
    # CONFIG_FPGA is not set
    # CONFIG_PINCTRL_LOG_LEVEL_OFF is not set
    # CONFIG_PINCTRL_LOG_LEVEL_ERR is not set
    # CONFIG_PINCTRL_LOG_LEVEL_WRN is not set
    CONFIG_PINCTRL_LOG_LEVEL_INF=y
    # CONFIG_PINCTRL_LOG_LEVEL_DBG is not set
    CONFIG_PINCTRL_LOG_LEVEL=3
    CONFIG_PINCTRL_STORE_REG=y
    # CONFIG_PINCTRL_DYNAMIC is not set
    CONFIG_PINCTRL_NRF=y
    CONFIG_PINCTRL_STM32_REMAP_INIT_PRIORITY=2
    # CONFIG_MBOX is not set
    # CONFIG_MM_DRV is not set
    # CONFIG_POWER_DOMAIN is not set
    # CONFIG_USBC_TCPC_DRIVER is not set
    # CONFIG_RESET is not set
    # CONFIG_MIPI_DSI is not set
    # CONFIG_COREDUMP_DEVICE is not set
    # end of Device Drivers
    
    #
    # C Library
    #
    CONFIG_SUPPORT_MINIMAL_LIBC=y
    CONFIG_PICOLIBC_SUPPORTED=y
    # CONFIG_MINIMAL_LIBC is not set
    # CONFIG_PICOLIBC is not set
    CONFIG_NEWLIB_LIBC=y
    # CONFIG_EXTERNAL_LIBC is not set
    CONFIG_HAS_NEWLIB_LIBC_NANO=y
    CONFIG_NEWLIB_LIBC_NANO=y
    CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048
    # CONFIG_NEWLIB_LIBC_FLOAT_PRINTF is not set
    # CONFIG_NEWLIB_LIBC_FLOAT_SCANF is not set
    # CONFIG_NEWLIB_LIBC_HEAP_LISTENER is not set
    CONFIG_STDOUT_CONSOLE=y
    # end of C Library
    
    #
    # Additional libraries
    #
    
    #
    # OS Support Library
    #
    # CONFIG_JSON_LIBRARY is not set
    CONFIG_RING_BUFFER=y
    # CONFIG_BASE64 is not set
    # CONFIG_PRINTK_SYNC is not set
    CONFIG_MPSC_PBUF=y
    # CONFIG_SPSC_PBUF is not set
    # CONFIG_SHARED_MULTI_HEAP is not set
    # CONFIG_WINSTREAM is not set
    # CONFIG_MPSC_CLEAR_ALLOCATED is not set
    CONFIG_REBOOT=y
    # CONFIG_UTF8 is not set
    CONFIG_CBPRINTF_COMPLETE=y
    # CONFIG_CBPRINTF_NANO is not set
    CONFIG_CBPRINTF_FULL_INTEGRAL=y
    # CONFIG_CBPRINTF_REDUCED_INTEGRAL is not set
    CONFIG_CBPRINTF_FP_SUPPORT=y
    # CONFIG_CBPRINTF_FP_A_SUPPORT is not set
    # CONFIG_CBPRINTF_FP_ALWAYS_A is not set
    CONFIG_CBPRINTF_N_SPECIFIER=y
    # CONFIG_CBPRINTF_LIBC_SUBSTS is not set
    # CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
    
    #
    # Heap and Memory Allocation
    #
    # CONFIG_SYS_HEAP_VALIDATE is not set
    CONFIG_SYS_HEAP_ALLOC_LOOPS=3
    # CONFIG_SYS_HEAP_RUNTIME_STATS is not set
    # CONFIG_SYS_HEAP_LISTENER is not set
    CONFIG_SYS_HEAP_SMALL_ONLY=y
    # CONFIG_SYS_HEAP_BIG_ONLY is not set
    # CONFIG_SYS_HEAP_AUTO is not set
    # CONFIG_SYS_MEM_BLOCKS is not set
    # end of Heap and Memory Allocation
    # end of OS Support Library
    
    # CONFIG_GETOPT is not set
    CONFIG_POSIX_MAX_FDS=4
    # CONFIG_POSIX_API is not set
    # CONFIG_POSIX_CLOCK is not set
    CONFIG_MAX_TIMER_COUNT=5
    # CONFIG_POSIX_MQUEUE is not set
    # CONFIG_EVENTFD is not set
    # CONFIG_OPENAMP_RSC_TABLE is not set
    
    #
    # Util libraries
    #
    CONFIG_FNMATCH=y
    # end of Util libraries
    
    # CONFIG_SMF is not set
    # end of Additional libraries
    
    #
    # Sub Systems and OS Services
    #
    CONFIG_BT=y
    # CONFIG_BT_LOG_LEVEL_OFF is not set
    # CONFIG_BT_LOG_LEVEL_ERR is not set
    # CONFIG_BT_LOG_LEVEL_WRN is not set
    CONFIG_BT_LOG_LEVEL_INF=y
    # CONFIG_BT_LOG_LEVEL_DBG is not set
    CONFIG_BT_LOG_LEVEL=3
    CONFIG_BT_HCI=y
    # CONFIG_BT_CUSTOM is not set
    # CONFIG_BT_HCI_RAW is not set
    # CONFIG_BT_HCI_RAW_H4 is not set
    # CONFIG_BT_HCI_RAW_CMD_EXT is not set
    CONFIG_BT_CONN_TX=y
    
    #
    # Bluetooth buffer configuration
    #
    # end of Bluetooth buffer configuration
    
    #
    # Bluetooth Host
    #
    
    #
    # L2CAP Options
    #
    # end of L2CAP Options
    
    #
    # ATT and GATT Options
    #
    # end of ATT and GATT Options
    
    #
    # GATT Services
    #
    # end of GATT Services
    # end of Bluetooth Host
    
    CONFIG_BT_CTLR_LE_ENC_SUPPORT=y
    CONFIG_BT_CTLR_EXT_REJ_IND_SUPPORT=y
    CONFIG_BT_CTLR_DATA_LEN_UPDATE_SUPPORT=y
    CONFIG_BT_CTLR_PRIVACY_SUPPORT=y
    CONFIG_BT_CTLR_EXT_SCAN_FP_SUPPORT=y
    CONFIG_BT_CTLR_PHY_UPDATE_SUPPORT=y
    CONFIG_BT_CTLR_PHY_2M_SUPPORT=y
    CONFIG_BT_CTLR_ADV_EXT_SUPPORT=y
    CONFIG_BT_CTLR_ADV_PERIODIC_SUPPORT=y
    CONFIG_BT_CTLR_SYNC_PERIODIC_SUPPORT=y
    CONFIG_BT_CTLR_CHAN_SEL_2_SUPPORT=y
    CONFIG_BT_CTLR_CONN_RSSI_SUPPORT=y
    CONFIG_BT_CTLR_ECDH_SUPPORT=y
    # CONFIG_BT_LL_SW_SPLIT is not set
    
    #
    # BLE Controller configuration
    #
    CONFIG_BT_CTLR_CRYPTO=y
    CONFIG_BT_CTLR_HCI_VS_BUILD_INFO=""
    CONFIG_BT_CTLR_AD_DATA_BACKUP=y
    CONFIG_BT_CTLR_RX_BUFFERS=1
    # CONFIG_BT_CTLR_TX_PWR_PLUS_4 is not set
    # CONFIG_BT_CTLR_TX_PWR_PLUS_3 is not set
    CONFIG_BT_CTLR_TX_PWR_0=y
    # CONFIG_BT_CTLR_TX_PWR_MINUS_4 is not set
    # CONFIG_BT_CTLR_TX_PWR_MINUS_8 is not set
    # CONFIG_BT_CTLR_TX_PWR_MINUS_12 is not set
    # CONFIG_BT_CTLR_TX_PWR_MINUS_16 is not set
    # CONFIG_BT_CTLR_TX_PWR_MINUS_20 is not set
    # CONFIG_BT_CTLR_TX_PWR_MINUS_40 is not set
    # CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL is not set
    
    #
    # BLE Controller features
    #
    CONFIG_BT_CTLR_LE_ENC=y
    CONFIG_BT_CTLR_ECDH=y
    CONFIG_BT_CTLR_EXT_REJ_IND=y
    CONFIG_BT_CTLR_LE_PING=y
    CONFIG_BT_CTLR_DATA_LENGTH=y
    CONFIG_BT_CTLR_PHY=y
    # CONFIG_BT_CTLR_CONN_RSSI is not set
    # CONFIG_BT_CTLR_FILTER_ACCEPT_LIST is not set
    CONFIG_BT_CTLR_PRIVACY=y
    CONFIG_BT_CTLR_RL_SIZE=8
    CONFIG_BT_CTLR_PHY_2M=y
    CONFIG_BT_CTLR_CHAN_SEL_2=y
    # CONFIG_BT_CTLR_ADV_EXT is not set
    # CONFIG_BT_CTLR_SET_HOST_FEATURE is not set
    # CONFIG_BT_CTLR_HCI_CODEC_AND_DELAY_INFO is not set
    # CONFIG_BT_CTLR_ASSERT_HANDLER is not set
    # CONFIG_BT_CTLR_TEST is not set
    # CONFIG_BT_SHELL is not set
    CONFIG_BT_COMPANY_ID=0x05F1
    
    #
    # Controller Area Network (CAN) bus subsystem
    #
    # CONFIG_ISOTP is not set
    # end of Controller Area Network (CAN) bus subsystem
    
    # CONFIG_CONSOLE_SUBSYS is not set
    CONFIG_CPLUSPLUS=y
    # CONFIG_STD_CPP98 is not set
    CONFIG_STD_CPP11=y
    # CONFIG_STD_CPP14 is not set
    # CONFIG_STD_CPP17 is not set
    # CONFIG_STD_CPP2A is not set
    # CONFIG_STD_CPP20 is not set
    # CONFIG_STD_CPP2B is not set
    # CONFIG_LIB_CPLUSPLUS is not set
    CONFIG_CPP_STATIC_INIT_GNU=y
    
    #
    # System Monitoring Options
    #
    # CONFIG_THREAD_ANALYZER is not set
    # end of System Monitoring Options
    
    #
    # Debugging Options
    #
    CONFIG_DEBUG=y
    # CONFIG_STACK_USAGE is not set
    # CONFIG_STACK_SENTINEL is not set
    CONFIG_PRINTK=y
    CONFIG_EARLY_CONSOLE=y
    CONFIG_ASSERT=y
    CONFIG_ASSERT_LEVEL=2
    # CONFIG_SPIN_VALIDATE is not set
    # CONFIG_FORCE_NO_ASSERT is not set
    CONFIG_ASSERT_VERBOSE=y
    # CONFIG_ASSERT_NO_FILE_INFO is not set
    # CONFIG_ASSERT_NO_COND_INFO is not set
    # CONFIG_ASSERT_NO_MSG_INFO is not set
    # CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set
    # CONFIG_DEBUG_INFO is not set
    CONFIG_DEBUG_THREAD_INFO=y
    # CONFIG_DEBUG_COREDUMP is not set
    # end of Debugging Options
    
    # CONFIG_DISK_ACCESS is not set
    # CONFIG_EMUL is not set
    # CONFIG_CHARACTER_FRAMEBUFFER is not set
    
    #
    # File Systems
    #
    # CONFIG_FILE_SYSTEM is not set
    # CONFIG_FCB is not set
    CONFIG_NVS=y
    # CONFIG_NVS_LOOKUP_CACHE is not set
    # CONFIG_NVS_LOG_LEVEL_OFF is not set
    # CONFIG_NVS_LOG_LEVEL_ERR is not set
    # CONFIG_NVS_LOG_LEVEL_WRN is not set
    CONFIG_NVS_LOG_LEVEL_INF=y
    # CONFIG_NVS_LOG_LEVEL_DBG is not set
    CONFIG_NVS_LOG_LEVEL=3
    # end of File Systems
    
    #
    # Inter Processor Communication
    #
    # CONFIG_RPMSG_SERVICE is not set
    # CONFIG_IPC_SERVICE is not set
    # end of Inter Processor Communication
    
    # CONFIG_JWT is not set
    CONFIG_LOG=y
    CONFIG_LOG_MODE_DEFERRED=y
    # CONFIG_LOG_MODE_IMMEDIATE is not set
    # CONFIG_LOG_MODE_MINIMAL is not set
    # CONFIG_LOG_FRONTEND is not set
    
    #
    # Logging levels filtering
    #
    CONFIG_LOG_RUNTIME_FILTERING=y
    CONFIG_LOG_OVERRIDE_LEVEL=0
    CONFIG_LOG_MAX_LEVEL=4
    # end of Logging levels filtering
    
    #
    # Processing
    #
    CONFIG_LOG_PRINTK=y
    CONFIG_LOG_MODE_OVERFLOW=y
    # CONFIG_LOG_BLOCK_IN_THREAD is not set
    CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=0
    CONFIG_LOG_PROCESS_THREAD=y
    CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=0
    CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=200
    CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1040
    # CONFIG_LOG_PROCESS_THREAD_CUSTOM_PRIORITY is not set
    CONFIG_LOG_TRACE_SHORT_TIMESTAMP=y
    CONFIG_LOG_TIMESTAMP_64BIT=y
    CONFIG_LOG_SPEED=y
    # end of Processing
    
    #
    # Output Formatting
    #
    
    #
    # Prepend non-hexdump log message with function name
    #
    # CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set
    # CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set
    # CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set
    CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
    # end of Prepend non-hexdump log message with function name
    
    CONFIG_LOG_OUTPUT=y
    # CONFIG_LOG_MIPI_SYST_ENABLE is not set
    # CONFIG_LOG_BACKEND_SHOW_COLOR is not set
    CONFIG_LOG_TAG_MAX_LEN=0
    CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y
    # CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP is not set
    # end of Output Formatting
    
    #
    # Backends
    #
    # CONFIG_LOG_BACKEND_SWO is not set
    CONFIG_LOG_BACKEND_RTT=y
    # CONFIG_LOG_BACKEND_RTT_MODE_DROP is not set
    CONFIG_LOG_BACKEND_RTT_MODE_BLOCK=y
    # CONFIG_LOG_BACKEND_RTT_MODE_OVERWRITE is not set
    CONFIG_LOG_BACKEND_RTT_OUTPUT_TEXT=y
    # CONFIG_LOG_BACKEND_RTT_OUTPUT_DICTIONARY is not set
    CONFIG_LOG_BACKEND_RTT_OUTPUT_DEFAULT=0
    CONFIG_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE=16
    CONFIG_LOG_BACKEND_RTT_RETRY_CNT=4
    CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS=5
    CONFIG_LOG_BACKEND_RTT_BUFFER=0
    CONFIG_LOG_BACKEND_RTT_FORCE_PRINTK=y
    # end of Backends
    
    #
    # Misc
    #
    CONFIG_LOG_DOMAIN_ID=0
    CONFIG_LOG_CMDS=y
    CONFIG_LOG_USE_VLA=y
    # CONFIG_LOG_ALWAYS_RUNTIME is not set
    # CONFIG_LOG_FMT_SECTION is not set
    # CONFIG_LOG_USE_TAGGED_ARGUMENTS is not set
    CONFIG_LOG_MEM_UTILIZATION=y
    # end of Misc
    
    # CONFIG_LORAWAN is not set
    
    #
    # Device Management
    #
    
    #
    # Host command handler subsystem
    #
    # CONFIG_EC_HOST_CMD is not set
    # end of Host command handler subsystem
    
    # CONFIG_MCUMGR is not set
    # CONFIG_HAWKBIT is not set
    # CONFIG_UPDATEHUB is not set
    # CONFIG_OSDP is not set
    # end of Device Management
    
    # CONFIG_MODBUS is not set
    
    #
    # Networking
    #
    CONFIG_NET_BUF=y
    CONFIG_NET_BUF_USER_DATA_SIZE=0
    # CONFIG_NET_BUF_LOG is not set
    # CONFIG_NET_BUF_LOG_LEVEL_OFF is not set
    # CONFIG_NET_BUF_LOG_LEVEL_ERR is not set
    # CONFIG_NET_BUF_LOG_LEVEL_WRN is not set
    CONFIG_NET_BUF_LOG_LEVEL_INF=y
    # CONFIG_NET_BUF_LOG_LEVEL_DBG is not set
    CONFIG_NET_BUF_LOG_LEVEL=3
    # CONFIG_NET_BUF_POOL_USAGE is not set
    # CONFIG_NETWORKING is not set
    # end of Networking
    
    #
    # Portability
    #
    # end of Portability
    
    #
    # Power Management
    #
    # CONFIG_PM_LOG_LEVEL_OFF is not set
    # CONFIG_PM_LOG_LEVEL_ERR is not set
    # CONFIG_PM_LOG_LEVEL_WRN is not set
    CONFIG_PM_LOG_LEVEL_INF=y
    # CONFIG_PM_LOG_LEVEL_DBG is not set
    CONFIG_PM_LOG_LEVEL=3
    # CONFIG_PM_S2RAM is not set
    CONFIG_PM_POLICY_DEFAULT=y
    # CONFIG_PM_POLICY_CUSTOM is not set
    # CONFIG_PM_DEVICE_LOG_LEVEL_OFF is not set
    # CONFIG_PM_DEVICE_LOG_LEVEL_ERR is not set
    # CONFIG_PM_DEVICE_LOG_LEVEL_WRN is not set
    CONFIG_PM_DEVICE_LOG_LEVEL_INF=y
    # CONFIG_PM_DEVICE_LOG_LEVEL_DBG is not set
    CONFIG_PM_DEVICE_LOG_LEVEL=3
    CONFIG_PM_DEVICE_POWER_DOMAIN=y
    # CONFIG_PM_DEVICE_POWER_DOMAIN_DYNAMIC is not set
    # CONFIG_PM_DEVICE_RUNTIME is not set
    # end of Power Management
    
    CONFIG_SHELL=y
    # CONFIG_SHELL_LOG_LEVEL_OFF is not set
    # CONFIG_SHELL_LOG_LEVEL_ERR is not set
    # CONFIG_SHELL_LOG_LEVEL_WRN is not set
    CONFIG_SHELL_LOG_LEVEL_INF=y
    # CONFIG_SHELL_LOG_LEVEL_DBG is not set
    CONFIG_SHELL_LOG_LEVEL=3
    CONFIG_SHELL_BACKENDS=y
    # CONFIG_SHELL_BACKEND_SERIAL is not set
    # CONFIG_SHELL_BACKEND_RTT is not set
    CONFIG_SHELL_BACKEND_DUMMY=y
    CONFIG_SHELL_PROMPT_DUMMY=""
    CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE=1
    # CONFIG_SHELL_MINIMAL is not set
    # CONFIG_SHELL_THREAD_PRIORITY_OVERRIDE is not set
    CONFIG_SHELL_STACK_SIZE=1456
    CONFIG_SHELL_BACKSPACE_MODE_DELETE=y
    CONFIG_SHELL_CMD_BUFF_SIZE=128
    CONFIG_SHELL_PRINTF_BUFF_SIZE=30
    CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH=80
    CONFIG_SHELL_DEFAULT_TERMINAL_HEIGHT=24
    CONFIG_SHELL_ARGC_MAX=12
    CONFIG_SHELL_TAB=y
    CONFIG_SHELL_TAB_AUTOCOMPLETION=y
    CONFIG_SHELL_WILDCARD=y
    CONFIG_SHELL_ECHO_STATUS=y
    # CONFIG_SHELL_START_OBSCURED is not set
    CONFIG_SHELL_VT100_COMMANDS=y
    # CONFIG_SHELL_VT100_COLORS is not set
    # CONFIG_SHELL_GETOPT is not set
    CONFIG_SHELL_METAKEYS=y
    CONFIG_SHELL_HELP=y
    CONFIG_SHELL_HELP_OPT_PARSE=y
    CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=y
    CONFIG_SHELL_HISTORY=y
    CONFIG_SHELL_HISTORY_BUFFER=64
    CONFIG_SHELL_STATS=y
    CONFIG_SHELL_CMDS=y
    CONFIG_SHELL_CMDS_RESIZE=y
    # CONFIG_SHELL_CMDS_SELECT is not set
    CONFIG_SHELL_CMD_ROOT=""
    CONFIG_SHELL_LOG_BACKEND=y
    CONFIG_KERNEL_SHELL=y
    CONFIG_KERNEL_SHELL_REBOOT_DELAY=0
    CONFIG_DEVICE_SHELL=y
    # CONFIG_DEVMEM_SHELL is not set
    # CONFIG_STATS is not set
    # CONFIG_USB_DEVICE_STACK is not set
    # CONFIG_SD_STACK is not set
    # CONFIG_IMG_MANAGER is not set
    
    #
    # Random Number Generators
    #
    # CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR is not set
    # CONFIG_XOROSHIRO_RANDOM_GENERATOR is not set
    CONFIG_XOSHIRO_RANDOM_GENERATOR=y
    CONFIG_CSPRING_ENABLED=y
    CONFIG_HARDWARE_DEVICE_CS_GENERATOR=y
    # CONFIG_CTR_DRBG_CSPRNG_GENERATOR is not set
    # end of Random Number Generators
    
    #
    # Storage
    #
    CONFIG_FLASH_MAP=y
    # CONFIG_FLASH_MAP_SHELL is not set
    # CONFIG_FLASH_AREA_CHECK_INTEGRITY is not set
    # CONFIG_STREAM_FLASH is not set
    # end of Storage
    
    CONFIG_SETTINGS=y
    # CONFIG_SETTINGS_LOG_LEVEL_OFF is not set
    # CONFIG_SETTINGS_LOG_LEVEL_ERR is not set
    # CONFIG_SETTINGS_LOG_LEVEL_WRN is not set
    CONFIG_SETTINGS_LOG_LEVEL_INF=y
    # CONFIG_SETTINGS_LOG_LEVEL_DBG is not set
    CONFIG_SETTINGS_LOG_LEVEL=3
    # CONFIG_SETTINGS_RUNTIME is not set
    CONFIG_SETTINGS_DYNAMIC_HANDLERS=y
    CONFIG_SETTINGS_NVS=y
    # CONFIG_SETTINGS_CUSTOM is not set
    # CONFIG_SETTINGS_NONE is not set
    CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT=1
    CONFIG_SETTINGS_NVS_SECTOR_COUNT=8
    # CONFIG_SETTINGS_SHELL is not set
    # CONFIG_TASK_WDT is not set
    
    #
    # Testing
    #
    # CONFIG_ZTEST is not set
    # CONFIG_ZTEST_MOCKING is not set
    # CONFIG_ZTRESS is not set
    # CONFIG_TEST is not set
    # CONFIG_TEST_USERSPACE is not set
    # end of Testing
    
    # CONFIG_TIMING_FUNCTIONS is not set
    # CONFIG_TRACING is not set
    # CONFIG_RTIO is not set
    # end of Sub Systems and OS Services
    
    CONFIG_TOOLCHAIN_ZEPHYR_0_14=y
    
    #
    # Build and Link Features
    #
    
    #
    # Linker Options
    #
    # CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set
    CONFIG_LINKER_ORPHAN_SECTION_WARN=y
    # CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set
    CONFIG_HAS_FLASH_LOAD_OFFSET=y
    # CONFIG_USE_DT_CODE_PARTITION is not set
    CONFIG_FLASH_LOAD_OFFSET=0
    CONFIG_FLASH_LOAD_SIZE=0
    CONFIG_LD_LINKER_SCRIPT_SUPPORTED=y
    CONFIG_LD_LINKER_TEMPLATE=y
    # CONFIG_CMAKE_LINKER_GENERATOR is not set
    # CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set
    CONFIG_KERNEL_ENTRY="__start"
    CONFIG_LINKER_SORT_BY_ALIGNMENT=y
    CONFIG_SRAM_OFFSET=0
    
    #
    # Linker Sections
    #
    # CONFIG_LINKER_USE_BOOT_SECTION is not set
    # CONFIG_LINKER_USE_PINNED_SECTION is not set
    CONFIG_LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT=y
    # end of Linker Sections
    # end of Linker Options
    
    #
    # Compiler Options
    #
    # CONFIG_CODING_GUIDELINE_CHECK is not set
    # CONFIG_NATIVE_APPLICATION is not set
    # CONFIG_SIZE_OPTIMIZATIONS is not set
    # CONFIG_SPEED_OPTIMIZATIONS is not set
    CONFIG_DEBUG_OPTIMIZATIONS=y
    # CONFIG_NO_OPTIMIZATIONS is not set
    CONFIG_COMPILER_COLOR_DIAGNOSTICS=y
    CONFIG_COMPILER_OPT=""
    # CONFIG_MISRA_SANE is not set
    # end of Compiler Options
    
    # CONFIG_ASSERT_ON_ERRORS is not set
    # CONFIG_NO_RUNTIME_CHECKS is not set
    CONFIG_RUNTIME_ERROR_CHECKS=y
    
    #
    # Build Options
    #
    CONFIG_KERNEL_BIN_NAME="zephyr"
    CONFIG_OUTPUT_STAT=y
    # CONFIG_OUTPUT_SYMBOLS is not set
    CONFIG_OUTPUT_DISASSEMBLY=y
    # CONFIG_OUTPUT_DISASSEMBLE_ALL is not set
    CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
    # CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
    # CONFIG_BUILD_NO_GAP_FILL is not set
    CONFIG_BUILD_OUTPUT_BIN=y
    # CONFIG_BUILD_OUTPUT_EXE is not set
    # CONFIG_BUILD_OUTPUT_S19 is not set
    # CONFIG_BUILD_OUTPUT_UF2 is not set
    # CONFIG_BUILD_OUTPUT_STRIPPED is not set
    # CONFIG_BUILD_OUTPUT_INFO_HEADER is not set
    # CONFIG_APPLICATION_DEFINED_SYSCALL is not set
    # CONFIG_MAKEFILE_EXPORTS is not set
    # CONFIG_BUILD_OUTPUT_META is not set
    # end of Build Options
    
    CONFIG_WARN_DEPRECATED=y
    CONFIG_EXPERIMENTAL=y
    CONFIG_ENFORCE_ZEPHYR_STDINT=y
    # end of Build and Link Features
    
    #
    # Boot Options
    #
    # CONFIG_IS_BOOTLOADER is not set
    # CONFIG_BOOTLOADER_BOSSA is not set
    # end of Boot Options
    
    #
    # Compatibility
    #
    CONFIG_COMPAT_INCLUDES=y
    # end of Compatibility
    
    CONFIG_LEGACY_INCLUDE_PATH=y
    
    #
    # NENA
    #
    CONFIG_N_LIPO_VOLTAGE_DETECTION_THRESHOLD=3200
    CONFIG_N_LIPO_VOLTAGE_POWER_OFF_LIMIT=3400
    CONFIG_N_NON_LIPO_VOLTAGE_POWER_OFF_LIMIT=1600
    CONFIG_N_BATTERY_VOLTAGE_WAKEUP_HYSTERISIS=200
    CONFIG_N_IMU_MEDIAN_FILTER_LENGTH=7
    CONFIG_N_LORA_AT_COMMAND_BUFFER_SIZE=64
    CONFIG_N_LORA_FREQUENCY=433000000
    CONFIG_N_GNSS_STATUS_MONITOR_THREAD_STACK_SIZE=464
    CONFIG_N_GNSS_STATUS_MONITOR_THREAD_PRIORITY=10
    CONFIG_N_GNSS_MAX_NOF_SATS_TO_PRINT=40
    CONFIG_N_GNSS_POS_TIMEOUT_SECONDS=40
    CONFIG_N_PIR_MONITOR_THREAD_STACK_SIZE=640
    CONFIG_N_PIR_MONITOR_THREAD_PRIORITY=10
    CONFIG_N_TX_MAX_INIT_RETRIES=10
    CONFIG_N_OO_THREAD_STACK_SIZE=1696
    CONFIG_N_OO_THREAD_PRIORITY=10
    CONFIG_N_OO_WDT_TIMEOUT_MS=0
    # end of NENA
    

    During endless tests, I noticed huge improvement after disabling PHY_2M (i.e. CONFIG_BT_CTLR_PHY_2M=n). 

    Many thanks in advamce

  • Hi Thanos, 

    Could you please try capturing a sniffer trace ? 

    It would provide much better information than the debug log. 

Reply Children
  • Hello,

    I do not have a DK handy, but I do have some 52832 custom boards. I tried to download the sniffer .hex firmware there, but nothing shows up on pins 6 or 8 (UART Tx/Rx is on 6 and 8, just like the DK). Also, the custom board has the DCDC inductors/capacitor populated (I noticed the sniffer firmware enables the DCDC power supply). Wireshark does not receive anything.

    Anything else I sould take care in order to make the board work as a BLE sniffer?

    Thanks!

  • Hi Thanos, 
    I afraid you would need to get hold of a nRF52 DK. We haven't tried to make it work with a custom board before. 
    I don't know if it's possible or not but if you can configure the Web Bluetooth to not using LESC (secure connection ) and use legacy pairing instead, we would be able to check if it has anything to do with LESC.

Related