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.rs46 pub struct GattServiceWithHandle { struct
48 pub handle: AttHandle,
50 pub type_: Uuid,
53 pub characteristics: Vec<GattCharacteristicWithHandle>,
168 service: GattServiceWithHandle, in add_service_with_handles()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs121 service: GattServiceWithHandle, in register_gatt_service()
Dffi.rs326 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service()