Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_defines.h84 static constexpr uint32_t HFP_AG_FEATURES_ENHANCED_CALL_STATUS = 0x00000040; // Enhanced Call Sta… variable
116 HFP_AG_FEATURES_ENHANCED_CALL_STATUS |
H A Dhfp_ag_command_processor.cpp447 if (!(dataConn.g_localFeatures & HFP_AG_FEATURES_ENHANCED_CALL_STATUS)) { in ClccExecuter()