BLE_API_Tiny_BLE
Fork of BLE_API by
Diff: GattService.cpp
- Revision:
- 90:f245e2d96aa0
- Parent:
- 69:2fd349295d2c
- Child:
- 91:311bde45b251
--- a/GattService.cpp Wed Jun 11 13:54:00 2014 +0100 +++ b/GattService.cpp Wed Jun 11 14:12:14 2014 +0100 @@ -36,11 +36,7 @@ @endcode */ /**************************************************************************/ -GattService::GattService(UUID uuid) : - primaryServiceID(uuid), - characteristicCount(0), - characteristics(), - handle(0) +GattService::GattService(UUID uuid) : primaryServiceID(uuid), characteristicCount(0), characteristics(), handle(0) { /* empty */ }