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

Commit c3ed935e authored by Chris Manton's avatar Chris Manton
Browse files

Remove unused stack/include/acl_api_types::tBTM_INQ_TXPWR_RESULT

Towards meaningful code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I0ae500ee283d1e5c46632bf940f8b547bdafbb13
parent b59562c2
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