nimble_riot.h

RIOT specific glue functions for integrating NimBLE.

NIMBLE_CONTROLLER_PRIO

Priority used for NimBLE’s controller thread.

1
(0)

This should be as high as possible.

NIMBLE_CONTROLLER_STACKSIZE

Stacksize used for NimBLE’s controller thread.

1
(THREAD_STACKSIZE_DEFAULT)
NIMBLE_HOST_PRIO

Priority used for NimBLE’s host thread.

1
(THREAD_PRIORITY_MAIN - 2)
NIMBLE_HOST_STACKSIZE

Stacksize used for NimBLE’s host thread.

1
(THREAD_STACKSIZE_DEFAULT)
void nimble_riot_init(void)

Setup and run NimBLE’s controller and host threads.