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.rs60 pub struct GattCharacteristicWithHandle { struct
63 pub handle: AttHandle,
65 pub type_: Uuid,
67 pub permissions: AttPermissions,
69 pub descriptors: Vec<GattDescriptorWithHandle>,