Searched defs:GattDescriptorWithHandle (Results 1 – 2 of 2) sorted by relevance
77 pub struct GattDescriptorWithHandle { struct79 pub handle: AttHandle,81 pub type_: Uuid,83 pub permissions: AttPermissions,
308 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors()