Home
last modified time | relevance | path

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

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