Home
last modified time | relevance | path

Searched refs:supportedCodecs (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_info_params_cmd_complete.c115 static void HciCopySupportedCodecs(uint8_t *supportedCodecs, uint8_t count, const uint8_t *buf) in HciCopySupportedCodecs() argument
119 supportedCodecs[i] = buf[offset]; in HciCopySupportedCodecs()
156 …returnParam.supportedCodecs = MEM_MALLOC.alloc(returnParam.numberOfSupportedCodecs * sizeof(uint8_… in HciEventOnReadLocalSupportedCodecs()
157 if (returnParam.supportedCodecs != NULL) { in HciEventOnReadLocalSupportedCodecs()
158 …HciCopySupportedCodecs(returnParam.supportedCodecs, returnParam.numberOfSupportedCodecs, buf + off… in HciEventOnReadLocalSupportedCodecs()
189 if (returnParam.supportedCodecs != NULL) { in HciEventOnReadLocalSupportedCodecs()
190 MEM_MALLOC.free(returnParam.supportedCodecs); in HciEventOnReadLocalSupportedCodecs()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp81 if (pCodecs->supportedCodecs[i] == ANUM_MSBC) { in Init()
85 } else if (pCodecs->supportedCodecs[i] == ANUM_CVSD) { in Init()
90 __FUNCTION__, pCodecs->supportedCodecs[i]); in Init()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp84 if (pCodecs->supportedCodecs[i] == ANUM_MSBC) { in Init()
88 } else if (pCodecs->supportedCodecs[i] == ANUM_CVSD) { in Init()
93 __FUNCTION__, pCodecs->supportedCodecs[i]); in Init()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c126 g_localSupportedCodecs.supportedCodecs = in BtmControllerCopySupportedCodecs()
128 if (g_localSupportedCodecs.supportedCodecs) { in BtmControllerCopySupportedCodecs()
130 g_localSupportedCodecs.supportedCodecs[i] = returnParam->supportedCodecs[i]; in BtmControllerCopySupportedCodecs()
996 if (g_localSupportedCodecs.supportedCodecs) { in BtmCloseController()
997 MEM_MALLOC.free(g_localSupportedCodecs.supportedCodecs); in BtmCloseController()
998 g_localSupportedCodecs.supportedCodecs = NULL; in BtmCloseController()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_info_params_cmd.h123 uint8_t *supportedCodecs; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h502 uint8_t *supportedCodecs; member