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.rs69 pub struct GattDescriptorWithHandle { struct
71 pub handle: AttHandle,
73 pub type_: Uuid,
75 pub permissions: AttPermissions,
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs298 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors()