mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fixup! bt: add BT_CLR_ALL behaviour
This commit is contained in:
committed by
Pete Johanson
parent
f4fe7fa40f
commit
b813f34e34
@@ -234,6 +234,7 @@ void zmk_ble_clear_all_bonds(void) {
|
|||||||
|
|
||||||
// Automatically switch to profile 0
|
// Automatically switch to profile 0
|
||||||
zmk_ble_prof_select(0);
|
zmk_ble_prof_select(0);
|
||||||
|
update_advertising();
|
||||||
};
|
};
|
||||||
|
|
||||||
int zmk_ble_active_profile_index(void) { return active_profile; }
|
int zmk_ble_active_profile_index(void) { return active_profile; }
|
||||||
|
|||||||
Reference in New Issue
Block a user