summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-06-10 02:16:43 +0200
committerSven Gothel <[email protected]>2020-06-10 02:16:43 +0200
commitd739e6d861e2080c44750412fadbb393fd1a52f0 (patch)
treec3b8f09a77e21edbee0ef3a964c0ee3e7237ec46 /api
parent1692dadb50fbd5a8659680efa40ad67fa76c7ab5 (diff)
HCIHandler: Remove unused method sendWithReply(..)
Diffstat (limited to 'api')
-rw-r--r--api/direct_bt/HCIHandler.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/direct_bt/HCIHandler.hpp b/api/direct_bt/HCIHandler.hpp
index fb06362a..432856b6 100644
--- a/api/direct_bt/HCIHandler.hpp
+++ b/api/direct_bt/HCIHandler.hpp
@@ -105,7 +105,6 @@ namespace direct_bt {
bool sendCommand(HCICommand &req);
std::shared_ptr<HCIEvent> getNextReply(HCICommand &req, int & retryCount);
- std::shared_ptr<HCIEvent> sendWithReply(HCICommand &req);
std::shared_ptr<HCIEvent> sendWithCmdCompleteReply(HCICommand &req, HCICommandCompleteEvent **res);