Home
last modified time | relevance | path

Searched defs:AttAttribute (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs25 pub struct AttAttribute { struct
26 pub handle: AttHandle,
27 pub type_: Uuid,
28 pub permissions: AttPermissions,
89 fn list_attributes(&self) -> Vec<AttAttribute>; in list_attributes()
106 fn find_attribute(&self, handle: AttHandle) -> Option<AttAttribute> { in find_attribute()
138 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()
Dgatt_database.rs483 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_grouping.rs34 group_start: AttAttribute, in find_group_end()
35 ) -> Option<AttAttribute> { in find_group_end()
70 fn attr(handle: AttHandle, type_: Uuid) -> AttAttribute { in attr()
Datt_range_filter.rs31 fn attr(handle: u16) -> AttAttribute { in attr()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs25 pub fn new(attributes: Vec<(AttAttribute, Vec<u8>)>) -> Self { in new()
89 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()