Home
last modified time | relevance | path

Searched defs:add_attribute (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/
Dgatt_server.py228 def add_attribute(self, attribute: Attribute) -> None: member in Server
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dbuilder.rs401 pub fn add_attribute<A: AsAttribute>(&mut self, attribute: &A) -> Result<()> { in add_attribute() function
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs171 let mut add_attribute = |attribute: AttAttribute, value: AttAttributeBackingValue| { in add_service_with_handles() localVariable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DResources.pb.h18126 inline ::aapt::pb::XmlAttribute* XmlElement::add_attribute() { in add_attribute() function