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

Commit 2294d731 authored by Matthew Xie's avatar Matthew Xie
Browse files

use correct trace debug level

Change-Id: I997f5f9395af6c5da0403dc496317b2bad1683e6
parent e11eda16
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)
    {