Searched defs:GattServiceWithHandle (Results 1 – 3 of 3) sorted by relevance
38 pub struct GattServiceWithHandle { struct40 pub handle: AttHandle,42 pub type_: Uuid,45 pub characteristics: Vec<GattCharacteristicWithHandle>,160 service: GattServiceWithHandle, in add_service_with_handles()
112 service: GattServiceWithHandle, in register_gatt_service()
316 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service()