AIROC™ BTSDK v4.0 - Documentation | ||||
Define the structure that applications use to register with LE L2CAP. More...
Data Fields | |
wiced_bt_l2cap_le_connect_indication_cback_t * | le_connect_indication_cback |
LE connect indication event. | |
wiced_bt_l2cap_le_connect_confirm_cback_t * | le_connect_confirm_cback |
LE connect confirm event. | |
wiced_bt_l2cap_disconnect_indication_cback_t * | disconnect_indication_cback |
LE disconnect indication event. | |
wiced_bt_l2cap_disconnect_confirm_cback_t * | disconnect_confirm_cback |
LE disconnect confirm event. | |
wiced_bt_l2cap_data_indication_cback_t * | data_indication_cback |
LE data received indication. | |
wiced_bt_l2cap_congestion_status_cback_t * | congestion_status_cback |
LE congestion status change. | |
wiced_bt_l2cap_le_tx_complete_cback_t * | le_tx_complete_cback |
LE tx complete (if using private tx pool) | |
wiced_bt_l2cap_le_conformance_test_cback_t * | conformance_test_cback |
TODO. | |
Define the structure that applications use to register with LE L2CAP.
This structure includes callback functions. All functions MUST be provided, with the exception of the "connect pending" callback and "congestion status" callback. Additionally, if registering client for dynamic PSM, connect_ind_cb() must be NULL since dynamic PSMs use this as a flag for "virtual PSM".