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

Commit f2ce2288 authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

Remove BTA_DM_SIG_STRENGTH_EVT, it's not used am: 001521f2 am: 325ad136 am: 985d9109

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1393965

Change-Id: I7f224fa658f029d6e2f111730523517adbff5025
parents f69e2447 985d9109
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -350,9 +350,6 @@ typedef uint8_t tBTA_SIG_STRENGTH_MASK;
#define BTA_DM_AUTHORIZE_EVT 4 /* Authorization request. */
#define BTA_DM_LINK_UP_EVT 5   /* Connection UP event */
#define BTA_DM_LINK_DOWN_EVT 6 /* Connection DOWN event */
#define BTA_DM_SIG_STRENGTH_EVT                                             \
  7                             /* Signal strength for bluetooth connection \
                                   */
#define BTA_DM_BOND_CANCEL_CMPL_EVT 9 /* Bond cancel complete indication */
#define BTA_DM_SP_CFM_REQ_EVT                     \
  10 /* Simple Pairing User Confirmation request. \
+0 −1
Original line number Diff line number Diff line
@@ -1987,7 +1987,6 @@ static void btif_dm_upstreams_evt(uint16_t event, char* p_param) {
      break;
    }

    case BTA_DM_SIG_STRENGTH_EVT:
    case BTA_DM_SP_RMT_OOB_EVT:
    case BTA_DM_SP_KEYPRESS_EVT:
    default:
+0 −1
Original line number Diff line number Diff line
@@ -150,7 +150,6 @@ const char* dump_dm_event(uint16_t event) {
    CASE_RETURN_STR(BTA_DM_AUTH_CMPL_EVT)
    CASE_RETURN_STR(BTA_DM_LINK_UP_EVT)
    CASE_RETURN_STR(BTA_DM_LINK_DOWN_EVT)
    CASE_RETURN_STR(BTA_DM_SIG_STRENGTH_EVT)
    CASE_RETURN_STR(BTA_DM_BOND_CANCEL_CMPL_EVT)
    CASE_RETURN_STR(BTA_DM_SP_CFM_REQ_EVT)
    CASE_RETURN_STR(BTA_DM_SP_KEY_NOTIF_EVT)