fixup! bt: add BT_CLR_ALL behaviour

This commit is contained in:
Chris Andreae 2023-12-19 15:02:13 +09:00 committed by Pete Johanson
parent f4fe7fa40f
commit b813f34e34

View file

@ -234,6 +234,7 @@ void zmk_ble_clear_all_bonds(void) {
// Automatically switch to profile 0
zmk_ble_prof_select(0);
update_advertising();
};
int zmk_ble_active_profile_index(void) { return active_profile; }