Home
last modified time | relevance | path

Searched defs:AttributeId (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dclient_test.cc68 attrs_result) { in TEST_F()
190 attrs_result) { in TEST_F()
280 attrs_result) { in TEST_F()
375 attrs_result) { in TEST_F()
476 attrs_result) { in TEST_F()
553 attrs_result) { in TEST_F()
624 attrs_result) { in TEST_F()
702 attrs_result) { in TEST_F()
768 attrs_result) { in TEST_F()
801 attrs_result) { in TEST_F()
Dservice_discoverer.cc85 attributes_result) { in SingleSearch()
/external/pigweed/pw_bluetooth_sapphire/host/sdp/public/pw_bluetooth_sapphire/internal/host/sdp/
Dsdp.h47 using AttributeId = uint16_t; variable
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/build/api/
Dsoftware_attribute.pb.go151AttributeId *SoftwareAttribute_Id `protobuf:"bytes,1,opt,name=attribute_id,json=attributeId,proto3… member
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dfake_adapter.cc307 std::map<sdp::AttributeId, sdp::DataElement> attributes) { in TriggerServiceFound()
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Ddut_attribute.pb.go232AttributeId *DutAttribute_Id `protobuf:"bytes,1,opt,name=attribute_id,json=attributeId,proto3" jso… member
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dprofile_server.cc1059 const std::map<bt::sdp::AttributeId, bt::sdp::DataElement>& attributes) { in OnServiceFound()
/external/python/bumble/bumble/
Davrcp.py704 class AttributeId(OpenIntEnum): class in ApplicationSetting