feat(ble): Add security related tests.
* Add security related tests to verify behavior when trying to read a GATT characteristic from our peripheral with and without client auto security request/retry.
This commit is contained in:
parent
bc7b4b56bd
commit
69f962fab2
13 changed files with 148 additions and 19 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<wrn> bt_id: No static addresses stored in controller
|
||||
<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized]
|
||||
<dbg> ble_central: start_scan: [Scanning successfully started]
|
||||
<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
|
||||
<dbg> ble_central: eir_found: [AD]: 9 data_len 0
|
||||
<dbg> ble_central: eir_found: [AD]: 25 data_len 2
|
||||
<dbg> ble_central: eir_found: [AD]: 1 data_len 1
|
||||
<dbg> ble_central: eir_found: [AD]: 2 data_len 4
|
||||
<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
|
||||
<dbg> ble_central: pairing_complete: Pairing complete
|
||||
<dbg> ble_central: read_cb: Read err: 0, length 8
|
||||
<dbg> ble_central: read_cb: Read err: 0, length 12
|
||||
<dbg> ble_central: read_cb: Read err: 10, length 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue