fixup! bt: add BT_CLR_ALL behaviour

This commit is contained in:
Chris Andreae 2023-12-19 15:02:13 +09:00
parent d4da19f495
commit 07d08695d6
No known key found for this signature in database
GPG key ID: 3AA9D181B3ABD33F

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; }