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

Commit b3eca64d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "bta::hf_client Use proper type tSDP_STATUS" into main am: e5b9696b

parents d005e424 e5b9696b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@
#include "osi/include/alarm.h"
#include "osi/include/alarm.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/sdp_status.h"
#include "stack/sdp/sdp_discovery_db.h"
#include "stack/sdp/sdp_discovery_db.h"
#include "types/raw_address.h"
#include "types/raw_address.h"


@@ -122,7 +123,7 @@ typedef struct {
/* data type for BTA_HF_CLIENT_DISC_RESULT_EVT */
/* data type for BTA_HF_CLIENT_DISC_RESULT_EVT */
typedef struct {
typedef struct {
  BT_HDR_RIGID hdr;
  BT_HDR_RIGID hdr;
  uint16_t status;
  tSDP_STATUS status;
} tBTA_HF_CLIENT_DISC_RESULT;
} tBTA_HF_CLIENT_DISC_RESULT;


/* data type for RFCOMM events */
/* data type for RFCOMM events */