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

Commit 1992967a authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Bring BTIF_PAN_CB_DISCONNECTING into compilation unit am: b22df651

parents 76e2b599 b22df651
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -119,8 +119,6 @@ enum {
                                   successfully */

  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),
};
+1 −0
Original line number 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;
}

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