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.rs21 pub struct AttAttribute { struct
22 pub handle: AttHandle,
23 pub type_: Uuid,
24 pub permissions: AttPermissions,
79 fn list_attributes(&self) -> Vec<AttAttribute>; in list_attributes()
96 fn find_attribute(&self, handle: AttHandle) -> Option<AttAttribute> { in find_attribute()
121 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()
Dgatt_database.rs474 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()
69 fn attr(handle: AttHandle, type_: Uuid) -> AttAttribute { in attr()
Datt_range_filter.rs32 fn attr(handle: u16) -> AttAttribute { in attr()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs23 pub fn new(attributes: Vec<(AttAttribute, Vec<u8>)>) -> Self { in new()
78 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes()