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

Commit 630b6982 authored by Chris Manton's avatar Chris Manton
Browse files

Privatize tBTM_CB::tACL_CB::pm_pend_link

Creating ACL API

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I591d1ea6b86367217870cb7aa7fcdfa7b387f61e
parent 792458fa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -152,10 +152,8 @@ typedef struct {

  uint16_t btm_def_link_super_tout;

 public:
  uint8_t pm_pend_link; /* the index of acl_db, which has a pending PM cmd */

 private:
  friend void BTM_acl_after_controller_started();
  friend uint16_t BTM_GetMaxPacketSize(const RawAddress& addr);
  friend uint16_t acl_get_supported_packet_types();