Home
last modified time | relevance | path

Searched refs:a2dpInstance (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.h66 * @param[in] a2dpInstance The instance of profile
71 int FindSnkService(const BtAddr &addr, void *a2dpInstance, void (*callback)
H A Da2dp_sdp.cpp108 int A2dpSdpManager::FindSnkService(const BtAddr &addr, void *a2dpInstance, in FindSnkService() argument
112 void *context = a2dpInstance; in FindSnkService()
H A Da2dp_profile.cpp600 A2dpProfile *a2dpInstance = nullptr; in Connect() local
603 a2dpInstance = A2dpSrcProfile::GetInstance(); in Connect()
605 a2dpInstance = A2dpSnkProfile::GetInstance(); in Connect()
608 if (GetSDPInstance().FindSnkService(device, a2dpInstance, A2dpProfilePeer::SDPServiceCallback) != BT_SUCCESS) { in Connect()

Completed in 3 milliseconds