aa

Dependents:   Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal

Fork of BLE_API by Bluetooth Low Energy

Revision:
795:56c6a9ce4ffc
Parent:
769:2d236d9afa9e
--- a/ble/GapAdvertisingData.h	Thu Aug 13 13:22:31 2015 +0100
+++ b/ble/GapAdvertisingData.h	Thu Oct 01 17:07:44 2015 +0000
@@ -104,7 +104,8 @@
         SERVICE_DATA                       = 0x16, /**< Service Data */
         APPEARANCE                         = 0x19, /**< \ref Appearance */
         ADVERTISING_INTERVAL               = 0x1A, /**< Advertising Interval */
-        MANUFACTURER_SPECIFIC_DATA         = 0xFF  /**< Manufacturer Specific Data */
+        MANUFACTURER_SPECIFIC_DATA         = 0xFF, /**< Manufacturer Specific Data */
+        RABOT_REDBEAR_BLE_NANO             = 0xAF   /**< ramo bots */
     };
     typedef enum DataType_t DataType; /* Deprecated type alias. This may be dropped in a future release. */