Searched defs:GattDescriptorWithHandle (Results 1 – 2 of 2) sorted by relevance
74 pub struct GattDescriptorWithHandle { struct76 pub handle: AttHandle,78 pub type_: Uuid,80 pub permissions: AttPermissions,
306 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors()