+ Collaboration diagram for Typedefs:

Typedefs

typedef uint16_t(* rx_handler_cb_t) (uint8_t header, uint8_t length, uint8_t *p_payload)
 RX handler callback function. More...
 

Detailed Description

Typedef Documentation

◆ rx_handler_cb_t

typedef uint16_t(* rx_handler_cb_t) (uint8_t header, uint8_t length, uint8_t *p_payload)

RX handler callback function.

Definition at line 57 of file ble_lcp.h.