Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: btle/src/btle.cpp
- Revision:
- 29:1870b03aa25b
- Parent:
- 28:edeb91b415c6
- Child:
- 30:555e6697b368
--- a/btle/src/btle.cpp Wed Aug 20 12:09:06 2014 +0000 +++ b/btle/src/btle.cpp Thu Aug 21 07:42:06 2014 +0000 @@ -227,12 +227,12 @@ //Now Check if data written in Enable or Disable if((uint16_t)evt->att_data[0]==1) { - DEBUG("Notify ENABLED\n\r"); + //DEBUG("Notify ENABLED\n\r"); BlueNRGGattServer::getInstance().handleEvent(GattServerEvents::GATT_EVENT_UPDATES_ENABLED, evt->attr_handle); } else { - DEBUG("Notify DISABLED\n\r"); + //DEBUG("Notify DISABLED\n\r"); BlueNRGGattServer::getInstance().handleEvent(GattServerEvents::GATT_EVENT_UPDATES_DISABLED, evt->attr_handle); } }