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

Commit b22df651 authored by Chris Manton's avatar Chris Manton
Browse files

Bring BTIF_PAN_CB_DISCONNECTING into compilation unit

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

Change-Id: Ib48fc7c81f96839f9ba8a6255c87a9c5c0f7f3d7
parent 394d26c7
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -119,8 +119,6 @@ enum {
                                   successfully */
                                   successfully */


  BTIF_PAN_CB_START = BTIF_SIG_CB_START(BTIF_PAN),
  BTIF_PAN_CB_START = BTIF_SIG_CB_START(BTIF_PAN),
  BTIF_PAN_CB_DISCONNECTING, /* PAN Disconnect has been sent to BTA successfully
                              */


  BTIF_HF_CLIENT_CLIENT_CB_START = BTIF_SIG_CB_START(BTIF_HF_CLIENT),
  BTIF_HF_CLIENT_CLIENT_CB_START = BTIF_SIG_CB_START(BTIF_HF_CLIENT),
};
};
+1 −0
Original line number Original line Diff line number Diff line
@@ -211,6 +211,7 @@ static bt_status_t btpan_connect(const RawAddress* bd_addr, int local_role,
  return BT_STATUS_SUCCESS;
  return BT_STATUS_SUCCESS;
}
}


constexpr uint16_t BTIF_PAN_CB_DISCONNECTING = 0x8401;
static void btif_in_pan_generic_evt(uint16_t event, char* p_param) {
static void btif_in_pan_generic_evt(uint16_t event, char* p_param) {
  LOG_VERBOSE("%s: event=%d", __func__, event);
  LOG_VERBOSE("%s: event=%d", __func__, event);
  switch (event) {
  switch (event) {