Typedefs

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

Detailed Description

Typedef Documentation

◆ rx_done_cb_t

typedef void(* rx_done_cb_t) (uint8_t type)

Definition at line 58 of file ble_lcp.h.

◆ 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.

◆ tx_done_cb_t

typedef void(* tx_done_cb_t) (void)

Definition at line 59 of file ble_lcp.h.