Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.h118 static bool JudgeConnectExit(const RawAddress &device, uint8_t role);
H A Da2dp_service_connection.cpp157 bool A2dpConnectManager::JudgeConnectExit(const RawAddress &device, uint8_t role) in JudgeConnectExit() function in OHOS::bluetooth::A2dpConnectManager
H A Da2dp_service.cpp314 if (connectManager_.JudgeConnectExit(device, role_)) { in Connect()