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

Commit c87d66cc authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Encapsulate tBTM_CB::btm_scn am: 49a653e5

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1446764

Change-Id: I8ab322ab8de370a948d02c013f7ed653a9da75b1
parents ca0ad02b 49a653e5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -289,6 +289,11 @@ typedef struct {
  tBTM_BT_QUALITY_REPORT_RECEIVER* p_bqr_report_receiver;

  tACL_CB acl_cb_;

 private:
  friend uint8_t BTM_AllocateSCN(void);
  friend bool BTM_TryAllocateSCN(uint8_t scn);
  friend bool BTM_FreeSCN(uint8_t scn);
  uint8_t btm_scn[BTM_MAX_SCN_];
} tBTM_CB;