RIOT port of the NimBLE BLE stack. More...

Detailed Description

RIOT port of the NimBLE BLE stack.

This package includes the RIOT port of the NimBLE BLE stack.

See also
https://github.com/apache/mynewt-nimble

Modules

 Address Helper
 NimBLE specific helper functions for handling addresses.
 
 Autoconn
 Simple connection manager that automatically opens BLE connections to any node that fits some given filter criteria.
 
 Automated advertising
 Module for automated bluetooth advertising. Advertising is restarted on disconnect events automatically. Defaults to the following characteristics:
 
 GNRC netif Implementation
 GNRC netif implementation for NimBLE, enabling the integration of NimBLE into GNRC.
 
 RIOT Integration
 Basic RIOT integration of NimBLE, including e.g. stack configuration and (auto)initialization code.
 
 Scan Result Helper
 List for storing and printing BLE scan results.
 
 Scanner Helper
 Helper module to simplify the usage of NimBLE in scanning mode.
 
 Statconn
 Static connection manager for NimBLE netif that keeps opens connections on demand and takes care of keeping them open.