1
2
3
4
5
6
7
8
9
10
11
12
13
| NimBLE Setup
| ------------
|
| Most NimBLE initialization is done automatically by
| :doc:`sysinit <../../../os/modules/sysinitconfig/sysinitconfig>`. This
| section documents the few bits of initialization that an application
| must perform manually.
|
| .. toctree::
|
| ble_lp_clock
| ble_addr
| ble_sync_cb
|
|