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

Commit 207cd9c0 authored by Chris Manton's avatar Chris Manton
Browse files

Add tBTM_CB::btm_scn[BTM_MAX_SCN_]

To be moved out of tACL_CB

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Iba166d9a8576f910a8406864a5d5d0e9faffce72
parent 1ccfd564
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@
  (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | \
   BTM_SEC_LE_LINK_KEY_KNOWN | BTM_SEC_LE_LINK_KEY_AUTHED)

#define BTM_MAX_SCN_ 31  // PORT_MAX_RFC_PORTS packages/modules/Bluetooth/system/stack/include/rfcdefs.h

/*
 * Define device configuration structure
*/
@@ -208,6 +210,7 @@ typedef struct {
  tBTM_BT_QUALITY_REPORT_RECEIVER* p_bqr_report_receiver;

  tACL_CB acl_cb_;
  uint8_t btm_scn[BTM_MAX_SCN_];
} tBTM_CB;

/* security action for L2CAP COC channels */