-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bt): Fixes for BLE test BSIM bits.
- Loading branch information
1 parent
4fcbe32
commit b3f1d76
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...e/profiles/overwrite-enabled-reconnect-without-bond-then-output-to-selection/snapshot.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
app/tests/ble/security/read-hid-after-connect-with-auto-sec/snapshot.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
app/tests/ble/security/read-hid-after-connect-without-auto-sec/snapshot.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<wrn> bt_id: No static addresses stored in controller | ||
<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized] | ||
<dbg> ble_central: 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: device_found: [DEVICE]: FD:9E:B2:48:47:39 (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: read_cb: Read err: 15, length 0 | ||
<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random) | ||
<dbg> ble_central: read_cb: Read err: 5, length 0 |