mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
change the make error in bta_dm_ble_set_rand_address func
This commit is contained in:
parent
cb5c296829
commit
4715fa16ae
@ -4479,7 +4479,7 @@ void bta_dm_ble_set_rand_address(tBTA_DM_MSG *p_data)
|
|||||||
}
|
}
|
||||||
//send the setting random address to BTM layer
|
//send the setting random address to BTM layer
|
||||||
if ((set_flag = BTM_BleSetRandAddress(p_data->set_addr.address) != TRUE)){
|
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__);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user