Searched refs:GATTService (Results 1 – 5 of 5) sorted by relevance
25 from bumble_experimental.gatt import GATTService77 lambda bumble, _, server: add_GATTServicer_to_server(GATTService(bumble.device), server))
62 gatt_service = gatt.GATTService(bluetooth)
31 class GATTService(gatt_grpc_aio.GATTServicer): class
25 from bumble_experimental.gatt import GATTService50 lambda bumble, _, server: add_GATTServicer_to_server(GATTService(bumble.device), server)
59 class GATTService(GATTServicer): class