att_dispatch: add API tags

This commit is contained in:
Matthias Ringwald 2025-04-07 12:06:11 +02:00
parent 0e64c9a55f
commit 0d339062b1

View File

@ -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