fix(ble/bluedroid): Fix BLE background connection log level

This commit is contained in:
zhanghaipeng 2024-01-20 16:42:54 +08:00 committed by Wei Yu Han
parent 4ecc978bd6
commit 14bb24c3ab

View File

@ -679,7 +679,7 @@ BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda
#if (!CONFIG_BT_STACK_NO_LOG) #if (!CONFIG_BT_STACK_NO_LOG)
char bdstr[18] = {0}; char bdstr[18] = {0};
#endif #endif
APPL_TRACE_ERROR("%s unable to find the bg connection mask for: %s", __func__, APPL_TRACE_WARNING("%s unable to find the bg connection mask for: %s", __func__,
bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr))); bdaddr_to_string((bt_bdaddr_t *)remote_bda_ptr, bdstr, sizeof(bdstr)));
} }
return FALSE; return FALSE;