Home
last modified time | relevance | path

Searched refs:ServiceBrowseCb (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h533 * @param ServiceBrowseCb callback.
537 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c197 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context); member
1372 ctx->result = SdpServiceBrowse(&ctx->addr, ctx->context, ctx->ServiceBrowseCb); in SdpServiceBrowseTask()
1393 ctx->ServiceBrowseCb = serviceBrowseCb; in SDP_ServiceBrowse()

Completed in 4 milliseconds