Data Structures | |
struct | wiced_bt_dev_vendor_specific_command_complete_params_t |
Structure returned with Vendor Specific Command complete callback. More... | |
struct | wiced_bt_tx_power_result_t |
TX Power Result (in response to wiced_bt_dev_read_tx_power) More... | |
struct | wiced_bt_transmit_power_range_res_buf_t |
Transmit Power Range Result Buffer. More... | |
struct | wiced_bt_set_transmit_power_range_result_t |
Transmit Power Range Result (in response to wiced_bt_set_transmit_power_range) More... | |
struct | wiced_bt_set_adv_tx_power_result_t |
TX Power Result (in response to wiced_bt_ble_set_adv_tx_power) More... | |
struct | wiced_bt_dev_br_packet_types_t |
// DUAL_MODE More... | |
struct | wiced_bt_dev_edr_packet_types_t |
EDR packets statistics types details. More... | |
struct | wiced_bt_dev_br_sco_packet_types_t |
BR SCO packets statistics types details. More... | |
struct | wiced_bt_dev_esco_packet_types_t |
EDR SCO packets statistics types details. More... | |
union | wiced_bt_br_edr_pkt_type_stats |
BR/EDR packet types detail statistics. More... | |
struct | wiced_bt_dev_lq_br_edr_stats |
BR/EDR link statistics. More... | |
struct | wiced_bt_dev_lq_acl_stats |
Link statistics for ACL/SCO connections. More... | |
struct | wiced_bt_dev_lq_le_stats |
LE link statistics for LE connections. More... | |
struct | wiced_bt_dev_lq_le_acl_stats |
LE link statistics for LE connections. More... | |
struct | wiced_bt_lq_stats_result_t |
LQ Quality Result (in response to wiced_bt_dev_lq_stats) More... | |
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. |