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

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

Remove unused #defs BTM_ am: a6aac532 am: 6ddab2fa am: 51f01a82

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

Change-Id: Ibeb5569f0f021c91995601eebc27d373b2f984f6
parents 9d6fb3fd 51f01a82
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -121,20 +121,6 @@ typedef struct {
  tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag  */
} tBTM_DEVCB;

/* Define the structures and constants used for inquiry
 */

/* Definitions of limits for inquiries */
#define BTM_PER_INQ_MIN_MAX_PERIOD HCI_PER_INQ_MIN_MAX_PERIOD
#define BTM_PER_INQ_MAX_MAX_PERIOD HCI_PER_INQ_MAX_MAX_PERIOD
#define BTM_PER_INQ_MIN_MIN_PERIOD HCI_PER_INQ_MIN_MIN_PERIOD
#define BTM_PER_INQ_MAX_MIN_PERIOD HCI_PER_INQ_MAX_MIN_PERIOD
#define BTM_MAX_INQUIRY_LENGTH HCI_MAX_INQUIRY_LENGTH
#define BTM_MIN_INQUIRY_LEN 0x01

#define BTM_MIN_INQ_TX_POWER (-70)
#define BTM_MAX_INQ_TX_POWER 20

typedef struct {
  uint32_t inq_count; /* Used for determining if a response has already been */
  /* received for the current inquiry operation. (We do not   */