Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.cpp26 std::string HfpAgAudioConnection::g_activeAddr {NULL_ADDRESS};
44 g_activeAddr = address; in SetActiveDevice()
61 return g_activeAddr; in GetActiveDevice()
76 g_activeAddr = NULL_ADDRESS; in Register()
86 g_activeAddr = NULL_ADDRESS; in Deregister()
196 if (remoteAddr_ != g_activeAddr) { in ConnectAudio()
198 GetEncryptAddr(remoteAddr_).c_str(), GetEncryptAddr(g_activeAddr).c_str()); in ConnectAudio()
H A Dhfp_ag_audio_connection.h283 static std::string g_activeAddr; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.h263 static std::string g_activeAddr; variable