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

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

Merge "Add IFTTT checks to some module surfaces"

parents 58d99edd 4f790d31
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;