Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: ble/blecommon.h
- Revision:
- 727:1a1f5c5aedfe
- Parent:
- 718:cb41f5a422a9
- Child:
- 728:997ba5e7b3b6
--- a/ble/blecommon.h Thu Jul 02 09:06:12 2015 +0100 +++ b/ble/blecommon.h Mon Jul 06 10:10:34 2015 +0100 @@ -126,9 +126,6 @@ BLE_ERROR_UNSPECIFIED = 9, /**< Unknown error. */ }; -/** @brief Default MTU size. */ -static const unsigned BLE_GATT_MTU_SIZE_DEFAULT = 23; - #ifdef __cplusplus } #endif