Home
last modified time | relevance | path

Searched refs:HFP_HF_AG_FEATURES_THREE_WAY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_defines.h87 static constexpr uint32_t HFP_HF_AG_FEATURES_THREE_WAY = 0x00000001; // Three-way calli… variable
H A Dhfp_hf_command_processor.cpp607 (dataConn.remoteFeatures_ & HFP_HF_AG_FEATURES_THREE_WAY)) { in ProcessSlcCmer()