Home
last modified time | relevance | path

Searched refs:ServiceSearchCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.h163 …void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … member
H A Dsdp_client.c212 request->callback.ServiceSearchCb = serviceSearchCb; in SdpServiceSearch()
343 request->callback.ServiceSearchCb = serviceBrowseCb; in SdpServiceBrowse()
H A Dsdp_client_parse.c233 if (request->callback.ServiceSearchCb != NULL) { in SdpCallbackError()
234 request->callback.ServiceSearchCb(address, NULL, 0, request->context); in SdpCallbackError()
295 callback.ServiceSearchCb = request->callback.ServiceSearchCb; in SdpGetCallback()
724 if (callback.ServiceSearchCb != NULL) { in SdpParseSearchResponse()
725 callback.ServiceSearchCb(addr, handleArray, handleNum, context); in SdpParseSearchResponse()
H A Dsdp.c168 …void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … member
1235 ctx->result = SdpServiceSearch(&ctx->addr, &ctx->uuidArray, ctx->context, ctx->ServiceSearchCb); in SdpServiceSearchTask()
1257 ctx->ServiceSearchCb = serviceSearchCb; in SDP_ServiceSearch()