Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h50 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