Searched refs:auto_reply_fdp (Results 1 – 1 of 1) sorted by relevance
45 auto_reply_fdp = fdp; in TurnOnAutoReply()49 auto_reply_fdp = nullptr; in TurnOffAutoReply()55 if (auto_reply_fdp != nullptr) { in EnqueueCommand()56 injectCommandComplete(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand()63 if (auto_reply_fdp != nullptr) { in EnqueueCommand()64 injectCommandStatus(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand()150 FuzzedDataProvider* auto_reply_fdp; variable