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.
Fork of nRF51822 by
Diff: source/btle/btle.h
- Revision:
- 616:a8f9b022d8fd
- Parent:
- 387:b13ab9a7ddb9
diff -r 65ea2acfc6a2 -r a8f9b022d8fd source/btle/btle.h --- a/source/btle/btle.h Wed Apr 06 22:38:43 2016 +0100 +++ b/source/btle/btle.h Wed Apr 06 22:39:17 2016 +0100 @@ -27,6 +27,7 @@ #include "ble.h" error_t btle_init(void); +error_t btle_set_gatt_table_size(uint32_t size); #ifdef __cplusplus }
