summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/OWNERS1
-rw-r--r--tools/rootcanal/model/controller/dual_mode_controller.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/OWNERS b/tools/OWNERS
index 1979131142..ee61736b29 100644
--- a/tools/OWNERS
+++ b/tools/OWNERS
@@ -4,5 +4,4 @@ cmanton@google.com
jpawlowski@google.com
licorne@google.com
mylesgw@google.com
-sattiraju@google.com
siyuanh@google.com
diff --git a/tools/rootcanal/model/controller/dual_mode_controller.cc b/tools/rootcanal/model/controller/dual_mode_controller.cc
index 9345253261..aa65fe4fd4 100644
--- a/tools/rootcanal/model/controller/dual_mode_controller.cc
+++ b/tools/rootcanal/model/controller/dual_mode_controller.cc
@@ -49,7 +49,7 @@ constexpr uint16_t kLeMaximumDataLength = 64;
constexpr uint16_t kLeMaximumDataTime = 0x148;
constexpr uint8_t kTransmitPowerLevel = -20;
-constexpr bool kLeApcfTransportDiscoveryDataFilterSupported = true;
+constexpr bool kLeApcfTransportDiscoveryDataFilterSupported = false;
constexpr bool kLeApcfAdTypeFilterSupported = true;
#define CHECK_PACKET_VIEW(view) \