1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Francisco Molina
3702087084 pkg/nimble/autoadv: add support for ext_adv 2022-04-27 08:22:58 +02:00
Francisco Molina
da9a37a984 pkg/nimble/autoadv: prefix configurations with CONFIG_ 2022-04-25 08:43:51 +02:00
Hendrik van Essen
77c5ddf2f8 examples/nimble_gatt: use new nimble_autoadv module 2021-06-03 14:15:38 +02:00
Bas Stottelaar
2a818172a4 examples/*: add missing include of assert.h 2020-10-22 11:13:08 +02:00
Hauke Petersen
5a92be24d6 examples/nimble_gatt: fix building w/o DEVELHELP 2019-12-16 10:51:08 +01:00
ee7aa411a2 examples/nimble_gatt: fix typos 2019-11-23 22:39:39 +01:00
a64dd1d666
examples/nimble*: remove useless board whitelist 2019-06-12 17:41:31 +02:00
4cc9c8876f
examples/nimble_gatt: whitelist nrf52832-mdk 2019-03-20 14:41:26 +01:00
Hauke Petersen
4e49fa5cc5 examples/nimble_gatt: drop build-in init calls 2019-03-07 16:47:13 +01:00
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
Hauke Petersen
51aa8fe407 examples/nimble_gatt: use gatt/gap svcs explicitly 2019-03-06 18:21:52 +01:00
HendrikVE
b5dacb6534 examples/nimble_gatt: extend application with ble characteristics
Extend this application with 2 custom BLE characteristics. One is
read-only and returns a string including a random number and the
second one is writable. In addition, two characteristics for device
information were added (model and manufacturer). Access to the
characteristics produces output on the terminal.
2019-03-04 17:28:19 +01:00
Hauke Petersen
d6d9d66972 examples/nimble_gatt: use bluetil_ad 2018-12-07 18:13:53 +01:00
Hauke Petersen
f829887f18 examples/nimble_gatt: simplify example 2018-11-08 14:40:52 +01:00
Hauke Petersen
54419f07e9 examples/nimble_gatt: (void) rt variables 2018-11-08 14:10:58 +01:00
Hauke Petersen
f4dccc402e examples: add NimBLE GATT server example app 2018-06-06 13:52:58 +02:00