![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
aa
Dependents: Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal
Fork of BLE_API by
Diff: ble/blecommon.h
- Revision:
- 717:3129b149a6b2
- Parent:
- 710:b2e1a2660ec2
- Child:
- 718:cb41f5a422a9
--- a/ble/blecommon.h Thu Jul 02 09:06:11 2015 +0100 +++ b/ble/blecommon.h Thu Jul 02 09:06:11 2015 +0100 @@ -126,6 +126,9 @@ BLE_ERROR_UNSPECIFIED = 9, /**< Unknown error. */ }; +/** @brief Default MTU size. */ +static const unsigned GATT_MTU_SIZE_DEFAULT = 23; + #ifdef __cplusplus } #endif