forked from kofal.net/zmk
feat(ble): Add function to get profile address by index (#2992)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user