summaryrefslogtreecommitdiff
path: root/system/gd/hci/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/gd/hci/controller.h')
-rw-r--r--system/gd/hci/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gd/hci/controller.h b/system/gd/hci/controller.h
index 573c695ad6..b1d1f3cc00 100644
--- a/system/gd/hci/controller.h
+++ b/system/gd/hci/controller.h
@@ -182,7 +182,7 @@ class Controller : public Module {
static const ModuleFactory Factory;
static constexpr uint64_t kDefaultEventMask = 0x3dbfffffffffffff;
- static constexpr uint64_t kDefaultLeEventMask = 0x000000004d021e7f;
+ static constexpr uint64_t kDefaultLeEventMask = 0x000000004d02fe7f;
protected:
void ListDependencies(ModuleList* list) const override;