Fixed channel registration info (the callback addresses and channel config)
Data Fields | |
uint16_t | channel_id |
Fixed channel ID. | |
uint16_t | default_idle_timeout |
default idle timeout | |
wiced_bt_l2cap_fixed_chnl_cback_t * | fixed_conn_cback |
Connected callback. | |
wiced_bt_l2cap_fixed_data_cback_t * | fixed_data_cback |
Data received callback. | |
wiced_bt_l2cap_tx_complete_cback_t * | fixed_tx_complete_cback |
TX complete callback. | |