Searched refs:ExchangeMTU (Results 1 – 4 of 4) sorted by relevance
12 rpc ExchangeMTU(ExchangeMTURequest) returns (ExchangeMTUResponse); rpc119 // Request for the `ExchangeMTU` rpc.125 // Response for the `ExchangeMTU` rpc.
81 …async def ExchangeMTU(self, request: ExchangeMTURequest, context: grpc.ServicerContext) -> Exchang… member in GATTService
155 self.gatt.ExchangeMTU(mtu=512, connection=self.connection)
87 async def ExchangeMTU(self, request: gatt_pb2.ExchangeMTURequest, member in GATTService