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

Commit 394d26c7 authored by Chris Manton's avatar Chris Manton
Browse files

Bring BTIF_HF_CLIENT_CB_AUDIO_CONNECTING into compilation unit

Bug: 323423207
Test: m .
Flag: EXEMPT, Remove unused definitions

Change-Id: I830f6f91c1edf33f78a3d30be28ca457e27509e1
parent 23b35a6c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -123,8 +123,6 @@ enum {
                              */

  BTIF_HF_CLIENT_CLIENT_CB_START = BTIF_SIG_CB_START(BTIF_HF_CLIENT),
  BTIF_HF_CLIENT_CB_AUDIO_CONNECTING, /* AUDIO connect has been sent to BTA
                                         successfully */
};

/*******************************************************************************
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ static btif_hf_client_cb_arr_t btif_hf_client_cb_arr;
 * Returns          void
 *
 ******************************************************************************/
constexpr uint16_t BTIF_HF_CLIENT_CB_AUDIO_CONNECTING = 0x8501;
static void btif_in_hf_client_generic_evt(uint16_t event, char* p_param) {
  LOG_VERBOSE("%s", __func__);
  RawAddress* bd_addr = (RawAddress*)p_param;