Bluetooth Host Stack Library
Wiced Dev Utils

General Description

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