mirror of https://github.com/zmkfirmware/zmk.git
fixup! bt: add BT_CLR_ALL behaviour
This commit is contained in:
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; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue