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

Commit fe27ee17 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE ANYWHERE Remove incorrect assert in btm_read_rssi_cb" into cw-f-dev

parents 7389e491 8f935385
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -494,7 +494,11 @@ UNUSED_ATTR static const char *dump_media_event(UINT16 event)

static void btm_read_rssi_cb(void *data)
{
    assert(data);
    if (data == NULL)
    {
        LOG_ERROR(LOG_TAG, "%s RSSI request timed out", __func__);
        return;
    }

    tBTM_RSSI_RESULTS *result = (tBTM_RSSI_RESULTS*)data;
    if (result->status != BTM_SUCCESS)