Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3f1d76

Browse files
committedFeb 9, 2024
fix(bt): Fixes for BLE test BSIM bits.
1 parent 4fcbe32 commit b3f1d76

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed
 

‎.github/workflows/ble-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: make everything
7070
- name: Test ${{ matrix.test }}
7171
working-directory: app
72-
run: BSIM_COMPONENTS_PATH="${GITHUB_WORKSPACE}/tools/bsim/components/" BSIM_OUT_PATH="${GITHUB_WORKSPACE}/tools/bsim/" ./run-ble-test.sh tests/ble/${{ matrix.test }}
72+
run: BSIM_COMPONENTS_PATH="${GITHUB_WORKSPACE}/tools/bsim/components" BSIM_OUT_PATH="${GITHUB_WORKSPACE}/tools/bsim" ./run-ble-test.sh tests/ble/${{ matrix.test }}
7373
- name: Archive artifacts
7474
if: ${{ always() }}
7575
uses: actions/upload-artifact@v4

‎app/tests/ble/profiles/overwrite-enabled-reconnect-without-bond-then-output-to-selection/snapshot.log

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<wrn> bt_id: No static addresses stored in controller
2-
<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized]
2+
<dbg> ble_central: main: [Bluetooth initialized]
33
<dbg> ble_central: start_scan: [Scanning successfully started]
4-
<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
4+
<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59
55
<dbg> ble_central: eir_found: [AD]: 9 data_len 0
66
<dbg> ble_central: eir_found: [AD]: 25 data_len 2
77
<dbg> ble_central: eir_found: [AD]: 1 data_len 1
88
<dbg> ble_central: eir_found: [AD]: 2 data_len 4
9-
<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
9+
<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random)
1010
<dbg> ble_central: connected: [Setting the security for the connection]
1111
<dbg> ble_central: pairing_complete: Pairing complete
12-
<dbg> ble_central: disconnected: [Disconnected]: ED:3B:20:15:18:12 (random) (reason 0x16)
12+
<dbg> ble_central: disconnected: [Disconnected]: FD:9E:B2:48:47:39 (random) (reason 0x16)
1313
<dbg> ble_central: start_scan: [Scanning successfully started]
14-
<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
14+
<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59
1515
<dbg> ble_central: eir_found: [AD]: 9 data_len 0
1616
<dbg> ble_central: eir_found: [AD]: 25 data_len 2
1717
<dbg> ble_central: eir_found: [AD]: 1 data_len 1
1818
<dbg> ble_central: eir_found: [AD]: 2 data_len 4
19-
<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
19+
<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random)
2020
<dbg> ble_central: connected: [Setting the security for the connection]
2121
<dbg> ble_central: pairing_complete: Pairing complete
2222
<dbg> ble_central: discover_conn: [Discovery started for conn]

‎app/tests/ble/security/read-hid-after-connect-with-auto-sec/snapshot.log

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<wrn> bt_id: No static addresses stored in controller
2-
<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized]
2+
<dbg> ble_central: main: [Bluetooth initialized]
33
<dbg> ble_central: start_scan: [Scanning successfully started]
4-
<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
4+
<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59
55
<dbg> ble_central: eir_found: [AD]: 9 data_len 0
66
<dbg> ble_central: eir_found: [AD]: 25 data_len 2
77
<dbg> ble_central: eir_found: [AD]: 1 data_len 1
88
<dbg> ble_central: eir_found: [AD]: 2 data_len 4
9-
<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
9+
<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random)
1010
<dbg> ble_central: pairing_complete: Pairing complete
1111
<dbg> ble_central: read_cb: Read err: 0, length 8
1212
<dbg> ble_central: read_cb: Read err: 0, length 12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<wrn> bt_id: No static addresses stored in controller
2-
<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized]
2+
<dbg> ble_central: main: [Bluetooth initialized]
33
<dbg> ble_central: start_scan: [Scanning successfully started]
4-
<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59
4+
<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59
55
<dbg> ble_central: eir_found: [AD]: 9 data_len 0
66
<dbg> ble_central: eir_found: [AD]: 25 data_len 2
77
<dbg> ble_central: eir_found: [AD]: 1 data_len 1
88
<dbg> ble_central: eir_found: [AD]: 2 data_len 4
9-
<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random)
10-
<dbg> ble_central: read_cb: Read err: 15, length 0
9+
<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random)
10+
<dbg> ble_central: read_cb: Read err: 5, length 0

0 commit comments

Comments
 (0)
Please sign in to comment.