Searched defs:GattServiceWithHandle (Results 1 – 3 of 3) sorted by relevance
46 pub struct GattServiceWithHandle { struct48 pub handle: AttHandle,50 pub type_: Uuid,53 pub characteristics: Vec<GattCharacteristicWithHandle>,168 service: GattServiceWithHandle, in add_service_with_handles()
121 service: GattServiceWithHandle, in register_gatt_service()
326 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service()