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

Commit 79e6e145 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9c1252b1d99769e6261310f78683bcb9c10acda3
parents 0cba75f3 c3ed935e
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