Typedefs | |
| typedef void() | wiced_bt_dev_cmpl_cback_t(void *p_data) |
| Asynchronous operation complete callback. More... | |
| typedef void() | wiced_bt_dev_vendor_specific_command_complete_cback_t(wiced_bt_dev_vendor_specific_command_complete_params_t *p_command_complete_params) |
| Vendor specific command complete. More... | |
| typedef uint8_t | wiced_bt_dev_lq_conn_type_t |
| Link Quality Statistic Action ( see wiced_bt_dev_lq_conn_type_e ) | |
| typedef uint8_t | wiced_bt_lq_action_t |
| Link Quality Statistic Action ( see wiced_bt_dev_lq_action_e ) | |
Enumerations | |
| enum | wiced_bt_dev_lq_conn_type_e { WICED_LQ_CONN_TYPE_BLE = 0, WICED_LQ_CONN_TYPE_ACL = 1, WICED_LQ_CONN_TYPE_SCO_ESCO = 2 } |
| Link Quality statistics action type. More... | |
| enum | wiced_bt_dev_lq_action_e { WICED_CLEAR_LQ_STATS = 0, WICED_READ_LQ_STATS = 1, WICED_READ_THEN_CLEAR_LQ_STATS = 2 } |
| Link Quality statistics action type. More... | |
| typedef void() wiced_bt_dev_cmpl_cback_t(void *p_data) |
Asynchronous operation complete callback.
| p_data | : Operation dependent data |
| typedef void() wiced_bt_dev_vendor_specific_command_complete_cback_t(wiced_bt_dev_vendor_specific_command_complete_params_t *p_command_complete_params) |
Vendor specific command complete.
| p_command_complete_params | : Command complete parameters. |