Home
last modified time | relevance | path

Searched refs:numberOfSupportedCodecs (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_info_params_cmd_complete.c150 returnParam.numberOfSupportedCodecs = buf[offset]; in HciEventOnReadLocalSupportedCodecs()
154 if (returnParam.numberOfSupportedCodecs) { in HciEventOnReadLocalSupportedCodecs()
155 if (offset + returnParam.numberOfSupportedCodecs * sizeof(uint8_t) <= length) { in HciEventOnReadLocalSupportedCodecs()
156 returnParam.supportedCodecs = MEM_MALLOC.alloc(returnParam.numberOfSupportedCodecs * sizeof(uint8_t)); in HciEventOnReadLocalSupportedCodecs()
158 HciCopySupportedCodecs(returnParam.supportedCodecs, returnParam.numberOfSupportedCodecs, buf + offset); in HciEventOnReadLocalSupportedCodecs()
160 offset += returnParam.numberOfSupportedCodecs * sizeof(uint8_t); in HciEventOnReadLocalSupportedCodecs()
162 returnParam.numberOfSupportedCodecs = 0; in HciEventOnReadLocalSupportedCodecs()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c124 g_localSupportedCodecs.numberOfSupportedCodecs = returnParam->numberOfSupportedCodecs; in BtmControllerCopySupportedCodecs()
125 if (g_localSupportedCodecs.numberOfSupportedCodecs) { in BtmControllerCopySupportedCodecs()
127 MEM_MALLOC.alloc(sizeof(uint8_t) * g_localSupportedCodecs.numberOfSupportedCodecs); in BtmControllerCopySupportedCodecs()
129 for (uint8_t i = 0; i < g_localSupportedCodecs.numberOfSupportedCodecs; i++) { in BtmControllerCopySupportedCodecs()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_info_params_cmd.h122 uint8_t numberOfSupportedCodecs; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp83 for (size_t i = 0; i < pCodecs->numberOfSupportedCodecs; i++) { in Init()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp80 for (size_t i = 0; i < pCodecs->numberOfSupportedCodecs; i++) { in Init()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h501 uint8_t numberOfSupportedCodecs; member

Completed in 5 milliseconds