Searched refs:WriteAttFromHandle (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 171 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,\
|
D | hogp.py | 100 self.gatt.WriteAttFromHandle( 239 self.gatt.WriteAttFromHandle(
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 15 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/ |
D | gatt.py | 95 …async def WriteAttFromHandle(self, request: WriteRequest, context: grpc.ServicerContext) -> WriteR… member in GATTService
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 119 async def WriteAttFromHandle(self, request: gatt_pb2.WriteRequest, member in GATTService
|