change the make error in bta_dm_ble_set_rand_address func

This commit is contained in:
Yulong 2017-04-14 02:52:43 -04:00
parent cb5c296829
commit 4715fa16ae

View file

@ -4479,7 +4479,7 @@ void bta_dm_ble_set_rand_address(tBTA_DM_MSG *p_data)
}
//send the setting random address to BTM layer
if ((set_flag = BTM_BleSetRandAddress(p_data->set_addr.address) != TRUE)){
APPL_TRACE_ERROR("%s,set random address fail.");
APPL_TRACE_ERROR("%s,set random address fail.", __func__);
}
}