AIROC™ BTSDK v4.2 - 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_tx_complete_cback_t * | le_tx_complete_cback |
LE tx complete. | |
wiced_bt_l2cap_drb_release_cb * | le_release_drb_cb |
LE DRB can be released. | |
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. Additionally, if registering client for dynamic PSM, connect_ind_cb() must be NULL since dynamic PSMs use this as a flag for "virtual PSM".