Searched refs:SendResponse (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 235 rootcanal::TestChannelTransport::SendResponse( in SetUpTestChannel() 242 rootcanal::TestChannelTransport::SendResponse(conn_fd, response); in SetUpTestChannel()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_channel_transport.h | 54 static void SendResponse(std::shared_ptr<AsyncDataChannel> socket,
|
D | test_channel_transport.cc | 98 void TestChannelTransport::SendResponse( in SendResponse() function in rootcanal::TestChannelTransport
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_server.py | 760 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/ |
D | bluetooth_hci.cc | 331 test_channel_transport_.SendResponse(conn_fd, response); in SetUpTestChannel()
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 375 await self.__gatt_stub.SendResponse(empty_proto.Empty())
|
/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 102 rpc SendResponse(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
|