Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp136 profileBoth[0].versionNumber = HFP_AG_HFP_VERSION_1_7; in AddProfile()
151 profileHfp[0].versionNumber = HFP_AG_HFP_VERSION_1_7; in AddProfile()
H A Dhfp_ag_defines.h66 static constexpr uint16_t HFP_AG_HFP_VERSION_1_7 = 0x0107; variable
H A Dhfp_ag_command_processor.cpp416 if (dataConn.sdpInfo_.remoteVersion < HFP_AG_HFP_VERSION_1_7) { in BrsfSetter()