Bluetooth: nble: Include all functions to build

Include all functions using previously defined stubs.

Change-Id: If9ab3f02d2e3e1f27c09b0d666fcf531cf76898d
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-01-25 11:35:20 +02:00 committed by Anas Nashif
commit ac59405268

View file

@ -18,18 +18,6 @@
#define LIST_FN_SIG_NONE \ #define LIST_FN_SIG_NONE \
FN_SIG_NONE(on_nble_up) FN_SIG_NONE(on_nble_up)
#define LIST_FN_SIG_S \
FN_SIG_S(on_ble_get_version_rsp, \
const struct ble_version_response *)
#define LIST_FN_SIG_P
#define LIST_FN_SIG_S_B
#define LIST_FN_SIG_B_B_P
#define LIST_FN_SIG_S_B_P
#define LIST_FN_SIG_S_P
#define LIST_FN_SIG_S_B_B_P
#if 0
#define LIST_FN_SIG_S \ #define LIST_FN_SIG_S \
FN_SIG_S(on_ble_get_version_rsp, \ FN_SIG_S(on_ble_get_version_rsp, \
const struct ble_version_response *) \ const struct ble_version_response *) \
@ -137,4 +125,3 @@
uint8_t *, uint8_t, void*) uint8_t *, uint8_t, void*)
#define LIST_FN_SIG_S_B_B_P #define LIST_FN_SIG_S_B_B_P
#endif