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

Commit e14d6fff 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I91f40b467f9715c323faf56d28eebf7826343ac2
parents 30f7f552 0b40de57
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