Searched refs:gatt_service (Results 1 – 4 of 4) sorted by relevance
62 gatt_service = gatt.GATTService(bluetooth)63 gatt_grpc_aio.add_GATTServicer_to_server(gatt_service, server)
66 def __init__(self, loop: asyncio.AbstractEventLoop, gatt_service): argument68 self.gatt_service = gatt_service73 if addr not in self.gatt_service.characteristic_changed_map:74 self.gatt_service.characteristic_changed_map[addr] = {}75 char_map = self.gatt_service.characteristic_changed_map[addr]84 self.gatt_service.characteristic_changed_map[addr][handle] = char_future
17 mod gatt_service; module95 let gatt_service_impl = gatt_service::GattServiceImpl::create(rt.clone(), btif_intf.clone()); in async_main()
741 …gatt_service = self.peripheral.sl4a.gattServerCreateService(service_uuid, GattServiceType.SERVICE_…742 self.peripheral.sl4a.gattServerAddCharacteristicToService(gatt_service, characteristic)743 self.peripheral.sl4a.gattServerAddService(gatt_server, gatt_service)