Home
last modified time | relevance | path

Searched refs:HFP_HF_AG_FEATURES_IN_BAND_RING (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.h90 static constexpr uint32_t HFP_HF_AG_FEATURES_IN_BAND_RING = 0x00000008; // In-band ring to… variable
H A Dhfp_hf_command_processor.cpp630 if (dataConn.remoteFeatures_ & HFP_HF_AG_FEATURES_IN_BAND_RING) { in ProcessSlcConnected()