Home
last modified time | relevance | path

Searched refs:input_coding_format (Results 1 – 4 of 4) sorted by relevance

/system/bt/device/src/
Desco_parameters.cc37 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
85 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
120 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
/system/bt/device/include/
Desco_parameters.h114 esco_coding_id_format_t input_coding_format; /* Input coding format */ member
/system/bt/stack/hcic/
Dhcicmds.cc1042 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1043 UINT16_TO_STREAM(pp, p_params->input_coding_format.company_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1044 UINT16_TO_STREAM(pp, p_params->input_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1091 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format); in btsnd_hcic_enhanced_accept_synchronous_connection()
1092 UINT16_TO_STREAM(pp, p_params->input_coding_format.company_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
1093 UINT16_TO_STREAM(pp, p_params->input_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
/system/bt/stack/btm/
Dbtm_sco.cc1623 if (p_params->input_coding_format.coding_format == ESCO_CODING_FORMAT_ULAW) in btm_sco_voice_settings_to_legacy()
1625 else if (p_params->input_coding_format.coding_format == in btm_sco_voice_settings_to_legacy()