Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs74 pub struct GattDescriptorWithHandle { struct
76 pub handle: AttHandle,
78 pub type_: Uuid,
80 pub permissions: AttPermissions,
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs306 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors()