Basic RIOT integration of NimBLE, including e.g. stack configuration and (auto)initialization code. More...

Detailed Description

Basic RIOT integration of NimBLE, including e.g. stack configuration and (auto)initialization code.

Files

file  nimble_riot.h
 RIOT specific glue functions for integrating NimBLE.
 

Macros

#define NIMBLE_CONTROLLER_PRIO   (0)
 Priority used for NimBLE's controller thread. More...
 
#define NIMBLE_CONTROLLER_STACKSIZE   (THREAD_STACKSIZE_DEFAULT)
 Stacksize used for NimBLE's controller thread.
 
#define NIMBLE_HOST_PRIO   (THREAD_PRIORITY_MAIN - 2)
 Priority used for NimBLE's host thread.
 
#define NIMBLE_HOST_STACKSIZE   (THREAD_STACKSIZE_DEFAULT)
 Stacksize used for NimBLE's host thread.
 

Functions

void nimble_riot_init (void)
 Setup and run NimBLE's controller and host threads.
 

Variables

uint8_t nimble_riot_own_addr_type
 Export our own address type for later usage.
 

Macro Definition Documentation

◆ NIMBLE_CONTROLLER_PRIO

#define NIMBLE_CONTROLLER_PRIO   (0)

Priority used for NimBLE's controller thread.

This should be as high as possible.

Definition at line 37 of file nimble_riot.h.