Home
last modified time | relevance | path

Searched refs:ExchangeMTU (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto12 rpc ExchangeMTU(ExchangeMTURequest) returns (ExchangeMTUResponse); rpc
119 // Request for the `ExchangeMTU` rpc.
125 // Response for the `ExchangeMTU` rpc.
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py81 …async def ExchangeMTU(self, request: ExchangeMTURequest, context: grpc.ServicerContext) -> Exchang… member in GATTService
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py155 self.gatt.ExchangeMTU(mtu=512, connection=self.connection)
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py87 async def ExchangeMTU(self, request: gatt_pb2.ExchangeMTURequest, member in GATTService