![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
ble_l2cap_cf_app_cb_t |
ble_l2cap_cf_app_cb_t is the L2CAP Event callback function type.
[in] | event_type | The type of L2CAP Event. |
[in] | event_result | The result of L2CAP Event |
[in] | p_event_data | Data notified by L2CAP Event. |