forked from kofal.net/zmk
bt: add BT_CLR_ALL behaviour
Defines behaviour to clear all paired Bluetooth profiles
This commit is contained in:
@@ -24,6 +24,7 @@ int zmk_ble_clear_bonds();
|
||||
int zmk_ble_prof_next();
|
||||
int zmk_ble_prof_prev();
|
||||
int zmk_ble_prof_select(uint8_t index);
|
||||
int zmk_ble_clear_all_bonds();
|
||||
int zmk_ble_prof_disconnect(uint8_t index);
|
||||
|
||||
int zmk_ble_active_profile_index();
|
||||
|
||||
Reference in New Issue
Block a user