Skip to content

Commit

Permalink
ESP32: Update ESP-IDF to fb7ba1baa068a2267ef54b7105cf3c8a004fe4eb
Browse files Browse the repository at this point in the history
CL: ESP32: Update ESP-IDF to espressif/esp-idf@fb7ba1b

PUBLISHED_FROM=4efeebfcc73d865a74dbebbd63a7126f4708c921
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Nov 7, 2018
1 parent b2c591b commit 5a347f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/esp32/esp32_bt_gatts.c
Expand Up @@ -712,6 +712,12 @@ static void esp32_bt_gatts_ev(esp_gatts_cb_event_t ev, esp_gatt_if_t gatts_if,
p->status));
break;
}
case ESP_GATTS_SEND_SERVICE_CHANGE_EVT: {
const struct gatts_send_service_change_evt_param *p = &ep->service_change;
enum cs_log_level ll = ll_from_status(p->status);
LOG(ll, ("SET_ATTR_VAL st %d", p->status));
break;
}
}
}

Expand Down

0 comments on commit 5a347f8

Please sign in to comment.