High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
9:124ae067ae27
Parent:
7:5e1f0d7f7c7d
Child:
17:9eb2b6fbbda9
--- a/hw/nrf51822.h	Mon Dec 16 18:16:01 2013 +0000
+++ b/hw/nrf51822.h	Mon Dec 16 19:43:33 2013 +0000
@@ -12,7 +12,7 @@
         nRF51822();
         virtual ~nRF51822(void);
 
-        /* Functions that mus be implemented from NRFRadio */
+        /* Functions that mus be implemented from BLERadio */
         virtual ble_error_t setAdvertising(GapAdvertisingParams &, GapAdvertisingData &, GapAdvertisingData &);
         virtual ble_error_t addService(GattService &);
         virtual ble_error_t readCharacteristic(GattService &, GattCharacteristic &, uint8_t[], uint16_t);
@@ -21,8 +21,6 @@
         virtual ble_error_t stop(void);
         virtual ble_error_t reset(void);
         
-        void test(void);
-
     private:
         Serial uart;