component/bt: remove some error logs which are not error

This commit is contained in:
baohongde
2018-01-17 19:23:41 +08:00
parent 17e8d49f26
commit 569b9d592e
16 changed files with 63 additions and 66 deletions

View File

@@ -320,7 +320,7 @@ static void a2d_app_heart_beat(void *arg)
static void bt_app_av_sm_hdlr(uint16_t event, void *param)
{
ESP_LOGE(BT_AV_TAG, "%s state %d, evt 0x%x", __func__, m_a2d_state, event);
ESP_LOGI(BT_AV_TAG, "%s state %d, evt 0x%x", __func__, m_a2d_state, event);
switch (m_a2d_state) {
case APP_AV_STATE_DISCOVERING:
case APP_AV_STATE_DISCOVERED: