Home
last modified time | relevance | path

Searched refs:HFP_AG_INDICATOR_SIGNAL_STRENGTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_defines.h247 HFP_AG_INDICATOR_SIGNAL_STRENGTH, // signal strength indicator enumerator
H A Dhfp_ag_profile.cpp502 return ReportAgIndicator(HFP_AG_INDICATOR_SIGNAL_STRENGTH, signal); in ReportSignalStrength()
H A Dhfp_ag_command_processor.cpp516 bool signal = !(biaMaskOut & (1 << HFP_AG_INDICATOR_SIGNAL_STRENGTH)); in BiaSetter()