Searched refs:SdpUuid (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client.h | 32 int SdpServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, 36 int SdpServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList,
|
H A D | sdp.c | 166 SdpUuid uuidArray; 185 SdpUuid uuidArray; 1241 int SDP_ServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, in SDP_ServiceSearch() 1255 (void)memcpy_s(&ctx->uuidArray, sizeof(SdpUuid), uuidArray, sizeof(SdpUuid)); in SDP_ServiceSearch() 1332 int SDP_ServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList, in SDP_ServiceSearchAttribute() 1347 (void)memcpy_s(&ctx->uuidArray, sizeof(SdpUuid), uuidArray, sizeof(SdpUuid)); in SDP_ServiceSearchAttribute()
|
H A D | sdp_client.c | 177 int SdpServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, in SdpServiceSearch() 265 int SdpServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList, in SdpServiceSearchAttribute()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 399 } SdpUuid; typedef 494 int BTSTACK_API SDP_ServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, 524 int BTSTACK_API SDP_ServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_sdp.cpp | 122 SdpUuid sdpUUid; in FindSnkService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_sdp_client.cpp | 37 SdpUuid sdpUUid; in StartDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_sdp.cpp | 127 SdpUuid sdpUuid = {.uuidNum = AVRC_SERVICE_CLASS_ID_LIST_NUMBER - 1, .uuid = classIdList}; in FindTgService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_sdp.cpp | 125 SdpUuid sdpUuid = { in FindCtService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_client.cpp | 78 SdpUuid sdpUUid; in DoDiscovery() 140 SdpUuid sdpUUid; in DoHspHsDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 297 SdpUuid sdpUUid; in DoPnpDiscovery() 324 SdpUuid sdpUUid; in DoHidDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_client.cpp | 76 SdpUuid sdpUUid; in DoDiscovery() 142 SdpUuid sdpUUid; in DoHspAgDiscovery()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1669 SdpUuid uuidArray; in SearchRemoteUuids()
|
Completed in 11 milliseconds