1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/nimble_gatt
Hauke Petersen 0cca1769cc examples/nimble_gatt: unroll update_ad()
This static function was a leftover from very early stages of this
example and at the current state there is not sense in keeping it.
Having these few lines directly where the advertising is triggered
makes the code more clean and readible.
2019-03-07 16:46:00 +01:00
..
main.c examples/nimble_gatt: unroll update_ad() 2019-03-07 16:46:00 +01:00
Makefile examples/nimble_gatt: use gatt/gap svcs explicitly 2019-03-06 18:21:52 +01:00
README.md examples: add NimBLE GATT server example app 2018-06-06 13:52:58 +02:00

NimBLE GATT Server Example

This example application configures and runs the NimBLE BLE stack as simple GATT server. It will provide two services, the build-in GAP and the build-in GATT service. The device will advertise itself by the name NimBLE on RIOT.

To interact with the BLE device running this example, use any BLE client that is able to discover and interact with GATT services. An easy way to get started is to use a smartphone (supporting at least BT 4.0) with Nordic's nRF Connect App.