HomeSort by relevance Sort by last modified time
    Searched refs:coding_format (Results 1 - 4 of 4) sorted by null

  /system/bt/device/src/
esco_parameters.cc 27 .transmit_coding_format = {.coding_format = ESCO_CODING_FORMAT_CVSD,
30 .receive_coding_format = {.coding_format = ESCO_CODING_FORMAT_CVSD,
37 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
40 .output_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
75 .transmit_coding_format = {.coding_format = ESCO_CODING_FORMAT_MSBC,
78 .receive_coding_format = {.coding_format = ESCO_CODING_FORMAT_MSBC,
85 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
88 .output_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
110 .transmit_coding_format = {.coding_format = ESCO_CODING_FORMAT_MSBC,
113 .receive_coding_format = {.coding_format = ESCO_CODING_FORMAT_MSBC
    [all...]
  /system/bt/device/include/
esco_parameters.h 96 esco_coding_format_t coding_format; /* Coding Format*/ member in struct:__anon113428
  /system/bt/stack/hcic/
hcicmds.cc 1032 UINT8_TO_STREAM(pp, p_params->transmit_coding_format.coding_format);
1036 UINT8_TO_STREAM(pp, p_params->receive_coding_format.coding_format);
1044 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format);
1047 UINT8_TO_STREAM(pp, p_params->output_coding_format.coding_format);
    [all...]
  /system/bt/stack/btm/
btm_sco.cc     [all...]

Completed in 166 milliseconds