Home
last modified time | relevance | path

Searched refs:BTM_GetLocalSupportedCodecs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp76 int ret = BTM_GetLocalSupportedCodecs(&pCodecs); in Init()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp79 int ret = BTM_GetLocalSupportedCodecs(&pCodecs); in Init()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h513 int BTSTACK_API BTM_GetLocalSupportedCodecs(BtmLocalSupportedCodecs **localSupportedCodes);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c957 int BTM_GetLocalSupportedCodecs(BtmLocalSupportedCodecs **localSupportedCodes) in BTM_GetLocalSupportedCodecs() function