Bluetooth Classic Profiles
wiced_bt_hfp_hf_config_data_t Struct Reference

Description

WICED HF config.

Data Fields

uint8_t mic_volume
 Default/initial mic volume level from 0 to 15.
 
uint8_t speaker_volume
 Default/initial speaker volume level from 0 to 15.
 
uint32_t feature_mask
 HFP HF features supported bitmask - A combination of wiced_bt_hfp_hf_supported_features_t values.
 
uint8_t num_server
 Number of HFP+HSP HF servers to start during init.
 
uint8_t scn [WICED_BT_HFP_HF_MAX_CONN]
 Array of num_server HFP+HSP HF server channel number. More...
 
uint16_t uuid [WICED_BT_HFP_HF_MAX_CONN]
 The UUID of the service corresponding to the SCN specified at nth index in scn[] above. More...
 

Field Documentation

◆ scn

uint8_t wiced_bt_hfp_hf_config_data_t::scn[WICED_BT_HFP_HF_MAX_CONN]

Array of num_server HFP+HSP HF server channel number.

This should be the same as configured in the SDP server

◆ uuid

uint16_t wiced_bt_hfp_hf_config_data_t::uuid[WICED_BT_HFP_HF_MAX_CONN]

The UUID of the service corresponding to the SCN specified at nth index in scn[] above.