Home
last modified time | relevance | path

Searched refs:SdpAttributeIdList (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.h34 int SdpServiceAttribute(const BtAddr *addr, uint32_t handle, SdpAttributeIdList attributeIdList, void *context,
36 int SdpServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList,
H A Dsdp_client.c66 static uint16_t SdpBuildAttributeList(SdpAttributeIdList attributeIdList, uint8_t *buffer, uint16_t offset) in SdpBuildAttributeList()
126 static uint16_t SdpCreateAttributeRequest(uint32_t handle, SdpAttributeIdList attributeIdList, uint8_t *buffer) in SdpCreateAttributeRequest()
143 const BtUuid *uuidArray, uint16_t uuidNum, SdpAttributeIdList attributeIdList, uint8_t *buffer) in SdpCreateSearchAttributeRequest()
221 int SdpServiceAttribute(const BtAddr *addr, uint32_t handle, SdpAttributeIdList attributeIdList, void *context, in SdpServiceAttribute()
237 buffer = MEM_MALLOC.alloc(sizeof(SdpAttributeIdList) + SDP_ATTRIBUTE_LENGTH); in SdpServiceAttribute()
239 (sizeof(SdpAttributeIdList) + SDP_ATTRIBUTE_LENGTH), in SdpServiceAttribute()
241 (sizeof(SdpAttributeIdList) + SDP_ATTRIBUTE_LENGTH)); in SdpServiceAttribute()
265 int SdpServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList, in SdpServiceSearchAttribute()
283 sizeof(SdpAttributeIdList) + (uuidArray->uuidNum * SDP_UUID_ATTRIBUTE_LENGTH) + SDP_SEARCH_ATTRIBUTE_LENGTH); in SdpServiceSearchAttribute()
285 (sizeof(SdpAttributeIdList) in SdpServiceSearchAttribute()
[all...]
H A Dsdp.c176 SdpAttributeIdList attributeIdList;
186 SdpAttributeIdList attributeIdList;
1286 int SDP_ServiceAttribute(const BtAddr *addr, uint32_t handle, SdpAttributeIdList attributeIdList, void *context, in SDP_ServiceAttribute()
1301 (void)memcpy_s(&ctx->attributeIdList, sizeof(SdpAttributeIdList), &attributeIdList, sizeof(SdpAttributeIdList)); in SDP_ServiceAttribute()
1332 int SDP_ServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList, in SDP_ServiceSearchAttribute()
1348 (void)memcpy_s(&ctx->attributeIdList, sizeof(SdpAttributeIdList), &attributeIdList, sizeof(SdpAttributeIdList)); in SDP_ServiceSearchAttribute()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h417 } SdpAttributeIdList; typedef
509 int BTSTACK_API SDP_ServiceAttribute(const BtAddr *addr, uint32_t handle, SdpAttributeIdList attributeIdList,
525 SdpAttributeIdList attributeIdList, void *context,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp126 SdpAttributeIdList attributeIdList; in FindSnkService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp41 SdpAttributeIdList attributeIdList; in StartDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp82 SdpAttributeIdList attributeIdList; in DoDiscovery()
144 SdpAttributeIdList attributeIdList; in DoHspHsDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp301 SdpAttributeIdList attributeIdList; in DoPnpDiscovery()
328 SdpAttributeIdList attributeIdList; in DoHidDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp80 SdpAttributeIdList attributeIdList; in DoDiscovery()
146 SdpAttributeIdList attributeIdList; in DoHspAgDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1673 SdpAttributeIdList attributeIdList; in SearchRemoteUuids()

Completed in 10 milliseconds