![]() |
AIROC™ BTSDK v4.9 - Documentation | |||
Typedefs | |
| typedef void(* | wiced_mail_box_rx_cback_t )(uint32_t data) |
| Mailbox feature enables apps to use GCI interface for communication between Bluetooth and WiFi cores. More... | |
| typedef void(* | wiced_mail_box_tx_complete_t )(uint32_t data) |
| Mailbox Tx Complete Callback prototype. | |
Functions | |
| void | wiced_mail_box_register_data_rx_cback (wiced_mail_box_rx_cback_t mbox_rx_cb) |
| Function to receive callback upon receiving data from WLAN core. More... | |
| void | wiced_mail_box_register_data_tx_complete_cback (wiced_mail_box_tx_complete_t mbox_tx_complete_cb) |
| Function to receive callback upon data transmission to WLAN core. More... | |
| wiced_bool_t | wiced_mail_box_write_data (uint32_t data) |
| Function to send data to WLAN core. More... | |
| typedef void(* wiced_mail_box_rx_cback_t)(uint32_t data) |
Mailbox feature enables apps to use GCI interface for communication between Bluetooth and WiFi cores.
Mail-box can be used to send/receive 32bits of data at a time.Mailbox Rx Callback prototype
| void wiced_mail_box_register_data_rx_cback | ( | wiced_mail_box_rx_cback_t | mbox_rx_cb | ) |
Function to receive callback upon receiving data from WLAN core.
| [in] | mbox_rx_cb | call back function to be invoked upon receiving data from WLAN core. |
| void wiced_mail_box_register_data_tx_complete_cback | ( | wiced_mail_box_tx_complete_t | mbox_tx_complete_cb | ) |
Function to receive callback upon data transmission to WLAN core.
| [in] | wiced_mail_box_tx_complete_t | call back function to be invoked upon receiving ACK from WLAN core. |
| wiced_bool_t wiced_mail_box_write_data | ( | uint32_t | data | ) |
Function to send data to WLAN core.
| [in] | data | 4 byte data to be sent to WLAN core |