mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
change the make error in bta_dm_ble_set_rand_address func
This commit is contained in:
@@ -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__);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user