Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtcp.cpp94 std::string handshake_message(android::base::StringPrintf("FB%02d", kProtocolVersion)); in InitializeProtocol() local
96 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in InitializeProtocol()