Searched refs:SdpAttributeIdList (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client.h | 34 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 D | sdp_client.c | 66 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 D | sdp.c | 176 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 D | sdp.h | 417 } 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 D | a2dp_sdp.cpp | 126 SdpAttributeIdList attributeIdList; in FindSnkService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_sdp_client.cpp | 41 SdpAttributeIdList attributeIdList; in StartDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_client.cpp | 82 SdpAttributeIdList attributeIdList; in DoDiscovery() 144 SdpAttributeIdList attributeIdList; in DoHspHsDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 301 SdpAttributeIdList attributeIdList; in DoPnpDiscovery() 328 SdpAttributeIdList attributeIdList; in DoHidDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_client.cpp | 80 SdpAttributeIdList attributeIdList; in DoDiscovery() 146 SdpAttributeIdList attributeIdList; in DoHspAgDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1673 SdpAttributeIdList attributeIdList; in SearchRemoteUuids()
|
Completed in 10 milliseconds