forked from kofal.net/zmk
fix(bt): Updated snapshots for BLE tests.
* Core Zephyr changes tweaked the output from the BT stack for our unit tests.
This commit is contained in:
committed by
Pete Johanson
parent
413820fc7f
commit
4fcbe3268a
@@ -1,23 +1,23 @@
|
||||
profile 0 <wrn> bt_id: No static addresses stored in controller
|
||||
profile 0 <dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized]
|
||||
profile 0 <dbg> ble_central: main: [Bluetooth initialized]
|
||||
profile 0 <dbg> ble_central: start_scan: [Scanning successfully started]
|
||||
profile 0 <dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
|
||||
profile 0 <dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59
|
||||
profile 0 <dbg> ble_central: eir_found: [AD]: 9 data_len 0
|
||||
profile 0 <dbg> ble_central: eir_found: [AD]: 25 data_len 2
|
||||
profile 0 <dbg> ble_central: eir_found: [AD]: 1 data_len 1
|
||||
profile 0 <dbg> ble_central: eir_found: [AD]: 2 data_len 4
|
||||
profile 0 <dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
|
||||
profile 0 <dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random)
|
||||
profile 0 <dbg> ble_central: connected: [Setting the security for the connection]
|
||||
profile 0 <dbg> ble_central: pairing_complete: Pairing complete
|
||||
profile 1 <wrn> bt_id: No static addresses stored in controller
|
||||
profile 1 <dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized]
|
||||
profile 1 <dbg> ble_central: main: [Bluetooth initialized]
|
||||
profile 1 <dbg> ble_central: start_scan: [Scanning successfully started]
|
||||
profile 1 <dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
|
||||
profile 1 <dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59
|
||||
profile 1 <dbg> ble_central: eir_found: [AD]: 9 data_len 0
|
||||
profile 1 <dbg> ble_central: eir_found: [AD]: 25 data_len 2
|
||||
profile 1 <dbg> ble_central: eir_found: [AD]: 1 data_len 1
|
||||
profile 1 <dbg> ble_central: eir_found: [AD]: 2 data_len 4
|
||||
profile 1 <dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
|
||||
profile 1 <dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random)
|
||||
profile 1 <dbg> ble_central: connected: [Setting the security for the connection]
|
||||
profile 1 <dbg> ble_central: pairing_complete: Pairing complete
|
||||
profile 1 <dbg> ble_central: discover_conn: [Discovery started for conn]
|
||||
|
||||
Reference in New Issue
Block a user