![](/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/services/UARTService.h
- Revision:
- 718:cb41f5a422a9
- Parent:
- 717:3129b149a6b2
- Child:
- 722:eab9499e4250
--- a/ble/services/UARTService.h Thu Jul 02 09:06:11 2015 +0100 +++ b/ble/services/UARTService.h Thu Jul 02 09:06:11 2015 +0100 @@ -41,7 +41,7 @@ class UARTService { public: /**< Maximum length of data (in bytes) that can be transmitted by the UART service module to the peer. */ - static const unsigned BLE_UART_SERVICE_MAX_DATA_LEN = (GATT_MTU_SIZE_DEFAULT - 3); + static const unsigned BLE_UART_SERVICE_MAX_DATA_LEN = (BLE_GATT_MTU_SIZE_DEFAULT - 3); public: