mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-28 18:32:41 +00:00
sm: improve header documentation
This commit is contained in:
parent
1e59816644
commit
9fa6f18cf2
@ -45,8 +45,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Only for PTS testing
|
// PTS testing
|
||||||
void sm_test_set_irk(sm_key_t irk);
|
void sm_test_set_irk(sm_key_t irk);
|
||||||
|
void sm_test_use_fixed_local_csrk(void);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
btstack_linked_item_t item;
|
btstack_linked_item_t item;
|
||||||
@ -183,7 +184,7 @@ void sm_authorization_grant(uint16_t handle);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Support for signed writes, used by att_server.
|
* @brief Support for signed writes, used by att_server.
|
||||||
* @note Message and result are in little endian to allows passing in ATT PDU without flipping.
|
* @note Message is in little endian to allows passing in ATT PDU without flipping.
|
||||||
* @note calculated hash in done_callback is big endian
|
* @note calculated hash in done_callback is big endian
|
||||||
*/
|
*/
|
||||||
int sm_cmac_ready(void);
|
int sm_cmac_ready(void);
|
||||||
@ -204,9 +205,6 @@ int sm_address_resolution_lookup(uint8_t addr_type, bd_addr_t addr);
|
|||||||
int sm_le_device_index(uint16_t handle );
|
int sm_le_device_index(uint16_t handle );
|
||||||
/* API_END */
|
/* API_END */
|
||||||
|
|
||||||
// testing only
|
|
||||||
void sm_test_use_fixed_local_csrk(void);
|
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user