You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2018/05/23 08:06:44 UTC

[mynewt-nimble] 01/01: Merge pull request #102 from sjanc/docs

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 084345c18c1d1e4e4a767c041089466cfc07b83b
Merge: 111d91a 392d6f2
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed May 23 10:06:41 2018 +0200

    Merge pull request #102 from sjanc/docs
    
    Documentation update

 docs/.gitignore                        |    5 +
 docs/Makefile                          |   25 +
 docs/README.rst                        |   33 +
 docs/ble_hs/ble_att.rst                |   22 +
 docs/ble_hs/ble_gap.rst                |   14 +
 docs/ble_hs/ble_gattc.rst              |   15 +
 docs/ble_hs/ble_gatts.rst              |   15 +
 docs/ble_hs/ble_hs.rst                 |   27 +
 docs/ble_hs/ble_hs_id.rst              |   45 +
 docs/ble_hs/ble_hs_return_codes.rst    |  437 ++++++
 docs/ble_sec.rst                       |   76 +
 docs/ble_setup/ble_addr.rst            |   63 +
 docs/ble_setup/ble_lp_clock.rst        |   67 +
 docs/ble_setup/ble_setup_intro.rst     |   13 +
 docs/ble_setup/ble_sync_cb.rst         |   80 ++
 docs/btshell/btshell_GAP.rst           |  660 +++++++++
 docs/btshell/btshell_GATT.rst          |  108 ++
 docs/btshell/btshell_advdata.rst       |   47 +
 docs/btshell/btshell_api.rst           |  153 ++
 docs/conf.py                           |  177 +++
 docs/doxygen.xml                       | 2433 ++++++++++++++++++++++++++++++++
 docs/index.rst                         |  122 ++
 docs/mesh/index.rst                    |   95 ++
 docs/mesh/mesh_lightning_model.jpg     |  Bin 0 -> 120157 bytes
 docs/mesh/mesh_topology.jpg            |  Bin 0 -> 120443 bytes
 docs/mesh/sample.rst                   |   30 +
 nimble/host/include/host/ble_gap.h     |  459 +++++-
 nimble/host/include/host/ble_hs.h      |  211 ++-
 nimble/host/include/host/ble_hs_mbuf.h |   43 +
 nimble/host/include/host/ble_uuid.h    |   75 +-
 nimble/host/src/ble_gap.c              |  278 ----
 nimble/host/src/ble_hs.c               |   41 -
 nimble/host/src/ble_hs_mbuf.c          |   37 -
 nimble/host/src/ble_uuid.c             |   42 -
 34 files changed, 5503 insertions(+), 445 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
janc@apache.org.