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

Commit 972308db authored by Chris Manton's avatar Chris Manton
Browse files

bta::hf_client Use proper type tSDP_STATUS

Bug: 354043843
Test: m .
Flag: EXEMPT, Proper Data Type

Change-Id: I7e17dbc3c00a8f4efa6b593bc0f278f528fec87b
parent 30756ec0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include "osi/include/alarm.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/sdp_status.h"
#include "stack/sdp/sdp_discovery_db.h"
#include "types/raw_address.h"

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

/* data type for RFCOMM events */