mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
att_dispatch: add API tags
This commit is contained in:
parent
0e64c9a55f
commit
0d339062b1
@ -52,6 +52,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* API_START */
|
||||
|
||||
/**
|
||||
* @brief Register packet handler for ATT Client PDUs
|
||||
* @param packet_handler
|
||||
@ -120,6 +122,8 @@ void att_dispatch_server_mtu_exchanged(hci_con_handle_t con_handle, uint16_t new
|
||||
*/
|
||||
void att_dispatch_client_mtu_exchanged(hci_con_handle_t con_handle, uint16_t new_mtu);
|
||||
|
||||
/* API_END */
|
||||
|
||||
#if defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user