X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-oal%2Foal-adapter-mgr.c;h=6f3c56bd1f7954a4c6ee5e03050de1a9eb4fe200;hb=09a9abcd157a2d65ca8de4f5820e72007c99ccd9;hp=0120f2962fab3bfbb7ddf1f304cbf31c5c2befcb;hpb=f9d1cdd8695fb59a1068a63e6bb31a897543686a;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-oal/oal-adapter-mgr.c b/bt-oal/oal-adapter-mgr.c index 0120f29..6f3c56b 100644 --- a/bt-oal/oal-adapter-mgr.c +++ b/bt-oal/oal-adapter-mgr.c @@ -363,8 +363,6 @@ oal_status_t adapter_get_energy_info(uint32_t *tx_time, uint32_t *rx_time, { int ret; - API_TRACE(); - CHECK_OAL_INITIALIZED(); OAL_CHECK_PARAMETER(tx_time, return); @@ -372,7 +370,7 @@ oal_status_t adapter_get_energy_info(uint32_t *tx_time, uint32_t *rx_time, OAL_CHECK_PARAMETER(idle_time, return); OAL_CHECK_PARAMETER(energy_used, return); - BT_INFO("Get Adapter Energy Info"); + BT_DBG("Get Adapter Energy Info"); #ifdef TIZEN_BT_HAL ret = blued_api->get_adapter_energy_info(tx_time, rx_time, idle_time, energy_used); @@ -872,9 +870,8 @@ oal_status_t adapter_set_white_list(bt_address_t *device_address, int address_ty bdstr_t bdstr; CHECK_OAL_INITIALIZED(); - API_TRACE(); - BT_INFO("BT remote device Address: %s", bdt_bd2str(device_address, &bdstr)); + BT_INFO("BT remote device Address: %s", bdt_bd2str(device_address, &bdstr) + 12); ret = blued_api->adapter_le_set_white_list((bt_bdaddr_t*)device_address, address_type, is_add); if (ret != BT_STATUS_SUCCESS) {