Home
last modified time | relevance | path

Searched refs:ProcessSDPFindCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h578 …void ProcessSDPFindCallback(const BtAddr &addr, const uint8_t result, A2dpProfile *instance) const;
H A Da2dp_service.cpp388 void A2dpService::ProcessSDPFindCallback(const BtAddr &addr, const uint8_t result, A2dpProfile *ins… in ProcessSDPFindCallback() function in OHOS::bluetooth::A2dpService
1100 ProcessSDPFindCallback(addr, event.arg1_, static_cast<A2dpProfile*>(event.arg2_)); in ProcessEvent()