Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.h58 bool A2dpConnect(const RawAddress &device);
H A Da2dp_service_connection.cpp29 bool A2dpConnectManager::A2dpConnect(const RawAddress &device) in A2dpConnect() function in OHOS::bluetooth::A2dpConnectManager
H A Da2dp_service.cpp1077 if (connectManager_.A2dpConnect(device)) { in ProcessEvent()