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

Commit 56943384 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add IFTTT checks to some module surfaces" am: 708970e3

Change-Id: Icba6b8239ef2a979ca6f3c04247f292a109e5cf0
parents 597f5340 708970e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ class HciHalCallbacks {
// Abstraction Layer (HAL). Dealing only in HCI packets and events simplifies
// the stack and abstracts away power management, initialization, and other
// implementation-specific details related to the hardware.
// LINT.IfChange
class HciHal : public ::bluetooth::Module {
 public:
  static const ModuleFactory Factory;
@@ -88,6 +89,7 @@ class HciHal : public ::bluetooth::Module {
  // Packets must be processed in order.
  virtual void sendScoData(HciPacket data) = 0;
};
// LINT.ThenChange(fuzz/fuzz_hci_hal.h)

}  // namespace hal
}  // namespace bluetooth
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ namespace bluetooth {
namespace hci {

class HciLayer : public Module, public CommandInterface<CommandPacketBuilder> {
  // LINT.IfChange
 public:
  HciLayer();
  virtual ~HciLayer();
@@ -88,6 +89,7 @@ class HciLayer : public Module, public CommandInterface<CommandPacketBuilder> {
  static const ModuleFactory Factory;

 protected:
  // Lint.ThenChange(fuzz/fuzz_hci_layer.h)
  void ListDependencies(ModuleList* list) override;

  void Start() override;