Loading...
Searching...
No Matches

RIOT specific glue functions for integrating NimBLE. More...

Detailed Description

RIOT specific glue functions for integrating NimBLE.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file nimble_riot.h.

#include <stdint.h>
#include "kernel_defines.h"
+ Include dependency graph for nimble_riot.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NIMBLE_CONTROLLER_PRIO   (0)
 Priority used for NimBLE's controller thread.
 
#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.
 

Enumerations

enum  nimble_phy_t { NIMBLE_PHY_INVALID , NIMBLE_PHY_1M }
 BLE PHY modes. More...
 

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.