Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fee7487d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "RootCanal: Set support for APCF Transport Discovery Service filter to false" into main

parents a114cd0c 1167e07f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)                                              \