mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +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
|
* @param addr_type and address
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
// request authorization
|
|
||||||
void sm_request_authorization(uint8_t addr_type, bd_addr_t address);
|
void sm_request_authorization(uint8_t addr_type, bd_addr_t address);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Report user authorization decline
|
* @brief Report user authorization decline
|
||||||
* @param addr_type and address
|
* @param addr_type and address
|
||||||
*/
|
*/
|
||||||
// called by client app on authorization request
|
|
||||||
void sm_authorization_decline(uint8_t addr_type, bd_addr_t address);
|
void sm_authorization_decline(uint8_t addr_type, bd_addr_t address);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user