Added support for obtaining BLE device name by parsing advertising data.
Fork of BLE_BlueNRG by
Diff: BlueNRGDevice.cpp
- Revision:
- 6:08cfc94b5f49
- Parent:
- 2:a2b623661316
--- a/BlueNRGDevice.cpp Fri Jul 25 06:56:02 2014 +0000 +++ b/BlueNRGDevice.cpp Fri Jul 25 09:09:13 2014 +0000 @@ -20,7 +20,7 @@ #include "btle.h" /** - * The singleton which represents the nRF51822 transport for the BLEDevice. + * The singleton which represents the BlueNRG transport for the BLEDevice. */ static BlueNRGDevice deviceInstance; @@ -108,7 +108,6 @@ void BlueNRGDevice::waitForEvent(void) { - //sd_app_evt_wait(); HCI_Process();//Send App Events?? }