Added an EddystoneURLConfigService in addition to UriBeaconConfigService. Updated README and converted comments that used UriBeacon to EddystoneURL in the EddystoneService.h

Dependents:   mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci

Fork of BLE_API by Bluetooth Low Energy

Revision:
728:997ba5e7b3b6
Parent:
727:1a1f5c5aedfe
Child:
737:79d95f9b93be
--- a/ble/blecommon.h	Mon Jul 06 10:10:34 2015 +0100
+++ b/ble/blecommon.h	Mon Jul 06 10:10:34 2015 +0100
@@ -126,6 +126,9 @@
     BLE_ERROR_UNSPECIFIED             = 9, /**< Unknown error. */
 };
 
+/** @brief Default MTU size. */
+static const unsigned BLE_GATT_MTU_SIZE_DEFAULT = 23;
+
 #ifdef __cplusplus
 }
 #endif