feat(ble): Add function to get profile address by index (#2992)
This commit is contained in:
parent
e93cd31a58
commit
9e905d6593
2 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ int zmk_ble_prof_disconnect(uint8_t index);
|
|||
|
||||
int zmk_ble_active_profile_index(void);
|
||||
int zmk_ble_profile_index(const bt_addr_le_t *addr);
|
||||
bt_addr_le_t *zmk_ble_profile_address(uint8_t index);
|
||||
|
||||
bt_addr_le_t *zmk_ble_active_profile_addr(void);
|
||||
struct bt_conn *zmk_ble_active_profile_conn(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue