mirror of https://github.com/zmkfirmware/zmk.git
refactor: Fix up BLE tests after Zephyr upgrade.
Minor changes to snapshots based on newer Zephyr version.
This commit is contained in:
parent
8cf09b510d
commit
e11b172d2a
|
|
@ -19,6 +19,7 @@ profile 0 <dbg> ble_central: discover_func: [CONSUMER SUBSCRIBED]
|
|||
profile 0 <dbg> ble_central: discover_func: [ATTRIBUTE] handle 36
|
||||
profile 0 <dbg> ble_central: discover_func: [ATTRIBUTE] handle 38
|
||||
profile 0 <dbg> ble_central: discover_func: [MOUSE SUBSCRIBED]
|
||||
profile 0 <dbg> ble_central: discover_func: [Discover complete]
|
||||
profile 0 <dbg> ble_central: notify_func: payload
|
||||
profile 0 00 64 00 64 00 00 00 00 00 |.d.d.... .
|
||||
profile 0 <dbg> ble_central: notify_func: payload
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
peripheral 0 <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
|
||||
peripheral 0 <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
|
||||
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.5 Build 0
|
||||
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 4.1 Build 0
|
||||
peripheral 0 <wrn> bt_id: No static addresses stored in controller
|
||||
peripheral 0 <inf> bt_hci_core: Identity: D1:0B:03:A3:ED:6F (random)
|
||||
peripheral 0 <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x0000, manufacturer 0x05f1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
peripheral 0 <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
|
||||
peripheral 0 <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
|
||||
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.5 Build 0
|
||||
peripheral 0 <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 4.1 Build 0
|
||||
peripheral 0 <wrn> bt_id: No static addresses stored in controller
|
||||
peripheral 0 <inf> bt_hci_core: Identity: D1:0B:03:A3:ED:6F (random)
|
||||
peripheral 0 <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x0000, manufacturer 0x05f1
|
||||
|
|
|
|||
Loading…
Reference in New Issue