Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection.h203 static inline int g_localSupportCodecs {HFP_AG_CODEC_NONE};
217 int remoteSupportCodecs_ {HFP_AG_CODEC_NONE};
H A Dhfp_ag_data_connection.cpp75 g_localSupportCodecs = HFP_AG_CODEC_NONE; in Init()
H A Dhfp_ag_defines.h137 enum HfpAgCodecsType { HFP_AG_CODEC_NONE = 0x00, HFP_AG_CODEC_CVSD = 0x01, HFP_AG_CODEC_MSBC = 0x02… enumerator
H A Dhfp_ag_command_processor.cpp667 int currentRemoteCodec = HFP_AG_CODEC_NONE; in BacSetter()