AIROC™ BTSDK v4.4 - Documentation | ||||
Following structure is used to register application with wiced_bt_iap2 library. More...
Data Fields | |
uint8_t | rfcomm_scn |
Application selects RFCOMM SCN that it publishes in the SDP and need to pass the same value for library to use. More... | |
uint16_t | rfcomm_mtu |
MTU to be be used by the RFCOMM layer. | |
wiced_bt_iap2_connection_up_callback_t | p_connection_up_callback |
iAP2 connection established | |
wiced_bt_iap2_connection_failed_callback_t | p_connection_failed_callback |
iAP2 connection establishment failed | |
wiced_bt_iap2_service_not_found_callback_t | p_service_not_found_callback |
iAP2 service not found | |
wiced_bt_iap2_connection_down_callback_t | p_connection_down_callback |
iAP2 connection disconnected | |
wiced_bt_iap2_rx_data_callback_t | p_rx_data_callback |
Data packet received. | |
wiced_bt_iap2_callback_t * | p_callback |
Following structure is used to register application with wiced_bt_iap2 library.
uint8_t rfcomm_scn |
Application selects RFCOMM SCN that it publishes in the SDP and need to pass the same value for library to use.