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.rs23 pub struct AttAttribute { struct
24 pub handle: AttHandle,
25 pub type_: Uuid,
26 pub permissions: AttPermissions,
81 fn list_attributes(&self) -> Vec<AttAttribute>; in list_attributes()
98 fn find_attribute(&self, handle: AttHandle) -> Option<AttAttribute> { in find_attribute()
123 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()
Dgatt_database.rs482 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()
80 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()