bt: add BT_CLR_ALL behaviour

Defines behaviour to clear all paired Bluetooth profiles
This commit is contained in:
moergo-sc
2022-06-11 18:22:18 +12:00
committed by Pete Johanson
parent 6f8d080b6a
commit 5257cde1f5
4 changed files with 22 additions and 1 deletions

View File

@@ -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();