Added support for obtaining BLE device name by parsing advertising data.

Fork of BLE_BlueNRG by Mridupawan Das

Revision:
6:08cfc94b5f49
Parent:
5:31dedfa19a12
Child:
7:e293b0f43dc7
diff -r 31dedfa19a12 -r 08cfc94b5f49 BlueNRGGap.cpp
--- a/BlueNRGGap.cpp	Fri Jul 25 06:56:02 2014 +0000
+++ b/BlueNRGGap.cpp	Fri Jul 25 09:09:13 2014 +0000
@@ -233,9 +233,6 @@
 
     @code
 
-    uint8_t device_address[6] = { 0xca, 0xfe, 0xf0, 0xf0, 0xf0, 0xf0 };
-    nrf.getGap().setAddress(Gap::ADDR_TYPE_RANDOM_STATIC, device_address);
-
     @endcode
 */
 /**************************************************************************/