You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For users with multiple keyboards, having this feature as an option makes it easier to distinguish one keyboard from another.
This can be implemented with CONFIG_BT_DEVICE_NAME_DYNAMIC=y and bt_set_name().
The default Bluetooth name (prefix) can be truncated as needed such that the resulting name fits within CONFIG_BT_DEVICE_NAME_MAX. Part of the MAC address can be used to create a unique suffix.
ZMK currently includes the name explicitly in the advertising data
For users with multiple keyboards, having this feature as an option makes it easier to distinguish one keyboard from another.
This can be implemented with
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
andbt_set_name()
.The default Bluetooth name (prefix) can be truncated as needed such that the resulting name fits within
CONFIG_BT_DEVICE_NAME_MAX
. Part of the MAC address can be used to create a unique suffix.ZMK currently includes the name explicitly in the advertising data
zmk/app/src/ble.c
Line 77 in 6539b3a
The text was updated successfully, but these errors were encountered: