Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs52 pub struct GattCharacteristicWithHandle { struct
55 pub handle: AttHandle,
57 pub type_: Uuid,
59 pub permissions: AttPermissions,
61 pub descriptors: Vec<GattDescriptorWithHandle>,