Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs38 pub struct GattServiceWithHandle { struct
40 pub handle: AttHandle,
42 pub type_: Uuid,
45 pub characteristics: Vec<GattCharacteristicWithHandle>,
160 service: GattServiceWithHandle, in add_service_with_handles()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs112 service: GattServiceWithHandle, in register_gatt_service()
Dffi.rs316 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service()