You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2018/01/16 06:20:19 UTC

[mynewt-core] 01/01: Merge pull request #733 from gj262/BLEUserGuide

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

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

commit 543518f18018de3a51ab60f28981f954a9da35cf
Merge: 7ea1c20 ced0730
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Mon Jan 15 22:20:16 2018 -0800

    Merge pull request #733 from gj262/BLEUserGuide
    
    BLE user guide

 docs/network/ble/ble_hs/ble_att.rst                |   22 +
 docs/network/ble/ble_hs/ble_att/ble_att.rst        |   76 --
 .../ble/ble_hs/ble_att/functions/ble_att_mtu.rst   |   28 -
 .../ble_att/functions/ble_att_preferred_mtu.rst    |   23 -
 .../functions/ble_att_set_preferred_mtu.rst        |   38 -
 .../ble_att/functions/ble_att_svr_read_local.rst   |   50 -
 .../ble_att/functions/ble_att_svr_write_local.rst  |   42 -
 docs/network/ble/ble_hs/ble_att/mdtoc.rst          |   10 -
 docs/network/ble/ble_hs/ble_gap.rst                |   14 +
 docs/network/ble/ble_hs/ble_gap/ble_gap.rst        |  241 ----
 .../ble_hs/ble_gap/definitions/ble_gap_defs.rst    |  582 ----------
 .../ble_gap/functions/ble_gap_adv_active.rst       |   28 -
 .../ble_gap/functions/ble_gap_adv_rsp_set_data.rst |   39 -
 .../functions/ble_gap_adv_rsp_set_fields.rst       |   35 -
 .../ble_gap/functions/ble_gap_adv_set_data.rst     |   39 -
 .../ble_gap/functions/ble_gap_adv_set_fields.rst   |   49 -
 .../ble_gap/functions/ble_gap_adv_set_phys.rst     |  107 --
 .../ble_gap/functions/ble_gap_adv_set_tx_power.rst |   34 -
 .../ble_hs/ble_gap/functions/ble_gap_adv_start.rst |  102 --
 .../ble_hs/ble_gap/functions/ble_gap_adv_stop.rst  |   32 -
 .../ble_gap/functions/ble_gap_conn_active.rst      |   28 -
 .../ble_gap/functions/ble_gap_conn_cancel.rst      |   28 -
 .../ble_hs/ble_gap/functions/ble_gap_conn_find.rst |   49 -
 .../ble_hs/ble_gap/functions/ble_gap_conn_rssi.rst |   40 -
 .../ble_hs/ble_gap/functions/ble_gap_connect.rst   |  125 --
 .../ble/ble_hs/ble_gap/functions/ble_gap_disc.rst  |   98 --
 .../ble_gap/functions/ble_gap_disc_active.rst      |   28 -
 .../ble_gap/functions/ble_gap_disc_cancel.rst      |   32 -
 .../ble_gap/functions/ble_gap_ext_connect.rst      |  114 --
 .../ble_hs/ble_gap/functions/ble_gap_ext_disc.rst  |  111 --
 .../ble_gap/functions/ble_gap_read_le_phy.rst      |  122 --
 .../functions/ble_gap_security_initiate.rst        |   52 -
 .../ble_gap/functions/ble_gap_set_event_cb.rst     |   43 -
 .../ble_gap_set_prefered_default_le_phy.rst        |  116 --
 .../functions/ble_gap_set_prefered_le_phy.rst      |  161 ---
 .../ble_gap/functions/ble_gap_set_priv_mode.rst    |   78 --
 .../ble_hs/ble_gap/functions/ble_gap_terminate.rst |   39 -
 .../ble_gap/functions/ble_gap_update_params.rst    |   62 -
 .../ble_hs/ble_gap/functions/ble_gap_wl_set.rst    |   37 -
 docs/network/ble/ble_hs/ble_gap/mdtoc.rst          |   28 -
 docs/network/ble/ble_hs/ble_gattc.rst              |   15 +
 docs/network/ble/ble_hs/ble_gattc/ble_gattc.rst    |  188 ---
 .../ble_gattc/definitions/ble_gattc_defs.rst       |   92 --
 .../functions/ble_gattc_disc_all_chrs.rst          |   65 --
 .../functions/ble_gattc_disc_all_dscs.rst          |   62 -
 .../functions/ble_gattc_disc_all_svcs.rst          |   44 -
 .../functions/ble_gattc_disc_chrs_by_uuid.rst      |   71 --
 .../functions/ble_gattc_disc_svc_by_uuid.rst       |   55 -
 .../ble_gattc/functions/ble_gattc_exchange_mtu.rst |   50 -
 .../functions/ble_gattc_find_inc_svcs.rst          |   65 --
 .../ble_gattc/functions/ble_gattc_indicate.rst     |   47 -
 .../functions/ble_gattc_indicate_custom.rst        |   52 -
 .../ble_gattc/functions/ble_gattc_notify.rst       |   47 -
 .../functions/ble_gattc_notify_custom.rst          |   50 -
 .../ble_hs/ble_gattc/functions/ble_gattc_read.rst  |   56 -
 .../ble_gattc/functions/ble_gattc_read_by_uuid.rst |   67 --
 .../ble_gattc/functions/ble_gattc_read_long.rst    |   57 -
 .../ble_gattc/functions/ble_gattc_read_mult.rst    |   60 -
 .../ble_hs/ble_gattc/functions/ble_gattc_write.rst |   63 -
 .../ble_gattc/functions/ble_gattc_write_flat.rst   |   67 --
 .../ble_gattc/functions/ble_gattc_write_long.rst   |   64 --
 .../ble_gattc/functions/ble_gattc_write_no_rsp.rst |   41 -
 .../functions/ble_gattc_write_no_rsp_flat.rst      |   44 -
 .../functions/ble_gattc_write_reliable.rst         |   68 --
 docs/network/ble/ble_hs/ble_gattc/mdtoc.rst        |   28 -
 docs/network/ble/ble_hs/ble_gatts.rst              |   15 +
 docs/network/ble/ble_hs/ble_gatts/ble_gatts.rst    |   79 --
 .../ble_gatts/definitions/ble_gatts_defs.rst       |  236 ----
 .../ble_gatts/functions/ble_gatts_add_svcs.rst     |   42 -
 .../ble_gatts/functions/ble_gatts_count_cfg.rst    |   39 -
 .../ble_gatts/functions/ble_gatts_find_chr.rst     |   64 --
 .../ble_gatts/functions/ble_gatts_find_dsc.rst     |   62 -
 .../ble_gatts/functions/ble_gatts_find_svc.rst     |   46 -
 .../functions/ble_gatts_svc_set_visibility.rst     |   45 -
 docs/network/ble/ble_hs/ble_gatts/mdtoc.rst        |   13 -
 docs/network/ble/ble_hs/ble_hs.rst                 |   21 +-
 docs/network/ble/ble_hs/ble_hs_id.rst              |   45 +
 docs/network/ble/ble_hs/ble_hs_id/ble_hs_id.rst    |   79 --
 .../ble_hs_id/functions/ble_hs_id_copy_addr.rst    |   86 --
 .../ble_hs_id/functions/ble_hs_id_gen_rnd.rst      |   47 -
 .../ble_hs_id/functions/ble_hs_id_set_rnd.rst      |   35 -
 docs/network/ble/ble_hs/ble_hs_id/mdtoc.rst        |    8 -
 docs/network/ble/ble_hs/ble_hs_return_codes.rst    | 1201 ++++++--------------
 .../functions/ble_eddystone_set_adv_data_uid.rst   |   67 --
 .../functions/ble_eddystone_set_adv_data_url.rst   |   99 --
 .../ble/ble_hs/other/functions/ble_hs_evq_set.rst  |   28 -
 .../ble_hs/other/functions/ble_hs_mbuf_att_pkt.rst |   67 --
 .../other/functions/ble_hs_mbuf_from_flat.rst      |   38 -
 .../ble_hs/other/functions/ble_hs_mbuf_to_flat.rst |   59 -
 .../ble_hs/other/functions/ble_hs_sched_reset.rst  |   28 -
 .../ble/ble_hs/other/functions/ble_hs_synced.rst   |   29 -
 .../other/functions/ble_ibeacon_set_adv_data.rst   |   42 -
 .../ble/ble_hs/other/functions/ble_uuid_cmp.rst    |   37 -
 .../other/functions/ble_uuid_init_from_buf.rst     |   40 -
 .../ble/ble_hs/other/functions/ble_uuid_to_str.rst |   70 --
 .../ble/ble_hs/other/functions/ble_uuid_u16.rst    |   32 -
 docs/network/ble/ble_hs/other/mdtoc.rst            |   18 -
 docs/network/ble/ble_hs/other/other.rst            |  120 --
 docs/network/ble/ble_intro.rst                     |   18 +-
 docs/network/ble/ble_sec.rst                       |    4 +-
 docs/network/ble/ble_setup/ble_addr.rst            |   16 +-
 docs/network/ble/ble_setup/ble_lp_clock.rst        |    3 +-
 docs/network/ble/ble_setup/ble_setup_intro.rst     |   10 +-
 docs/network/ble/ble_setup/ble_sync_cb.rst         |   14 +-
 docs/network/ble/bletiny/bletiny_GAP.rst           |  487 --------
 docs/network/ble/bletiny/bletiny_GATT.rst          |  185 ---
 docs/network/ble/bletiny/bletiny_advdata.rst       |  276 -----
 docs/network/ble/bletiny/bletiny_api.rst           |  125 --
 docs/network/ble/bletiny_api.rst                   |  127 ---
 docs/network/ble/btshell/btshell_GAP.rst           | 1115 ++++++++++--------
 docs/network/ble/btshell/btshell_GATT.rst          |  235 ++--
 docs/network/ble/btshell/btshell_advdata.rst       |  315 +----
 docs/network/ble/btshell/btshell_api.rst           |   85 +-
 docs/network/ble/mesh/index.rst                    |   95 ++
 docs/network/ble/mesh/mesh_lightning_model.jpg     |  Bin 0 -> 120157 bytes
 docs/network/ble/mesh/mesh_topology.jpg            |  Bin 0 -> 120443 bytes
 docs/network/ble/mesh/sample.rst                   |   30 +
 117 files changed, 1458 insertions(+), 9119 deletions(-)

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