Home
last modified time | relevance | path

Searched refs:number_of_local_supported_codecs (Results 1 – 3 of 3) sorted by relevance

/system/bt/hci/src/
Dhci_packet_parser.cc73 BT_HDR* response, uint8_t* number_of_local_supported_codecs, in parse_read_local_supported_codecs_response() argument
78 STREAM_TO_UINT8(*number_of_local_supported_codecs, stream); in parse_read_local_supported_codecs_response()
79 for (uint8_t i = 0; i < *number_of_local_supported_codecs; i++) { in parse_read_local_supported_codecs_response()
/system/bt/device/src/
Dcontroller.cc83 static uint8_t number_of_local_supported_codecs = 0; variable
271 response, &number_of_local_supported_codecs, local_supported_codecs); in start_up()
323 if (number_of_local_supported_codecs) { in get_local_supported_codecs()
324 *number_of_codecs = number_of_local_supported_codecs; in get_local_supported_codecs()
/system/bt/hci/include/
Dhci_packet_parser.h83 BT_HDR* response, uint8_t* number_of_local_supported_codecs,