Home
last modified time | relevance | path

Searched refs:WriteAttFromHandle (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py171 self.gatt.WriteAttFromHandle(connection=self.connection,\
784 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
847 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
874 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
900 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
947 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
979 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
996 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
1315 self.write_response = self.gatt.WriteAttFromHandle(connection=self.connection,\
Dhogp.py100 self.gatt.WriteAttFromHandle(
239 self.gatt.WriteAttFromHandle(
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto15 rpc WriteAttFromHandle(WriteRequest) returns (WriteResponse); rpc
128 // Request for the `WriteAttFromHandle` rpc.
135 // Request for the `WriteAttFromHandle` rpc.
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py95 …async def WriteAttFromHandle(self, request: WriteRequest, context: grpc.ServicerContext) -> WriteR… member in GATTService
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py119 async def WriteAttFromHandle(self, request: gatt_pb2.WriteRequest, member in GATTService