Added support for obtaining BLE device name by parsing advertising data.
Fork of BLE_BlueNRG by
Diff: BlueNRGGap.h
- Revision:
- 3:9c4c13795643
- Parent:
- 2:a2b623661316
--- a/BlueNRGGap.h Mon Jul 21 08:28:47 2014 +0000 +++ b/BlueNRGGap.h Mon Jul 21 14:10:22 2014 +0000 @@ -57,9 +57,12 @@ tBleStatus ret; //const char local_name[];// = {AD_TYPE_COMPLETE_LOCAL_NAME,'B','l','u','e','N','R','G'}; + //Local Variables + //uint8_t *device_name; BlueNRGGap() { m_connectionHandle = BLE_CONN_HANDLE_INVALID; //local_name[] = {AD_TYPE_COMPLETE_LOCAL_NAME,'B','l','u','e','N','R','G'}; + } BlueNRGGap(BlueNRGGap const &);