Searched refs:ServiceSearchCb (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_util.h | 163 …void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … member
|
H A D | sdp_client.c | 212 request->callback.ServiceSearchCb = serviceSearchCb; in SdpServiceSearch() 343 request->callback.ServiceSearchCb = serviceBrowseCb; in SdpServiceBrowse()
|
H A D | sdp_client_parse.c | 233 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 D | sdp.c | 168 …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()
|