Searched defs:GattServiceWithHandle (Results 1 – 3 of 3) sorted by relevance
43 pub struct GattServiceWithHandle { struct45 pub handle: AttHandle,47 pub type_: Uuid,50 pub characteristics: Vec<GattCharacteristicWithHandle>,165 service: GattServiceWithHandle, in add_service_with_handles()
120 service: GattServiceWithHandle, in register_gatt_service()
324 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service()