Nordic stack and drivers for the mbed BLE API Modified for HRM 1017 and correct DISCONNECT event processing
Fork of nRF51822 by
Diff: nRF51GattServer.cpp
- Revision:
- 34:48d24b1d2fe6
- Parent:
- 31:c3ce6ee5d300
- Child:
- 35:7174913c9d67
--- a/nRF51GattServer.cpp Thu Jun 26 14:58:41 2014 +0100 +++ b/nRF51GattServer.cpp Fri Jun 27 13:53:59 2014 +0100 @@ -234,8 +234,7 @@ } } - /* 2.) Changes to the characteristic value will be handled with other - * events below */ + /* 2.) Changes to the characteristic value will be handled with other events below */ event = GattServerEvents::GATT_EVENT_DATA_WRITTEN; break;