fork BLE_API to add update adv payload API
Fork of BLE_API by
Diff: ble/blecommon.h
- Revision:
- 718:cb41f5a422a9
- Parent:
- 717:3129b149a6b2
- Child:
- 727:1a1f5c5aedfe
--- a/ble/blecommon.h Thu Jul 02 09:06:11 2015 +0100 +++ b/ble/blecommon.h Thu Jul 02 09:06:11 2015 +0100 @@ -127,7 +127,7 @@ }; /** @brief Default MTU size. */ -static const unsigned GATT_MTU_SIZE_DEFAULT = 23; +static const unsigned BLE_GATT_MTU_SIZE_DEFAULT = 23; #ifdef __cplusplus }