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

Commit a336064b authored by Matthew Xie's avatar Matthew Xie Committed by Android (Google) Code Review
Browse files

Merge "use correct trace debug level" into lmp-dev

parents 3bfbbec7 2294d731
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1470,7 +1470,7 @@ void btm_ble_set_adv_flag(UINT16 connect_mode, UINT16 disc_mode)
    else
        flag &= ~(BTM_BLE_DMT_CONTROLLER_SPT|BTM_BLE_DMT_HOST_SPT);

    BTM_TRACE_ERROR("disc_mode %04x", disc_mode);
    BTM_TRACE_DEBUG("disc_mode %04x", disc_mode);
    /* update discoverable flag */
    if (disc_mode & BTM_BLE_LIMITED_DISCOVERABLE)
    {