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 2016/07/23 21:38:45 UTC

[6/6] incubator-mynewt-site git commit: Updated BLE Host API. This closes #108

Updated BLE Host API. This closes #108


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/df4054b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/df4054b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/df4054b9

Branch: refs/heads/asf-site
Commit: df4054b9ec57fd39a85b67caf634435d9319c980
Parents: 63698b9
Author: aditihilbert <ad...@runtime.io>
Authored: Sat Jul 23 14:37:44 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Sat Jul 23 14:37:44 2016 -0700

----------------------------------------------------------------------
 develop/mkdocs/search_index.json                | 586 +++++++++-----
 .../ble/ble_hs/ble_att/ble_att/index.html       |  27 +-
 .../ble_att/definitions/ble_att_defs/index.html | 625 ---------------
 .../ble_att/functions/ble_att_mtu/index.html    | 603 ++++++++++++++
 .../ble_att_set_preferred_mtu/index.html        |  34 +-
 .../functions/ble_att_svr_read_local/index.html |  45 +-
 .../ble_att_svr_write_local/index.html          |  51 +-
 .../ble/ble_hs/ble_gap/ble_gap/index.html       |   4 +
 .../ble_gap/definitions/ble_gap_defs/index.html | 212 ++++-
 .../functions/ble_gap_adv_active/index.html     |   2 +-
 .../ble_gap_adv_rsp_set_fields/index.html       |   2 +-
 .../functions/ble_gap_adv_set_fields/index.html |   2 +-
 .../functions/ble_gap_adv_start/index.html      |   2 +-
 .../functions/ble_gap_adv_stop/index.html       |   2 +-
 .../functions/ble_gap_conn_active/index.html    |   2 +-
 .../functions/ble_gap_conn_cancel/index.html    |   2 +-
 .../functions/ble_gap_conn_find/index.html      |   2 +-
 .../functions/ble_gap_conn_rssi/index.html      |   2 +-
 .../functions/ble_gap_connect/index.html        |   3 +-
 .../ble_gap/functions/ble_gap_disc/index.html   |   2 +-
 .../functions/ble_gap_disc_active/index.html    |   2 +-
 .../functions/ble_gap_disc_cancel/index.html    |   2 +-
 .../ble_gap_security_initiate/index.html        |   2 +-
 .../functions/ble_gap_terminate/index.html      |   2 +-
 .../functions/ble_gap_update_params/index.html  |   2 +-
 .../ble_gap/functions/ble_gap_wl_set/index.html |   2 +-
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html   | 182 +----
 .../definitions/ble_gattc_defs/index.html       |  27 +-
 .../ble_gattc_disc_all_chrs/index.html          |  42 +-
 .../ble_gattc_disc_all_dscs/index.html          |  44 +-
 .../ble_gattc_disc_all_svcs/index.html          |  38 +-
 .../ble_gattc_disc_chrs_by_uuid/index.html      |  38 +-
 .../ble_gattc_disc_svc_by_uuid/index.html       |  38 +-
 .../functions/ble_gattc_exchange_mtu/index.html |  38 +-
 .../ble_gattc_find_inc_svcs/index.html          |  42 +-
 .../functions/ble_gattc_indicate/index.html     | 768 ++++++++++++++++++
 .../functions/ble_gattc_notify/index.html       |  42 +-
 .../ble_gattc_notify_custom/index.html          |  53 +-
 .../functions/ble_gattc_read/index.html         |  38 +-
 .../functions/ble_gattc_read_by_uuid/index.html |  38 +-
 .../functions/ble_gattc_read_long/index.html    |  38 +-
 .../functions/ble_gattc_read_mult/index.html    |  38 +-
 .../functions/ble_gattc_write/index.html        |  61 +-
 .../functions/ble_gattc_write_flat/index.html   | 788 +++++++++++++++++++
 .../functions/ble_gattc_write_long/index.html   |  61 +-
 .../functions/ble_gattc_write_no_rsp/index.html |  57 +-
 .../ble_gattc_write_no_rsp_flat/index.html      | 778 ++++++++++++++++++
 .../ble_gattc_write_reliable/index.html         |  54 +-
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html   |   6 +-
 .../definitions/ble_gatts_defs/index.html       | 106 ++-
 .../ble_gatts_count_resources/index.html        | 648 +++++++++++++++
 .../functions/ble_gatts_find_chr/index.html     |  18 +-
 .../functions/ble_gatts_find_dsc/index.html     |  14 +-
 .../functions/ble_gatts_find_svc/index.html     |  14 +-
 .../ble_gatts_register_svcs/index.html          |  14 +-
 .../functions/ble_hs_id_copy_addr/index.html    |  10 +-
 .../functions/ble_hs_id_gen_rnd/index.html      |  18 +-
 .../functions/ble_hs_id_set_rnd/index.html      |  18 +-
 .../init/functions/ble_hs_init/index.html       |  14 +-
 .../init/functions/ble_hs_rx_data/index.html    | 625 +++++++++++++++
 .../init/functions/ble_hs_start/index.html      |  14 +-
 develop/network/ble/ble_hs/init/init/index.html |   4 +
 .../ble_eddystone_set_adv_data_uid/index.html   |  36 +-
 .../ble_eddystone_set_adv_data_url/index.html   |  42 +-
 .../functions/ble_hs_mbuf_att_pkt/index.html    | 639 +++++++++++++++
 .../functions/ble_hs_mbuf_from_flat/index.html  | 659 ++++++++++++++++
 .../functions/ble_hs_mbuf_to_flat/index.html    | 673 ++++++++++++++++
 .../ble_ibeacon_set_adv_data/index.html         |  40 +-
 .../functions/ble_uuid_128_to_16/index.html     |  44 +-
 .../functions/ble_uuid_16_to_128/index.html     |  42 +-
 .../network/ble/ble_hs/other/other/index.html   |  16 +-
 develop/network/ble/bletiny_api/index.html      |   4 +-
 develop/sitemap.xml                             |  20 +-
 latest/sitemap.xml                              |  20 +-
 sitemap.xml                                     |  20 +-
 v0_9_0/sitemap.xml                              |  20 +-
 76 files changed, 7769 insertions(+), 1554 deletions(-)
----------------------------------------------------------------------