ESP_LOGE(GATTC_TAG,"config mtu failed, error status = %x",param->cfg_mtu.status);
}
ESP_LOGI(GATTC_TAG,"ESP_GATTC_CFG_MTU_EVT, Status %d, MTU %d, conn_id %d",param->cfg_mtu.status,param->cfg_mtu.mtu,param->cfg_mtu.conn_id);
break;// 当发现服务时触发
caseESP_GATTC_SEARCH_RES_EVT:{
ESP_LOGI(GATTC_TAG,"SEARCH RES: conn_id = %x is primary service %d",p_data->search_res.conn_id,p_data->search_res.is_primary);
ESP_LOGI(GATTC_TAG,"start handle %d end handle %d current handle value %d",p_data->search_res.start_handle,p_data->search_res.end_handle,p_data->search_res.srvc_id.inst_id);