Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.c106 static uint16_t SdpCreateSearchRequest(const BtUuid *uuidArray, uint16_t uuidNum, uint8_t *buffer) in SdpCreateSearchRequest() function
172 length = SdpCreateSearchRequest(&uuid, 1, buffer); in SdpCreateServiceBrowseRequest()
199 length = SdpCreateSearchRequest(uuidArray->uuid, uuidArray->uuidNum, buffer); in SdpServiceSearch()