You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/07/12 00:34:25 UTC

[mynewt-site] 01/01: Merge pull request #235 from ccollins476ad/ble-hs-api

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

ccollins pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit 2dfd9c7f7cd406e77a7ca319222c5b7d36bf9e60
Merge: c6c9b84 3e027f8
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Tue Jul 11 17:34:22 2017 -0700

    Merge pull request #235 from ccollins476ad/ble-hs-api
    
    Bring NimBLE host API docs up to date.

 docs/network/ble/ble_hs/ble_att/ble_att.md         |   3 +
 .../ble/ble_hs/ble_att/functions/ble_att_mtu.md    |   2 +-
 .../ble_att/functions/ble_att_preferred_mtu.md     |  18 ++
 docs/network/ble/ble_hs/ble_att/mdtoc.md           |   8 +
 docs/network/ble/ble_hs/ble_gap/ble_gap.md         |   7 +-
 .../ble/ble_hs/ble_gap/definitions/ble_gap_defs.md | 122 ++++++++++----
 ...p_set_fields.md => ble_gap_adv_rsp_set_data.md} |  11 +-
 .../functions/ble_gap_adv_rsp_set_fields.md        |   3 +-
 ...p_adv_set_fields.md => ble_gap_adv_set_data.md} |  11 +-
 .../ble_gap/functions/ble_gap_adv_set_fields.md    |   2 +-
 .../ble_hs/ble_gap/functions/ble_gap_adv_start.md  |   8 +-
 .../ble_hs/ble_gap/functions/ble_gap_connect.md    |  11 +-
 .../ble_gap/functions/ble_gap_set_event_cb.md      |  29 ++++
 .../ble_gap/functions/ble_gap_update_params.md     |   1 +
 .../ble/ble_hs/ble_gap/functions/ble_gap_wl_set.md |   6 +-
 docs/network/ble/ble_hs/ble_gap/mdtoc.md           |  25 +++
 docs/network/ble/ble_hs/ble_gattc/ble_gattc.md     |   1 +
 .../ble_hs/ble_gattc/definitions/ble_gattc_defs.md |   6 +-
 .../ble_gattc/functions/ble_gattc_disc_all_dscs.md |   4 +-
 .../functions/ble_gattc_disc_chrs_by_uuid.md       |  12 +-
 .../functions/ble_gattc_disc_svc_by_uuid.md        |   2 +-
 .../functions/ble_gattc_indicate_custom.md         |  29 ++++
 .../ble_gattc/functions/ble_gattc_read_by_uuid.md  |   2 +-
 .../ble_gattc/functions/ble_gattc_read_long.md     |   1 +
 .../ble_gattc/functions/ble_gattc_write_long.md    |   1 +
 docs/network/ble/ble_hs/ble_gattc/mdtoc.md         |  26 +++
 docs/network/ble/ble_hs/ble_gatts/ble_gatts.md     |   2 -
 .../ble_hs/ble_gatts/definitions/ble_gatts_defs.md | 185 ++++++++++-----------
 .../ble_gatts/functions/ble_gatts_count_cfg.md     |   5 +-
 .../functions/ble_gatts_count_resources.md         |  27 ---
 .../ble_gatts/functions/ble_gatts_find_chr.md      |   8 +-
 .../ble_gatts/functions/ble_gatts_find_dsc.md      |   8 +-
 .../ble_gatts/functions/ble_gatts_find_svc.md      |   4 +-
 .../ble_gatts/functions/ble_gatts_register_svcs.md |  30 ----
 docs/network/ble/ble_hs/ble_gatts/mdtoc.md         |  10 ++
 docs/network/ble/ble_hs/ble_hs.md                  |   1 -
 .../ble_hs_id/functions/ble_hs_id_copy_addr.md     |   2 +-
 .../ble_hs_id/functions/ble_hs_id_gen_rnd.md       |   4 +-
 docs/network/ble/ble_hs/ble_hs_id/mdtoc.md         |   6 +
 docs/network/ble/ble_hs/ble_hs_return_codes.md     |  51 +++---
 .../ble/ble_hs/init/definitions/init_defs.md       | 159 ------------------
 .../ble/ble_hs/init/functions/ble_hs_init.md       |  27 ---
 .../ble/ble_hs/init/functions/ble_hs_start.md      |  21 ---
 docs/network/ble/ble_hs/init/init.md               |  23 ---
 .../ble/ble_hs/other/functions/ble_hs_evq_set.md   |  20 +++
 .../ble_hs/other/functions/ble_hs_mbuf_att_pkt.md  |   2 +-
 .../ble_hs/other/functions/ble_hs_sched_reset.md   |  20 +++
 .../{init => other}/functions/ble_hs_synced.md     |   0
 .../ble_hs/other/functions/ble_uuid_128_to_16.md   |  23 ---
 .../ble_hs/other/functions/ble_uuid_16_to_128.md   |  27 ---
 .../ble/ble_hs/other/functions/ble_uuid_cmp.md     |  27 +++
 .../other/functions/ble_uuid_init_from_buf.md      |  29 ++++
 .../ble/ble_hs/other/functions/ble_uuid_to_str.md  |  24 +++
 .../ble/ble_hs/other/functions/ble_uuid_u16.md     |  23 +++
 docs/network/ble/ble_hs/other/mdtoc.md             |  16 ++
 docs/network/ble/ble_hs/other/other.md             |  10 +-
 mkdocs.yml                                         |  30 ++--
 57 files changed, 606 insertions(+), 569 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.