MicroBit as BLE gamepad

Dependencies:   nrf51-sdk

Dependents:   microbit-dal

Fork of nRF51822 by Lancaster University

Revision:
616:a8f9b022d8fd
Parent:
387:b13ab9a7ddb9
--- 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
 }