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

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

Re-arrange fields stack/include/acl_api_types::tBTM_ am: 0b40de57 am: e14d6fff am: 52b5fb23

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I703aee2fb40e861ef219fd4f28bf1608c5c83c20
parents 45e46dcd 52b5fb23
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ typedef struct {
typedef struct {
  tBTM_STATUS status;
  uint8_t hci_status;
  int8_t rssi;
  RawAddress rem_bda;
  int8_t rssi;
} tBTM_RSSI_RESULT;

/* Structure returned with read failed contact counter event
@@ -60,8 +60,8 @@ typedef struct {
typedef struct {
  tBTM_STATUS status;
  uint8_t hci_status;
  uint16_t failed_contact_counter;
  RawAddress rem_bda;
  uint16_t failed_contact_counter;
} tBTM_FAILED_CONTACT_COUNTER_RESULT;

/* Structure returned with read automatic flush timeout event
@@ -71,8 +71,8 @@ typedef struct {
typedef struct {
  tBTM_STATUS status;
  uint8_t hci_status;
  uint16_t automatic_flush_timeout;
  RawAddress rem_bda;
  uint16_t automatic_flush_timeout;
} tBTM_AUTOMATIC_FLUSH_TIMEOUT_RESULT;

/* Structure returned with read current TX power event (in tBTM_CMPL_CB callback
@@ -81,8 +81,8 @@ typedef struct {
typedef struct {
  tBTM_STATUS status;
  uint8_t hci_status;
  int8_t tx_power;
  RawAddress rem_bda;
  int8_t tx_power;
} tBTM_TX_POWER_RESULT;

/* Structure returned with read link quality event (in tBTM_CMPL_CB callback
@@ -91,8 +91,8 @@ typedef struct {
typedef struct {
  tBTM_STATUS status;
  uint8_t hci_status;
  uint8_t link_quality;
  RawAddress rem_bda;
  uint8_t link_quality;
} tBTM_LINK_QUALITY_RESULT;

/* Structure returned with read inq tx power quality event (in tBTM_CMPL_CB