Home
last modified time | relevance | path

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

/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.h45 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