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

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

Remove unused stack/include/acl_api_types::tBTM_INQ_TXPWR_RESULT am: c3ed935e am: 79e6e145

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I840cf5f7d4d6e15c241b91c5757f1c4649d840ca
parents 2188365a 79e6e145
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -95,17 +95,6 @@ typedef struct {
  uint8_t link_quality;
} tBTM_LINK_QUALITY_RESULT;

/* Structure returned with read inq tx power quality event (in tBTM_CMPL_CB
 * callback function) in response to BTM_ReadInquiryRspTxPower call.
 */
typedef struct {
  tBTM_STATUS status;
  uint8_t hci_status;
  int8_t tx_power;
} tBTM_INQ_TXPWR_RESULT;

typedef uint8_t tBTM_BL_EVENT;

#define BTM_INQUIRY_STARTED 1
#define BTM_INQUIRY_CANCELLED 2
#define BTM_INQUIRY_COMPLETE 3