Hrmmmm. I Tried BLE_LL_CFG_FEAT_DATA_LEN_EXT, and also commenting out the
erase, but (even rolling back those changes) Im suddenly seeing a crash in
the logs now.
1345:[ts=10507780ssb, mod=4 level=0] Number of ComUnhandled interrupt (3),
exception sp 0x20000998
1345: r0:0x200004c0 r1:0x00000001 r2:0x20002ff0 r3:0x00000001
1345: r4:0x200004c0 r5:0x00000001 r6:0x0000002b r7:0x20000a99
1345: r8:0xffffffff r9:0xffffffff r10:0xffffffff r11:0xffffffff
1345:r12:0x00000000 lr:0x00009279 pc:0x00008eda psr:0x21000000
1345:ICSR:0x00421003
b * 0x00008eda
Breakpoint 1 at 0x8eda: file
repos/apache-mynewt-core/kernel/os/src/os_sched.c, line 166.
│160 os_sched_sleep(struct os_task *t, os_time_t nticks)
│
│161 {
│
│162 struct os_task *entry;
│
│163
│
│164 entry = NULL;
│
│165
│
B+>│166 TAILQ_REMOVE(&g_os_run_list, t, t_os_list);
│
│167 t->t_state = OS_TASK_SLEEP;
│
│168 t->t_next_wakeup = os_time_get() + nticks;
│
│169 if (nticks == OS_TIMEOUT_NEVER) {
│
│170 t->t_flags |= OS_TASK_FLAG_NO_TIMEOUT;
│
│171 TAILQ_INSERT_TAIL(&g_os_sleep_list, t, t_os_list);
│
│172 } else {
│
│173 TAILQ_FOREACH(entry, &g_os_sleep_list, t_os_list) {
│
│174
On Mon, Apr 17, 2017 at 8:16 AM, will sanfilippo <[email protected]> wrote:
> I wonder if this issue is related to other controllers that we have had
> issues with. Try disabling Data Length Extension. Set
> BLE_LL_CFG_FEAT_DATA_LEN_EXT in net/nimble/controller/syscfg.yml to 0
>
> Let us know if that changes anything.
> > On Apr 16, 2017, at 6:13 PM, Jacob Rosenthal <[email protected]>
> wrote:
> >
> > On Sun, Apr 16, 2017 at 5:46 PM, Christopher Collins <[email protected]>
> > wrote:
> >
> >> Welcome to return code hell :). The status=8 is actually a Bluetooth
> >> error code, not a NimBLE host error code. In this case, the controller
> >> belonging to the destination device has indicated a disconnect reason of
> >> 8, which translates to "supervision timeout." In other words, your PC's
> >> controller unexpectedly went silent, so the NimBLE device was forced to
> >> drop the connection.
> >>
> > Oh interesting.
> >
> >>
> >> The GATT library (what newtmgr uses for BLE) is a bit sketchy, so it's
> >> hard to tell who as at fault. What controller are you using to send the
> >> newtmgr command (e.g., built-in Bluetooth radio)?
> >>
> >> This is the build in radio on my a1466 2012 macbook air in fedora.
> > Interestingly enough this happens on my node port on osx as well, which
> is
> > why I went back to trying to get newtmgr under linux working first.
> >
> >
> >> Do you have any luck with a smaller newtmgr command (e.g., echo)? The
> >> image upload command is especially troublesome because it causes the
> >> destination device to perform a flash erase operation. This causes the
> >> MCU to stall, which can lead to supervision timeouts. I believe the
> >> newtmgr tool uses fairly lenient connection settings for this reason,
> >> but this could still be the problem, especially on the nRF51.
> >>
> >> All other commands have worked great so far.
> >
> >
> >> You could try connecting to the NimBLE device with a known good setup
> >> such as the Lightblue app on OS X or an iphone. Then, subscribe to the
> >> newtmgr characteristic and try writing a value to the same
> >> characteristic. If the connection stays up and you get a notification
> >> from the NimBLE device (newtmgr response), then I would suspect
> >> something on the PC side.
> >>
> > Im just writing 0x01 and the connection stays up, but I dont seem to get
> > any response.
>
>
0:[ts=0ssb, mod=64 level=0] registered service 0x1800 with handle=1
2:[ts=15624ssb, mod=64 level=0] registering characteristic 0x2a00 with
def_handle=2 val_handle=3
4:[ts=31248ssb, mod=64 level=0] registering characteristic 0x2a01 with
def_handle=4 val_handle=5
6:[ts=46872ssb, mod=64 level=0] registering characteristic 0x2a02 with
def_handle=6 val_handle=7
8:[ts=62496ssb, mod=64 level=0] registering characteristic 0x2a03 with
def_handle=8 val_handle=9
10:[ts=78120ssb, mod=64 level=0] registering characteristic 0x2a04 with
def_handle=10 val_handle=11
12:[ts=93744ssb, mod=64 level=0] registered service 0x1801 with handle=12
13:[ts=101556ssb, mod=64 level=0] registering characteristic 0x2a05 with
def_handle=13 val_handle=14
15:[ts=117180ssb, mod=64 level=0] registered service 0x1811 with handle=16
16:[ts=124992ssb, mod=64 level=0] registering characteristic 0x2a47 with
def_handle=17 val_handle=18
18:[ts=140616ssb, mod=64 level=0] registering characteristic 0x2a46 with
def_handle=19 val_handle=20
20:[ts=156240ssb, mod=64 level=0] registering characteristic 0x2a48 with
def_handle=22 val_handle=23
22:[ts=171864ssb, mod=64 level=0] registering characteristic 0x2a45 with
def_handle=24 val_handle=25
24:[ts=187488ssb, mod=64 level=0] registering characteristic 0x2a44 with
def_handle=27 val_handle=28
26:[ts=203112ssb, mod=64 level=0] registered service
8d53dc1d-1db7-4cd3-868b-8a527460aa84 with handle=29
29:[ts=226548ssb, mod=64 level=0] registering charac0:[ts=0ssb, mod=64 level=0]
registered service 0x1811 with handle=1
2:[ts=15624ssb, mod=64 level=0] registering characteristic 0x2a47 with
def_handle=2 val_handle=3
4:[ts=31248ssb, mod=64 level=0] registering characteristic 0x2a46 with
def_handle=4 val_handle=5
6:[ts=46872ssb, mod=64 level=0] registering characteristic 0x2a48 with
def_handle=7 val_handle=8
8:[ts=62496ssb, mod=64 level=0] registering characteristic 0x2a45 with
def_handle=9 val_handle=10
10:[ts=78120ssb, mod=64 level=0] registering characteristic 0x2a44 with
def_handle=12 val_handle=13
12:[ts=93744ssb, mod=64 level=0] registered service 0x1801 with handle=14
13:[ts=101556ssb, mod=64 level=0] registering characteristic 0x2a05 with
def_handle=15 val_handle=16
15:[ts=117180ssb, mod=64 level=0] registered service 0x1800 with handle=18
16:[ts=124992ssb, mod=64 level=0] registering characteristic 0x2a00 with
def_handle=19 val_handle=20
18:[ts=140616ssb, mod=64 level=0] registering characteristic 0x2a01 with
def_handle=21 val_handle=22
20:[ts=156240ssb, mod=64 level=0] registering characteristic 0x2a02 with
def_handle=23 val_handle=24
22:[ts=171864ssb, mod=64 level=0] registering characteristic 0x2a03 with
def_handle=25 val_handle=26
24:[ts=187488ssb, mod=64 level=0] registering characteristic 0x2a04 with
def_handle=27 val_handle=28
26:[ts=203112ssb, mod=64 level=0] registered service
8d53dc1d-1db7-4cd3-868b-8a527460aa84 with handle=29
29:[ts=226548ssb, mod=64 level=0] registering characteristic
da2e7828-fbce-4e01-ae9e-261174997c48 with def_handle=30 val_handle=31
33:[ts=257796ssb, mod=64 level=0] registered service
59462f12-9543-9999-12c8-58b459a2712d with handle=33
36:[ts=281232ssb, mod=64 level=0] registering characteristic
5c3a659e-897e-45e1-b016-007107c96df6 with def_handle=34 val_handle=35
40:[ts=312480ssb, mod=64 level=0] registering characteristic
5c3a659e-897e-45e1-b016-007107c96df7 with def_handle=36 0:[ts=0ssb, mod=64
level=0] registered service 0x1811 with handle=1
2:[ts=15624ssb, mod=64 level=0] registering characteristic 0x2a47 with
def_handle=2 val_handle=3
4:[ts=31248ssb, mod=64 level=0] registering characteristic 0x2a46 with
def_handle=4 val_handle=5
6:[ts=46872ssb, mod=64 level=0] registering characteristic 0x2a48 with
def_handle=7 val_handle=8
8:[ts=62496ssb, mod=64 level=0] registering characteristic 0x2a45 with
def_handle=9 val_handle=10
10:[ts=78120ssb, mod=64 level=0] registering characteristic 0x2a44 with
def_handle=12 val_handle=13
12:[ts=93744ssb, mod=64 level=0] registered service 0x1801 with handle=14
13:[ts=101556ssb, mod=64 level=0] registering characteristic 0x2a05 with
def_handle=15 val_handle=16
15:[ts=117180ssb, mod=64 level=0] registered service 0x1800 with handle=18
16:[ts=124992ssb, mod=64 level=0] registering characteristic 0x2a00 with
def_handle=19 val_handle=20
18:[ts=140616ssb, mod=64 level=0] registering characteristic 0x2a01 with
def_handle=21 val_handle=22
20:[ts=156240ssb, mod=64 level=0] registering characteristic 0x2a02 with
def_handle=23 val_handle=24
22:[ts=171864ssb, mod=64 level=0] registering characteristic 0x2a03 with
def_handle=25 val_handle=26
24:[ts=187488ssb, mod=64 level=0] registering characteristic 0x2a04 with
def_handle=27 val_handle=28
26:[ts=203112ssb, mod=64 level=0] registered service
8d53dc1d-1db7-4cd3-868b-8a527460aa84 with handle=29
29:[ts=226548ssb, mod=64 level=0] registering characteristic
da2e7828-fbce-4e01-ae9e-261174997c48 with def_handle=30 val_handle=31
33:[ts=257796ssb, mod=64 level=0] registered service
59462f12-9543-9999-12c8-58b459a2712d with handle=33
36:[ts=281232ssb, mod=64 level=0] registering characteristic
5c3a659e-897e-45e1-b016-007107c96df6 with def_handle=34 val_handle=35
40:[ts=312480ssb, mod=64 level=0] registering characteristic
5c3a659e-897e-45e1-b016-007107c96df7 with def_handle=36 val_handle=37
44:[ts=343728ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x03 ocf=0x0003 len=0
46:[ts=359352ssb, mod=4 level=0] 0x03 0x0c 0x00
46:[ts=359352ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x3 ocf=0x3
status=0
48:[ts=374976ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x03 ocf=0x0001 len=8
50:[ts=390600ssb, mod=4 level=0] 0x01 0x0c 0x08 0xff 0xff 0xff 0xff 0xff 0x9f
0x00 0x20
50:[ts=390600ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x3 ocf=0x1
status=0
53:[ts=414036ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x03 ocf=0x0063 len=8
55:[ts=429660ssb, mod=4 level=0] 0x63 0x0c 0x08 0x00 0x00 0x80 0x00 0x00 0x00
0x00 0x00
56:[ts=437472ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x3 ocf=0x63
status=0
58:[ts=453096ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0001 len=8
60:[ts=468720ssb, mod=4 level=0] 0x01 0x20 0x08 0x7f 0x02 0x00 0x00 0x00 0x00
0x00 0x00
61:[ts=476532ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x1
status=0
63:[ts=492156ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0002 len=0
65:[ts=507780ssb, mod=4 level=0] 0x02 0x20 0x00
65:[ts=507780ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x2
status=0
67:[ts=523404ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0003 len=0
69:[ts=539028ssb, mod=4 level=0] 0x03 0x20 0x00
69:[ts=539028ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x3
status=0
71:[ts=554652ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x04 ocf=0x0009 len=0
73:[ts=570276ssb, mod=4 level=0] 0x09 0x10 0x00
73:[ts=570276ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x4 ocf=0x9
status=0 bd_addr=a:a:a:a:a:a
75:[ts=585900ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x002d len=1
77:[ts=601524ssb, mod=4 level=0] 0x2d 0x20 0x01 0x00
77:[ts=601524ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x2d
status=0
79:[ts=617148ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0029 len=0
81:[ts=632772ssb, mod=4 level=0] 0x29 0x20 0x00
81:[ts=632772ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x29
status=0
83:[ts=648396ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x002d len=1
85:[ts=664020ssb, mod=4 level=0] 0x2d 0x20 0x01 0x01
85:[ts=664020ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x2d
status=0
87:[ts=679644ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0027 len=39
89:[ts=695268ssb, mod=4 level=0] 0x27 0x20 0x27 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0xef 0x8d 0xe2 0x16 0x4f 0xec 0x43 0x0d 0xbf 0x5b 0xdd 0x34 0xc0 0x53 0x1e
0xb8 0xef 0x8d 0xe2 0x16 0x4f 0xec 0x43 0x0d 0xbf 0x5b 0xdd 0x34 0xc0 0x53 0x1e
0xb8
91:[ts=710892ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x27
status=0
94:[ts=734328ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0007 len=0
96:[ts=749952ssb, mod=4 level=0] 0x07 0x20 0x00
96:[ts=749952ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x7
status=0
98:[ts=765576ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0008 len=32
100:[ts=781200ssb, mod=4 level=0] 0x08 0x20 0x20 0x1a 0x02 0x01 0x06 0x03 0x03
0x11 0x18 0x0f 0x09 0x6e 0x69 0x6d 0x62 0x6c 0x65 0x2d 0x62 0x6c 0x65 0x70 0x72
0x70 0x68 0x02 0x0a 0x00 0x00 0x00 0x00 0x00 0x00
103:[ts=804636ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x8
status=0
105:[ts=820260ssb, mod=4 level=1] GAP procedure initiated: advertise;
disc_mode=0 adv_channel_map=0 own_addr_type=0 adv_filter_policy=0
adv_itvl_min=0 adv_itvl_max=0 adv_data_len=0
109:[ts=851508ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0006
len=15
111:[ts=867132ssb, mod=4 level=0] 0x06 0x20 0x0f 0x30 0x00 0x60 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x07 0x00
112:[ts=874944ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x6
status=0
114:[ts=890568ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x000a len=1
116:[ts=906192ssb, mod=4 level=0] 0x0a 0x20 0x01 0x01
116:[ts=906192ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0xa
status=0
118:[ts=921816ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x0 ocf=0x0
685:[ts=5351540ssb, mod=4 level=0] LE connection complete. handle=1 role=1
paddrtype=0 addr=b8.e8.56.3.d3.ed local_rpa=0.0.0.0.0.0 peer_rpa=0.0.0.0.0.0
itvl=9 latency=0 spvn_tmo=200 mca=5
689:[ts=5382788ssb, mod=64 level=1] connection established; status=0 handle=1
our_ota_addr_type=0 our_ota_addr=0a:0a:0a:0a:0a:0a our_id_addr_type=0
our_id_addr=0a:0a:0a:0a:0a:0a peer_ota_addr_type=0
peer_ota_addr=b8:e8:56:03:d3:ed peer_id_addr_type=0
peer_id_addr=b8:e8:56:03:d3:ed conn_itvl=9 conn_latency=0
supervision_timeout=200 encrypted=0 authenticated=0 bonded=0
696:[ts=5437472ssb, mod=64 level=1]
696:[ts=5437472ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=7 data=0x03 0x00 0x04 0x00 0x02 0x68 0x00
699:[ts=5460908ssb, mod=4 level=0] rxed att command: mtu req; conn=1 mtu=104
700:[ts=5468720ssb, mod=4 level=0] txed att command: mtu rsp; conn=1 mtu=527
701:[ts=5476532ssb, mod=4 level=0] host tx hci data; handle=1 length=7
703:[ts=5492156ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x07 0x00
0x03 0x00 0x04 0x00 0x03 0x0f 0x02
704:[ts=5499968ssb, mod=64 level=1] mtu update event; conn_handle=1 cid=4
mtu=104
707:[ts=5523404ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=11 data=0x07 0x00 0x04 0x00 0x08 0x01 0x00 0xff 0xff 0x00 0x2a
711:[ts=5554652ssb, mod=4 level=0] rxed att command: read type req; conn=1
start_handle=0x0001 end_handle=0xffff
713:[ts=5570276ssb, mod=4 level=0] txed att command: read type rsp; conn=1
length=16
714:[ts=5578088ssb, mod=4 level=0] host tx hci data; handle=1 length=22
716:[ts=5593712ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x16 0x00
0x12 0x00 0x04 0x00 0x09 0x10 0x14 0x00 0x6e 0x69 0x6d 0x62 0x6c 0x65 0x2d 0x62
0x6c 0x65 0x70 0x72 0x70 0x68
718:[ts=5609336ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
720:[ts=5624960ssb, mod=4 level=0] handle:1 pkts:1
723:[ts=5648396ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=11 data=0x07 0x00 0x04 0x00 0x10 0x01 0x00 0xff 0xff 0x00 0x28
727:[ts=5679644ssb, mod=4 level=0] rxed att command: read group type req;
conn=1 start_handle=0x0001 end_handle=0xffff
730:[ts=5703080ssb, mod=4 level=0] txed att command: read group type rsp;
conn=1 length=6
732:[ts=5718704ssb, mod=4 level=0] host tx hci data; handle=1 length=24
733:[ts=5726516ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x18 0x00
0x14 0x00 0x04 0x00 0x11 0x06 0x01 0x00 0x0d 0x00 0x11 0x18 0x0e 0x00 0x11 0x00
0x01 0x18 0x12 0x00 0x1c 0x00 0x00 0x18
736:[ts=5749952ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
737:[ts=5757764ssb, mod=4 level=0] handle:1 pkts:1
740:[ts=5781200ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=11 data=0x07 0x00 0x04 0x00 0x10 0x1d 0x00 0xff 0xff 0x00 0x28
744:[ts=5812448ssb, mod=4 level=0] rxed att command: read group type req;
conn=1 start_handle=0x001d end_handle=0xffff
747:[ts=5835884ssb, mod=4 level=0] txed att command: read group type rsp;
conn=1 length=20
749:[ts=5851508ssb, mod=4 level=0] host tx hci data; handle=1 length=46
750:[ts=5859320ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x2e 0x00
0x2a 0x00 0x04 0x00 0x11 0x14 0x1d 0x00 0x20 0x00 0x84 0xaa 0x60 0x74 0x52 0x8a
0x8b 0x86 0xd3 0x4c 0xb7 0x1d 0x1d 0xdc 0x53 0x8d 0x21 0x00 0xff 0xff 0x2d 0x71
0xa2 0x59 0xb4 0x58 0xc8 0x12 0x99 0x99 0x43 0x95 0x12 0x2f 0x46 0x59
754:[ts=5890568ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
755:[ts=5898380ssb, mod=4 level=0] handle:1 pkts:1
758:[ts=5921816ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=11 data=0x07 0x00 0x04 0x00 0x08 0x0e 0x00 0x11 0x00 0x03 0x28
761:[ts=5945252ssb, mod=4 level=0] rxed att command: read type req; conn=1
start_handle=0x000e end_handle=0x0011
763:[ts=5960876ssb, mod=4 level=0] txed att command: read type rsp; conn=1
length=7
765:[ts=5976500ssb, mod=4 level=0] host tx hci data; handle=1 length=13
766:[ts=5984312ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x0d 0x00
0x09 0x00 0x04 0x00 0x09 0x07 0x0f 0x00 0x20 0x10 0x00 0x05 0x2a
768:[ts=6000000ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
770:[ts=6015624ssb, mod=4 level=0] handle:1 pkts:1
772:[ts=6031248ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=11 data=0x07 0x00 0x04 0x00 0x08 0x12 0x00 0x1c 0x00 0x03 0x28
775:[ts=6054684ssb, mod=4 level=0] rxed att command: read type req; conn=1
start_handle=0x0012 end_handle=0x001c
778:[ts=6078120ssb, mod=4 level=0] txed att command: read type rsp; conn=1
length=7
779:[ts=6085932ssb, mod=4 level=0] host tx hci data; handle=1 length=41
781:[ts=6101556ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x29 0x00
0x25 0x00 0x04 0x00 0x09 0x07 0x13 0x00 0x02 0x14 0x00 0x00 0x2a 0x15 0x00 0x02
0x16 0x00 0x01 0x2a 0x17 0x00 0x02 0x18 0x00 0x02 0x2a 0x19 0x00 0x08 0x1a 0x00
0x03 0x2a 0x1b 0x00 0x02 0x1c 0x00 0x04 0x2a
784:[ts=6124992ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
786:[ts=6140616ssb, mod=4 level=0] handle:1 pkts:1
789:[ts=6164052ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=11 data=0x07 0x00 0x04 0x00 0x08 0x1d 0x00 0x20 0x00 0x03 0x28
793:[ts=6195300ssb, mod=4 level=0] rxed att command: read type req; conn=1
start_handle=0x001d end_handle=0x0020
795:[ts=6210924ssb, mod=4 level=0] txed att command: read type rsp; conn=1
length=21
796:[ts=6218736ssb, mod=4 level=0] host tx hci data; handle=1 length=27
798:[ts=6234360ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x1b 0x00
0x17 0x00 0x04 0x00 0x09 0x15 0x1e 0x00 0x14 0x1f 0x00 0x48 0x7c 0x99 0x74 0x11
0x26 0x9e 0xae 0x01 0x4e 0xce 0xfb 0x28 0x78 0x2e 0xda
801:[ts=6257796ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
802:[ts=6265608ssb, mod=4 level=0] handle:1 pkts:1
805:[ts=6289044ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=9 data=0x05 0x00 0x04 0x00 0x04 0x11 0x00 0x11 0x00
809:[ts=6320292ssb, mod=4 level=0] rxed att command: find info req; conn=1
start_handle=0x0011 end_handle=0x0011
811:[ts=6335916ssb, mod=4 level=0] txed att command: find info rsp; conn=1
format=1
813:[ts=6351540ssb, mod=4 level=0] host tx hci data; handle=1 length=10
814:[ts=6359352ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x0a 0x00
0x06 0x00 0x04 0x00 0x05 0x01 0x11 0x00 0x02 0x29
816:[ts=6374976ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
817:[ts=6382788ssb, mod=4 level=0] handle:1 pkts:1
820:[ts=6406224ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=7 data=0x03 0x00 0x04 0x00 0x0a 0x1c 0x00
822:[ts=6421848ssb, mod=4 level=0] rxed att command: read req; conn=1
handle=0x001c
824:[ts=6437472ssb, mod=4 level=0] host tx hci data; handle=1 length=13
825:[ts=6445284ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x0d 0x00
0x09 0x00 0x04 0x00 0x0b 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
827:[ts=6460908ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
829:[ts=6476532ssb, mod=4 level=0] handle:1 pkts:1
831:[ts=6492156ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=9 data=0x05 0x00 0x04 0x00 0x04 0x20 0x00 0x20 0x00
835:[ts=6523404ssb, mod=4 level=0] rxed att command: find info req; conn=1
start_handle=0x0020 end_handle=0x0020
837:[ts=6539028ssb, mod=4 level=0] txed att command: find info rsp; conn=1
format=1
838:[ts=6546840ssb, mod=4 level=0] host tx hci data; handle=1 length=10
840:[ts=6562464ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x0a 0x00
0x06 0x00 0x04 0x00 0x05 0x01 0x20 0x00 0x02 0x29
842:[ts=6578088ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
843:[ts=6585900ssb, mod=4 level=0] handle:1 pkts:1
847:[ts=6617148ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=9 data=0x05 0x00 0x04 0x00 0x12 0x11 0x00 0x02 0x00
850:[ts=6640584ssb, mod=4 level=0] rxed att command: write req; conn=1
handle=0x0011
852:[ts=6656208ssb, mod=64 level=1] subscribe event; conn_handle=1
attr_handle=16 reason=1 prevn=0 curn=0 previ=0 curi=1
855:[ts=6679644ssb, mod=4 level=0] txed att command: write rsp; conn=1
856:[ts=6687456ssb, mod=4 level=0] host tx hci data; handle=1 length=5
857:[ts=6695268ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x05 0x00
0x01 0x00 0x04 0x00 0x13
859:[ts=6710892ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
860:[ts=6718704ssb, mod=4 level=0] handle:1 pkts:1
863:[ts=6742140ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=9 data=0x05 0x00 0x04 0x00 0x12 0x20 0x00 0x01 0x00
865:[ts=6757764ssb, mod=4 level=0] rxed att command: write req; conn=1
handle=0x0020
867:[ts=6773388ssb, mod=64 level=1] subscribe event; conn_handle=1
attr_handle=31 reason=1 prevn=0 curn=1 previ=0 curi=0
870:[ts=6796824ssb, mod=4 level=0] txed att command: write rsp; conn=1
871:[ts=6804636ssb, mod=4 level=0] host tx hci data; handle=1 length=5
872:[ts=6812448ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x05 0x00
0x01 0x00 0x04 0x00 0x13
874:[ts=6828072ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
875:[ts=6835884ssb, mod=4 level=0] handle:1 pkts:1
877:[ts=6851508ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
879:[ts=6867132ssb, mod=4 level=0] handle:1 pkts:1
880:[ts=6874944ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=27 data=0x68 0x00 0x04 0x00 0x16 0x1f 0x00 0x00 0x00 0x02 0x00 0x01
0xbd 0x00 0x01 0x00 0x01 0xa3 0x63 0x6c 0x65 0x6e 0x19 0x10 0x8c 0x63 0x6f
884:[ts=6906192ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x66 0x66 0x00 0x64 0x64 0x61 0x74 0x61 0x59 0x01 0xa8 0x3c
0xb8 0xf3 0x96 0x24 0x00 0x00 0x00 0x20 0x00 0x00 0x00 0x48 0x10 0x00 0x00
889:[ts=6945252ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x12 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x40 0x00 0x20 0x29 0x38 0x02 0x00 0x00 0x1a 0x80
893:[ts=6976500ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0xf3 0x14 0x88 0x80 0xf3 0x10 0x88 0x03 0x21 0x18 0x48 0x02
0x68 0x0a 0x43 0x02 0x60 0x17 0x48 0x02 0x68 0x0a 0x43 0x02 0x60 0x00 0x1a
897:[ts=7007812ssb, mod=4 level=0] rxed att command: prep write req; conn=1
handle=0x001f offset=0
899:[ts=7023436ssb, mod=4 level=0] txed att command: prep write rsp; conn=1
handle=0x001f offset=0
901:[ts=7039060ssb, mod=4 level=0] host tx hci data; handle=1 length=108
902:[ts=7046872ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x6c 0x00
0x68 0x00 0x04 0x00 0x17 0x1f 0x00 0x00 0x00 0x02 0x00 0x01 0xbd 0x00 0x01 0x00
0x01 0xa3 0x63 0x6c 0x65 0x6e 0x19 0x10 0x8c 0x63 0x6f 0x66 0x66 0x00 0x64 0x64
0x61 0x74 0x61 0x59 0x01 0xa8 0x3c 0xb8 0xf3 0x96 0x24 0x00 0x00 0x00 0x20 0x00
0x00 0x00 0x48 0x10 0x00 0x00 0x12 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x40 0x00 0x20 0x29 0x38 0x02 0x00 0x00 0x1a
0x80 0xf3 0x14 0x88 0x80 0xf3 0x10 0x88 0x03 0x21 0x18 0x48 0x02 0x68 0x0a 0x43
0x02 0x60 0x17 0x48 0x02 0x68 0x0a 0x43 0x02 0x60 0x00 0x1a
913:[ts=7132804ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=27 data=0x68 0x00 0x04 0x00 0x16 0x1f 0x00 0x63 0x00 0x16 0x4a 0x16
0x4b 0x9a 0x42 0x01 0xd2 0x01 0xc2 0xfb 0xe7 0x15 0x49 0x15 0x4a 0x16 0x4b
918:[ts=7171864ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x9b 0x1a 0x03 0xdd 0x04 0x3b 0xc8 0x58 0xd0 0x50 0xfb 0xdc
0x13 0x49 0x14 0x4a 0x14 0x4b 0x9b 0x1a 0x03 0xdd 0x04 0x3b 0xc8 0x58 0xd0
922:[ts=7203112ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x50 0xfb 0xdc 0x00 0x1a 0x11 0x4a 0x12 0x4b 0x9b 0x1a 0x02
0xdd 0x04 0x3b 0xd0 0x50 0xfc 0xdc 0x10 0x48 0x10 0x49 0xe4 0xf7 0x55 0xfd
925:[ts=7226548ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x10 0x48 0x80 0x47 0x10 0x48 0x00 0x47 0x00 0x00 0x24 0x05
0x00 0x40 0x54 0x05 0x00 0x40 0x14 0x33 0x00 0x20 0xf0 0x33 0x00 0x20 0x64
930:[ts=7265608ssb, mod=4 level=0] rxed att command: prep write req; conn=1
handle=0x001f offset=99
932:[ts=7281232ssb, mod=4 level=0] txed att command: prep write rsp; conn=1
handle=0x001f offset=99
934:[ts=7296856ssb, mod=4 level=0] host tx hci data; handle=1 length=108
935:[ts=7304668ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x6c 0x00
0x68 0x00 0x04 0x00 0x17 0x1f 0x00 0x63 0x00 0x16 0x4a 0x16 0x4b 0x9a 0x42 0x01
0xd2 0x01 0xc2 0xfb 0xe7 0x15 0x49 0x15 0x4a 0x16 0x4b 0x9b 0x1a 0x03 0xdd 0x04
0x3b 0xc8 0x58 0xd0 0x50 0xfb 0xdc 0x13 0x49 0x14 0x4a 0x14 0x4b 0x9b 0x1a 0x03
0xdd 0x04 0x3b 0xc8 0x58 0xd0 0x50 0xfb 0xdc 0x00 0x1a 0x11 0x4a 0x12 0x4b 0x9b
0x1a 0x02 0xdd 0x04 0x3b 0xd0 0x50 0xfc 0xdc 0x10 0x48 0x10 0x49 0xe4 0xf7 0x55
0xfd 0x10 0x48 0x80 0x47 0x10 0x48 0x00 0x47 0x00 0x00 0x24 0x05 0x00 0x40 0x54
0x05 0x00 0x40 0x14 0x33 0x00 0x20 0xf0 0x33 0x00 0x20 0x64
943:[ts=7367164ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
944:[ts=7374976ssb, mod=4 level=0] handle:1 pkts:1
946:[ts=7390600ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=27 data=0x68 0x00 0x04 0x00 0x16 0x1f 0x00 0xc6 0x00 0x48 0x02 0x00
0x10 0x33 0x00 0x20 0x14 0x33 0x00 0x20 0xfc 0xff 0x01 0x00 0xc0 0x00 0x00
950:[ts=7421848ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x20 0xb8 0x04 0x00 0x20 0xb8 0x04 0x00 0x20 0x10 0x33 0x00
0x20 0xf0 0x33 0x00 0x20 0x80 0x3e 0x00 0x20 0x75 0x83 0x00 0x00 0xd9 0x38
954:[ts=7453096ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x02 0x00 0x08 0xb5 0x03 0x48 0xe4 0xf7 0x4c 0xff 0xe4 0xf7
0x92 0xff 0x08 0xbd 0xc0 0x46 0x19 0x3a 0x02 0x00 0x70 0x47 0x00 0x00 0x70
959:[ts=7492156ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0xb5 0x9e 0xb0 0x06 0xac 0x00 0x21 0x20 0x1c 0x60 0x22 0xe6
0xf7 0x2a 0xfa 0x06 0x23 0x01 0x25 0x23 0x70 0x07 0xab 0xdd 0x77 0x1b 0x23
962:[ts=7515592ssb, mod=4 level=0] rxed att command: prep write req; conn=1
handle=0x001f offset=198
964:[ts=7531216ssb, mod=4 level=0] txed att command: prep write rsp; conn=1
handle=0x001f offset=198
966:[ts=7546840ssb, mod=4 level=0] host tx hci data; handle=1 length=108
967:[ts=7554652ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x6c 0x00
0x68 0x00 0x04 0x00 0x17 0x1f 0x00 0xc6 0x00 0x48 0x02 0x00 0x10 0x33 0x00 0x20
0x14 0x33 0x00 0x20 0xfc 0xff 0x01 0x00 0xc0 0x00 0x00 0x20 0xb8 0x04 0x00 0x20
0xb8 0x04 0x00 0x20 0x10 0x33 0x00 0x20 0xf0 0x33 0x00 0x20 0x80 0x3e 0x00 0x20
0x75 0x83 0x00 0x00 0xd9 0x38 0x02 0x00 0x08 0xb5 0x03 0x48 0xe4 0xf7 0x4c 0xff
0xe4 0xf7 0x92 0xff 0x08 0xbd 0xc0 0x46 0x19 0x3a 0x02 0x00 0x70 0x47 0x00 0x00
0x70 0xb5 0x9e 0xb0 0x06 0xac 0x00 0x21 0x20 0x1c 0x60 0x22 0xe6 0xf7 0x2a 0xfa
0x06 0x23 0x01 0x25 0x23 0x70 0x07 0xab 0xdd 0x77 0x1b 0x23
976:[ts=7624960ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
978:[ts=7640584ssb, mod=4 level=0] handle:1 pkts:1
980:[ts=7656208ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=27 data=0x68 0x00 0x04 0x00 0x16 0x1f 0x00 0x29 0x01 0x80 0x22 0x6b
0x44 0xda 0x77 0xf5 0xf7 0x15 0xfa 0xe0 0x61 0xe8 0xf7 0x6e 0xfd 0x19 0x23
983:[ts=7679644ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x1a 0x22 0x6b 0x44 0x6a 0x44 0xd8 0x77 0xd3 0x7f 0x02 0xae
0x2b 0x43 0xd3 0x77 0x11 0x49 0x04 0x22 0x30 0x1c 0xe6 0xf7 0x05 0xfa 0x63
987:[ts=7710892ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0x7a 0x25 0x72 0x20 0x1c 0x1d 0x43 0x66 0x60 0x65 0x72 0xee
0xf7 0x60 0xff 0x04 0x1e 0x11 0xd1 0x03 0xad 0x21 0x1c 0x0a 0x22 0x28 0x1c
991:[ts=7742140ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0xe6 0xf7 0xfe 0xf9 0x02 0x23 0x2b 0x70 0x6b 0x70 0x06 0x4b
0x01 0x94 0x00 0x93 0x20 0x1c 0x21 0x1c 0x04 0x4a 0x2b 0x1c 0xee 0xf7 0x42
995:[ts=7773388ssb, mod=4 level=0] rxed att command: prep write req; conn=1
handle=0x001f offset=297
997:[ts=7789012ssb, mod=4 level=0] txed att command: prep write rsp; conn=1
handle=0x001f offset=297
999:[ts=7804636ssb, mod=4 level=0] host tx hci data; handle=1 length=108
1000:[ts=7812448ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x6c 0x00
0x68 0x00 0x04 0x00 0x17 0x1f 0x00 0x29 0x01 0x80 0x22 0x6b 0x44 0xda 0x77 0xf5
0xf7 0x15 0xfa 0xe0 0x61 0xe8 0xf7 0x6e 0xfd 0x19 0x23 0x1a 0x22 0x6b 0x44 0x6a
0x44 0xd8 0x77 0xd3 0x7f 0x02 0xae 0x2b 0x43 0xd3 0x77 0x11 0x49 0x04 0x22 0x30
0x1c 0xe6 0xf7 0x05 0xfa 0x63 0x7a 0x25 0x72 0x20 0x1c 0x1d 0x43 0x66 0x60 0x65
0x72 0xee 0xf7 0x60 0xff 0x04 0x1e 0x11 0xd1 0x03 0xad 0x21 0x1c 0x0a 0x22 0x28
0x1c 0xe6 0xf7 0xfe 0xf9 0x02 0x23 0x2b 0x70 0x6b 0x70 0x06 0x4b 0x01 0x94 0x00
0x93 0x20 0x1c 0x21 0x1c 0x04 0x4a 0x2b 0x1c 0xee 0xf7 0x42
1007:[ts=7867132ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
1010:[ts=7890568ssb, mod=4 level=0] handle:1 pkts:1
1011:[ts=7898380ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=27 data=0x3e 0x00 0x04 0x00 0x16 0x1f 0x00 0x8c 0x01 0xfe 0x1e 0xb0
0x70 0xbd 0x1c 0x46 0x02 0x00 0xab 0x39 0x02 0x00 0xff 0xff 0xff 0x7f 0x08
1015:[ts=7929628ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=27 data=0xb5 0xff 0xf7 0xb5 0xff 0x08 0xbd 0x10 0xb5 0x04 0x1c 0x13
0x30 0x00 0xf0 0x97 0xf8 0x60 0x1d 0x00 0xf0 0x94 0xf8 0x20 0x1c 0x1a 0x30
1019:[ts=7960876ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=1 len=12 data=0x00 0xf0 0x90 0xf8 0x20 0x1c 0x0c 0x30 0x00 0xf0 0x8c 0xf8
1022:[ts=7984312ssb, mod=4 level=0] rxed att command: prep write req; conn=1
handle=0x001f offset=396
1025:[ts=8007812ssb, mod=4 level=0] txed att command: prep write rsp; conn=1
handle=0x001f offset=396
1027:[ts=8023436ssb, mod=4 level=0] host tx hci data; handle=1 length=66
1028:[ts=8031248ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x42 0x00
0x3e 0x00 0x04 0x00 0x17 0x1f 0x00 0x8c 0x01 0xfe 0x1e 0xb0 0x70 0xbd 0x1c 0x46
0x02 0x00 0xab 0x39 0x02 0x00 0xff 0xff 0xff 0x7f 0x08 0xb5 0xff 0xf7 0xb5 0xff
0x08 0xbd 0x10 0xb5 0x04 0x1c 0x13 0x30 0x00 0xf0 0x97 0xf8 0x60 0x1d 0x00 0xf0
0x94 0xf8 0x20 0x1c 0x1a 0x30 0x00 0xf0 0x90 0xf8 0x20 0x1c 0x0c 0x30 0x00 0xf0
0x8c 0xf8
1033:[ts=8070308ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
1035:[ts=8085932ssb, mod=4 level=0] handle:1 pkts:1
1036:[ts=8093744ssb, mod=4 level=0] ble_hs_hci_evt_acl_process(): conn_handle=1
pb=2 len=6 data=0x02 0x00 0x04 0x00 0x18 0x01
1038:[ts=8109368ssb, mod=4 level=0] rxed att command: exec write req; conn=1
flags=0x01
1040:[ts=8124992ssb, mod=4 level=0] host tx hci data; handle=1 length=5
1041:[ts=8132804ssb, mod=4 level=0] ble_hs_hci_acl_tx(): 0x01 0x00 0x05 0x00
0x01 0x00 0x04 0x00 0x19
1043:[ts=8148428ssb, mod=4 level=0] Number of Completed Packets: num_handles=1
1044:[ts=8156240ssb, mod=4 level=0] handle:1 pkts:1
1345:[ts=10507780ssb, mod=4 level=0] Number of ComUnhandled interrupt (3),
exception sp 0x20000998
1345: r0:0x200004c0 r1:0x00000001 r2:0x20002ff0 r3:0x00000001
1345: r4:0x200004c0 r5:0x00000001 r6:0x0000002b r7:0x20000a99
1345: r8:0xffffffff r9:0xffffffff r10:0xffffffff r11:0xffffffff
1345:r12:0x00000000 lr:0x00009279 pc:0x00008eda psr:0x21000000
1345:ICSR:0x00421003
0:[ts=0ssb, mod=64 level=0] registered service 0x1811 with handle=1
2:[ts=15624ssb, mod=64 level=0] registering characteristic 0x2a47 with
def_handle=2 val_handle=3
4:[ts=31248ssb, mod=64 level=0] registering characteristic 0x2a46 with
def_handle=4 val_handle=5
6:[ts=46872ssb, mod=64 level=0] registering characteristic 0x2a48 with
def_handle=7 val_handle=8
8:[ts=62496ssb, mod=64 level=0] registering characteristic 0x2a45 with
def_handle=9 val_handle=10
10:[ts=78120ssb, mod=64 level=0] registering characteristic 0x2a44 with
def_handle=12 val_handle=13
12:[ts=93744ssb, mod=64 level=0] registered service 0x1801 with handle=14
13:[ts=101556ssb, mod=64 level=0] registering characteristic 0x2a05 with
def_handle=15 val_handle=16
15:[ts=117180ssb, mod=64 level=0] registered service 0x1800 with handle=18
16:[ts=124992ssb, mod=64 level=0] registering characteristic 0x2a00 with
def_handle=19 val_handle=20
18:[ts=140616ssb, mod=64 level=0] registering characteristic 0x2a01 with
def_handle=21 val_handle=22
20:[ts=156240ssb, mod=64 level=0] registering characteristic 0x2a02 with
def_handle=23 val_handle=24
22:[ts=171864ssb, mod=64 level=0] registering characteristic 0x2a03 with
def_handle=25 val_handle=26
24:[ts=187488ssb, mod=64 level=0] registering characteristic 0x2a04 with
def_handle=27 val_handle=28
26:[ts=203112ssb, mod=64 level=0] registered service
8d53dc1d-1db7-4cd3-868b-8a527460aa84 with handle=29
29:[ts=226548ssb, mod=64 level=0] registering characteristic
da2e7828-fbce-4e01-ae9e-261174997c48 with def_handle=30 val_handle=31
33:[ts=257796ssb, mod=64 level=0] registered service
59462f12-9543-9999-12c8-58b459a2712d with handle=33
36:[ts=281232ssb, mod=64 level=0] registering characteristic
5c3a659e-897e-45e1-b016-007107c96df6 with def_handle=34 val_handle=35
40:[ts=312480ssb, mod=64 level=0] registering characteristic
5c3a659e-897e-45e1-b016-007107c96df7 with def_handle=36 val_handle=37
44:[ts=343728ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x03 ocf=0x0003 len=0
46:[ts=359352ssb, mod=4 level=0] 0x03 0x0c 0x00
46:[ts=359352ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x3 ocf=0x3
status=0
48:[ts=374976ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x03 ocf=0x0001 len=8
50:[ts=390600ssb, mod=4 level=0] 0x01 0x0c 0x08 0xff 0xff 0xff 0xff 0xff 0x9f
0x00 0x20
51:[ts=398412ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x3 ocf=0x1
status=0
53:[ts=414036ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x03 ocf=0x0063 len=8
55:[ts=429660ssb, mod=4 level=0] 0x63 0x0c 0x08 0x00 0x00 0x80 0x00 0x00 0x00
0x00 0x00
56:[ts=437472ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x3 ocf=0x63
status=0
58:[ts=453096ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0001 len=8
60:[ts=468720ssb, mod=4 level=0] 0x01 0x20 0x08 0x7f 0x02 0x00 0x00 0x00 0x00
0x00 0x00
61:[ts=476532ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x1
status=0
63:[ts=492156ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0002 len=0
65:[ts=507780ssb, mod=4 level=0] 0x02 0x20 0x00
65:[ts=507780ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x2
status=0
67:[ts=523404ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0003 len=0
69:[ts=539028ssb, mod=4 level=0] 0x03 0x20 0x00
69:[ts=539028ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x3
status=0
71:[ts=554652ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x04 ocf=0x0009 len=0
73:[ts=570276ssb, mod=4 level=0] 0x09 0x10 0x00
73:[ts=570276ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x4 ocf=0x9
status=0 bd_addr=a:a:a:a:a:a
75:[ts=585900ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x002d len=1
77:[ts=601524ssb, mod=4 level=0] 0x2d 0x20 0x01 0x00
77:[ts=601524ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x2d
status=0
79:[ts=617148ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0029 len=0
81:[ts=632772ssb, mod=4 level=0] 0x29 0x20 0x00
81:[ts=632772ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x29
status=0
83:[ts=648396ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x002d len=1
85:[ts=664020ssb, mod=4 level=0] 0x2d 0x20 0x01 0x01
85:[ts=664020ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x2d
status=0
87:[ts=679644ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0027 len=39
89:[ts=695268ssb, mod=4 level=0] 0x27 0x20 0x27 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0xef 0x8d 0xe2 0x16 0x4f 0xec 0x43 0x0d 0xbf 0x5b 0xdd 0x34 0xc0 0x53 0x1e
0xb8 0xef 0x8d 0xe2 0x16 0x4f 0xec 0x43 0x0d 0xbf 0x5b 0xdd 0x34 0xc0 0x53 0x1e
0xb8
91:[ts=710892ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x27
status=0
94:[ts=734328ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0007 len=0
96:[ts=749952ssb, mod=4 level=0] 0x07 0x20 0x00
96:[ts=749952ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x7
status=0
98:[ts=765576ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0008 len=32
100:[ts=781200ssb, mod=4 level=0] 0x08 0x20 0x20 0x1a 0x02 0x01 0x06 0x03 0x03
0x11 0x18 0x0f 0x09 0x6e 0x69 0x6d 0x62 0x6c 0x65 0x2d 0x62 0x6c 0x65 0x70 0x72
0x70 0x68 0x02 0x0a 0x00 0x00 0x00 0x00 0x00 0x00
103:[ts=804636ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x8
status=0
105:[ts=820260ssb, mod=4 level=1] GAP procedure initiated: advertise;
disc_mode=0 adv_channel_map=0 own_addr_type=0 adv_filter_policy=0
adv_itvl_min=0 adv_itvl_max=0 adv_data_len=0
109:[ts=851508ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x0006
len=15
111:[ts=867132ssb, mod=4 level=0] 0x06 0x20 0x0f 0x30 0x00 0x60 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x07 0x00
112:[ts=874944ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0x6
status=0
114:[ts=890568ssb, mod=4 level=0] ble_hs_hci_cmd_send: ogf=0x08 ocf=0x000a len=1
116:[ts=906192ssb, mod=4 level=0] 0x0a 0x20 0x01 0x01
116:[ts=906192ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x8 ocf=0xa
status=0
118:[ts=921816ssb, mod=4 level=0] Command complete: cmd_pkts=1 ogf=0x0 ocf=0x0