summaryrefslogtreecommitdiffstats
path: root/api/direct_bt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-08-23 09:39:26 +0200
committerSven Gothel <[email protected]>2020-08-23 09:39:26 +0200
commit0cf343f7db6276b257a4664ad2f0048bb690c989 (patch)
tree410d8653b1f74c81e0ecd57b72077777a99b0e28 /api/direct_bt
parenta49ce8a8a72eb34cc6a4c8d23e4907684350d078 (diff)
DBTAdapter: Use HCIHandler to listen to DEVICE_FOUND events
Utilzing new HCIHandler MgmtEvtDeviceFound events from LE_ADVERTISING_REPORT, see commit a49ce8a8a72eb34cc6a4c8d23e4907684350d078
Diffstat (limited to 'api/direct_bt')
-rw-r--r--api/direct_bt/DBTAdapter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/DBTAdapter.hpp b/api/direct_bt/DBTAdapter.hpp
index d24c287b..74914d8f 100644
--- a/api/direct_bt/DBTAdapter.hpp
+++ b/api/direct_bt/DBTAdapter.hpp
@@ -205,7 +205,7 @@ namespace direct_bt {
bool mgmtEvDeviceDiscoveringMgmt(std::shared_ptr<MgmtEvent> e);
bool mgmtEvNewSettingsMgmt(std::shared_ptr<MgmtEvent> e);
bool mgmtEvLocalNameChangedMgmt(std::shared_ptr<MgmtEvent> e);
- bool mgmtEvDeviceFoundMgmt(std::shared_ptr<MgmtEvent> e);
+ bool mgmtEvDeviceFoundHCI(std::shared_ptr<MgmtEvent> e);
bool mgmtEvDeviceDisconnectedMgmt(std::shared_ptr<MgmtEvent> e);
bool mgmtEvDeviceConnectedHCI(std::shared_ptr<MgmtEvent> e);