Searched refs:auto_reply_fdp (Results 1 – 1 of 1) sorted by relevance
50 auto_reply_fdp = fdp; in TurnOnAutoReply()54 auto_reply_fdp = nullptr; in TurnOffAutoReply()61 if (auto_reply_fdp != nullptr) { in EnqueueCommand()62 injectCommandComplete(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand()70 if (auto_reply_fdp != nullptr) { in EnqueueCommand()71 injectCommandStatus(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand()177 FuzzedDataProvider* auto_reply_fdp; variable