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

Commit 0b40de57 authored by Chris Manton's avatar Chris Manton
Browse files

Re-arrange fields stack/include/acl_api_types::tBTM_

Towards encapsulation

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

Change-Id: I08a54cae0087fb9b0dcdf060e2a445f63a64a481
parent 427c75f2
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