Home
last modified time | relevance | path

Searched refs:ESCO_CODING_FORMAT_LC3 (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/device/src/
Desco_parameters.cc264 .transmit_coding_format = {.coding_format = ESCO_CODING_FORMAT_LC3,
267 .receive_coding_format = {.coding_format = ESCO_CODING_FORMAT_LC3,
296 .coding_format = ESCO_CODING_FORMAT_LC3,
302 .transmit_coding_format = {.coding_format = ESCO_CODING_FORMAT_LC3,
305 .receive_coding_format = {.coding_format = ESCO_CODING_FORMAT_LC3,
333 .coding_format = ESCO_CODING_FORMAT_LC3,
381 if (std::find(codecIds.begin(), codecIds.end(), ESCO_CODING_FORMAT_LC3) == in esco_parameters_for_codec()
386 param.input_coding_format.coding_format = ESCO_CODING_FORMAT_LC3; in esco_parameters_for_codec()
387 param.output_coding_format.coding_format = ESCO_CODING_FORMAT_LC3; in esco_parameters_for_codec()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal.h59 case ESCO_CODING_FORMAT_LC3: in esco_coding_to_codec()
Dbtm_sco.h251 case ESCO_CODING_FORMAT_LC3: in get_codec_type()
Dbtm_sco.cc1757 case ESCO_CODING_FORMAT_LC3: in btm_sco_voice_settings_to_legacy()
/packages/modules/Bluetooth/system/device/include/
Desco_parameters.h59 #define ESCO_CODING_FORMAT_LC3 ((uint8_t)0x06) /* LC3 PCM */ macro
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc75 {UUID_CODEC_LC3, ESCO_CODING_FORMAT_LC3},