Home
last modified time | relevance | path

Searched defs:GattDescriptorWithHandle (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs77 pub struct GattDescriptorWithHandle { struct
79 pub handle: AttHandle,
81 pub type_: Uuid,
83 pub permissions: AttPermissions,
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs308 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors()