Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h505 } BtmLocalSupportedCodecs; typedef
513 int BTSTACK_API BTM_GetLocalSupportedCodecs(BtmLocalSupportedCodecs **localSupportedCodes);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp75 BtmLocalSupportedCodecs *pCodecs = nullptr; in Init()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.cpp78 BtmLocalSupportedCodecs *pCodecs = nullptr; in Init()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c53 static BtmLocalSupportedCodecs g_localSupportedCodecs;
957 int BTM_GetLocalSupportedCodecs(BtmLocalSupportedCodecs **localSupportedCodes) in BTM_GetLocalSupportedCodecs()