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

Commit 19c9b808 authored by Hui Peng's avatar Hui Peng
Browse files

[Invisalign2] Remove unused tSMP_REQ_Q_ENTRY

Bug: 301661850
Test: m com.android.btservices
Flag: EXEMPT, no-op
Change-Id: I94731f6944cc4c6da9b44946756435c4ca507e2c
parent b3fbff91
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -270,11 +270,6 @@ typedef union {
/* check if authentication requirement need MITM protection */
/* check if authentication requirement need MITM protection */
#define SMP_NO_MITM_REQUIRED(x) (((x)&SMP_AUTH_YN_BIT) == 0)
#define SMP_NO_MITM_REQUIRED(x) (((x)&SMP_AUTH_YN_BIT) == 0)


typedef struct {
  RawAddress bd_addr;
  BT_HDR* p_copy;
} tSMP_REQ_Q_ENTRY;

/* SMP control block */
/* SMP control block */
class tSMP_CB {
class tSMP_CB {
 public:
 public: