Bluetooth Host Stack Library
Wiced Dev Utils

General Description

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 Documentation

◆ wiced_bt_dev_cmpl_cback_t

typedef void() wiced_bt_dev_cmpl_cback_t(void *p_data)

Asynchronous operation complete callback.

Parameters
p_data: Operation dependent data
Returns
void

◆ wiced_bt_dev_vendor_specific_command_complete_cback_t

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.

Parameters
p_command_complete_params: Command complete parameters.
Returns
void

Enumeration Type Documentation

◆ wiced_bt_dev_lq_conn_type_e

Link Quality statistics action type.

Enumerator
WICED_LQ_CONN_TYPE_BLE 

connection_type BLE

WICED_LQ_CONN_TYPE_ACL 

connection_type BR/EDR

WICED_LQ_CONN_TYPE_SCO_ESCO 

connection_type ACL

◆ wiced_bt_dev_lq_action_e

Link Quality statistics action type.

Enumerator
WICED_CLEAR_LQ_STATS 

clear link quality stats

WICED_READ_LQ_STATS 

read link quality stats

WICED_READ_THEN_CLEAR_LQ_STATS 

read then clear link quality stats