Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc235 rootcanal::TestChannelTransport::SendResponse( in SetUpTestChannel()
242 rootcanal::TestChannelTransport::SendResponse(conn_fd, response); in SetUpTestChannel()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.h54 static void SendResponse(std::shared_ptr<AsyncDataChannel> socket,
Dtest_channel_transport.cc98 void TestChannelTransport::SendResponse( in SendResponse() function in rootcanal::TestChannelTransport
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py760 self.proxy().SendResponse(self.server_id, addr, trans_id, status, offset, value)
788 self.proxy().SendResponse(self.server_id, addr, trans_id, status, offset, value)
1236 self.proxy().SendResponse(self.server_id, addr, trans_id, status, 0, [])
1424 return self.proxy().SendResponse(self.server_id, addr, request_id, status, offset, value)
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc331 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py375 await self.__gatt_stub.SendResponse(empty_proto.Empty())
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto102 rpc SendResponse(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc