Searched defs:GattDescriptorWithHandle (Results 1 – 2 of 2) sorted by relevance
69 pub struct GattDescriptorWithHandle { struct71 pub handle: AttHandle,73 pub type_: Uuid,75 pub permissions: AttPermissions,
298 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors()