Home
last modified time | relevance | path

Searched defs:SDP_ServiceSearchAttributeRequest (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.h117 struct SDP_ServiceSearchAttributeRequest { struct
125 extern struct SDP_ServiceSearchAttributeRequest SDP_ServiceSearchAttributeRequest; argument
Dmock_stack_sdp_api.cc48 struct SDP_ServiceSearchAttributeRequest SDP_ServiceSearchAttributeRequest; variable
95 bool SDP_ServiceSearchAttributeRequest(const RawAddress& p_bd_addr, tSDP_DISCOVERY_DB* p_db, in SDP_ServiceSearchAttributeRequest() function
/aosp_15_r20/external/python/bumble/bumble/
Dsdp.py735 class SDP_ServiceSearchAttributeRequest(SDP_PDU): class
1165 self, request: SDP_ServiceSearchAttributeRequest
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_api_test.cc105 TEST_F(StackSdpApiTest, SDP_ServiceSearchAttributeRequest) { in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h113 [[nodiscard]] bool (*SDP_ServiceSearchAttributeRequest)(const RawAddress&, tSDP_DISCOVERY_DB*, member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc174 bool SDP_ServiceSearchAttributeRequest(const RawAddress& bd_addr, tSDP_DISCOVERY_DB* p_db, in SDP_ServiceSearchAttributeRequest() function