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()
56 if (auto_reply_fdp != nullptr) { in EnqueueCommand()
57 injectCommandComplete(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand()
65 if (auto_reply_fdp != nullptr) { in EnqueueCommand()
66 injectCommandStatus(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand()
161 FuzzedDataProvider* auto_reply_fdp; variable