Home
last modified time | relevance | path

Searched refs:numberOfSupportedVendorSpecificCodecs (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_info_params_cmd_complete.c168 returnParam.numberOfSupportedVendorSpecificCodecs = buf[offset]; in HciEventOnReadLocalSupportedCodecs()
172 if (returnParam.numberOfSupportedVendorSpecificCodecs && in HciEventOnReadLocalSupportedCodecs()
173 (offset + returnParam.numberOfSupportedVendorSpecificCodecs * sizeof(HciVendorSpecificCodec) <= length)) { in HciEventOnReadLocalSupportedCodecs()
175 MEM_MALLOC.alloc(returnParam.numberOfSupportedVendorSpecificCodecs * sizeof(HciVendorSpecificCodec)); in HciEventOnReadLocalSupportedCodecs()
178 returnParam.vendorSpecificCodecs, returnParam.numberOfSupportedVendorSpecificCodecs, buf + offset); in HciEventOnReadLocalSupportedCodecs()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c138 g_localSupportedCodecs.numberOfSupportedVendorSpecificCodecs = returnParam->numberOfSupportedVendorSpecificCodecs; in BtmControllerCopyVendorSpecificCodecs()
139 if (g_localSupportedCodecs.numberOfSupportedVendorSpecificCodecs) { in BtmControllerCopyVendorSpecificCodecs()
141 sizeof(BtmVendorSpecificCodec) * g_localSupportedCodecs.numberOfSupportedVendorSpecificCodecs); in BtmControllerCopyVendorSpecificCodecs()
143 for (uint8_t i = 0; i < g_localSupportedCodecs.numberOfSupportedVendorSpecificCodecs; i++) { in BtmControllerCopyVendorSpecificCodecs()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_info_params_cmd.h124 uint8_t numberOfSupportedVendorSpecificCodecs; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h503 uint8_t numberOfSupportedVendorSpecificCodecs; member

Completed in 4 milliseconds