mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-12 15:47:14 +00:00
document sm.h
This commit is contained in:
parent
93cd9d3f13
commit
ae78edb945
2
ble/sm.h
2
ble/sm.h
@ -234,14 +234,12 @@ authorization_state_t sm_authorization_state(uint8_t addr_type, bd_addr_t addres
|
||||
* @param addr_type and address
|
||||
* @returns
|
||||
*/
|
||||
// request authorization
|
||||
void sm_request_authorization(uint8_t addr_type, bd_addr_t address);
|
||||
|
||||
/**
|
||||
* @brief Report user authorization decline
|
||||
* @param addr_type and address
|
||||
*/
|
||||
// called by client app on authorization request
|
||||
void sm_authorization_decline(uint8_t addr_type, bd_addr_t address);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user