forked from kofal.net/zmk
feat(ble): Set device name at runtime
This allows for the device name to be set at runtime, possible uses for this include a custom display screen that lets you type it in using the keycode state event, future configuration in zmk studio, or altering it per profile as per #1169
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<dbg> ble_central: main: [Bluetooth initialized]
|
||||
<dbg> ble_central: start_scan: [Scanning successfully started]
|
||||
<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
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<dbg> ble_central: main: [Bluetooth initialized]
|
||||
<dbg> ble_central: start_scan: [Scanning successfully started]
|
||||
<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
|
||||
|
||||
Reference in New Issue
Block a user