Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.h71 int FindSnkService(const BtAddr &addr, void *a2dpInstance, void (*callback)
H A Da2dp_sdp.cpp108 int A2dpSdpManager::FindSnkService(const BtAddr &addr, void *a2dpInstance, in FindSnkService() function in OHOS::bluetooth::A2dpSdpManager
H A Da2dp_profile.cpp608 …if (GetSDPInstance().FindSnkService(device, a2dpInstance, A2dpProfilePeer::SDPServiceCallback) != … in Connect()