Searched refs:vendorSpecificCodecs (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt_info_params_cmd_complete.c | 125 HciVendorSpecificCodec *vendorSpecificCodecs, uint8_t count, const uint8_t *buf) in HciCopySupportedVendorSpecificCodecs() argument 129 …if (memcpy_s(&vendorSpecificCodecs[i].companyID, sizeof(uint16_t), buf + offset, sizeof(uint16_t))… in HciCopySupportedVendorSpecificCodecs() 134 …&vendorSpecificCodecs[i].vendorDefinedCodecID, sizeof(uint16_t), buf + offset, sizeof(uint16_t)) !… in HciCopySupportedVendorSpecificCodecs() 174 returnParam.vendorSpecificCodecs = in HciEventOnReadLocalSupportedCodecs() 176 if (returnParam.vendorSpecificCodecs != NULL) { in HciEventOnReadLocalSupportedCodecs() 178 …returnParam.vendorSpecificCodecs, returnParam.numberOfSupportedVendorSpecificCodecs, buf + offset); in HciEventOnReadLocalSupportedCodecs() 192 if (returnParam.vendorSpecificCodecs != NULL) { in HciEventOnReadLocalSupportedCodecs() 193 MEM_MALLOC.free(returnParam.vendorSpecificCodecs); in HciEventOnReadLocalSupportedCodecs()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_controller.c | 140 g_localSupportedCodecs.vendorSpecificCodecs = MEM_MALLOC.alloc( in BtmControllerCopyVendorSpecificCodecs() 142 if (g_localSupportedCodecs.vendorSpecificCodecs) { in BtmControllerCopyVendorSpecificCodecs() 144 g_localSupportedCodecs.vendorSpecificCodecs[i].companyID = in BtmControllerCopyVendorSpecificCodecs() 145 returnParam->vendorSpecificCodecs[i].companyID; in BtmControllerCopyVendorSpecificCodecs() 146 g_localSupportedCodecs.vendorSpecificCodecs[i].vendorDefinedCodecID = in BtmControllerCopyVendorSpecificCodecs() 147 returnParam->vendorSpecificCodecs[i].vendorDefinedCodecID; in BtmControllerCopyVendorSpecificCodecs() 1000 if (g_localSupportedCodecs.vendorSpecificCodecs) { in BtmCloseController() 1001 MEM_MALLOC.free(g_localSupportedCodecs.vendorSpecificCodecs); in BtmCloseController() 1002 g_localSupportedCodecs.vendorSpecificCodecs = NULL; in BtmCloseController()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_info_params_cmd.h | 125 HciVendorSpecificCodec *vendorSpecificCodecs; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 504 BtmVendorSpecificCodec *vendorSpecificCodecs; member
|