Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
Structures

Detailed Description

Data Structures

struct  st_ble_l2cap_conn_req_param_t
 L2CAP CBFC Channel connection request parameters. More...
 
struct  st_ble_l2cap_conn_rsp_param_t
 L2CAP CBFC Channel connection response parameters. More...
 
struct  st_ble_l2cap_cf_conn_evt_t
 L2CAP CBFC Channel connection parameters. More...
 
struct  st_ble_l2cap_cf_data_evt_t
 Sent/Received Data parameters. More...
 
struct  st_ble_l2cap_cf_credit_evt_t
 Credit parameters of local or remote device. More...
 
struct  st_ble_l2cap_cf_disconn_evt_t
 Disconnection parameters. More...
 
struct  st_ble_l2cap_rej_evt_t
 Command Reject parameters. More...
 
struct  st_ble_l2cap_cf_evt_data_t
 st_ble_l2cap_cf_evt_data_t is the type of the data notified in a L2CAP Event. More...
 

Typedefs

typedef void(* ble_l2cap_cf_app_cb_t) (uint16_t event_type, ble_status_t event_result, st_ble_l2cap_cf_evt_data_t *p_event_data)
 ble_l2cap_cf_app_cb_t is the L2CAP Event callback function type. More...
 

Typedef Documentation

◆ ble_l2cap_cf_app_cb_t

ble_l2cap_cf_app_cb_t

ble_l2cap_cf_app_cb_t is the L2CAP Event callback function type.

Parameters
[in]event_typeThe type of L2CAP Event.
[in]event_resultThe result of L2CAP Event
[in]p_event_dataData notified by L2CAP Event.
Returns
none