From 4715fa16ae223e3a51b63a049e896eaa8633739a Mon Sep 17 00:00:00 2001 From: Yulong Date: Fri, 14 Apr 2017 02:52:43 -0400 Subject: [PATCH] change the make error in bta_dm_ble_set_rand_address func --- components/bt/bluedroid/bta/dm/bta_dm_act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/bta/dm/bta_dm_act.c b/components/bt/bluedroid/bta/dm/bta_dm_act.c index 939142cd1b..a533bb74b5 100644 --- a/components/bt/bluedroid/bta/dm/bta_dm_act.c +++ b/components/bt/bluedroid/bta/dm/bta_dm_act.c @@ -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__); } }