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:42 UTC

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

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html b/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
index df3eff0..eaf7617 100644
--- a/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
@@ -9,7 +9,7 @@
         <link rel="canonical" href="http://mynewt.apache.org/network/ble/ble_hs/ble_gattc/ble_gattc/">
         <link rel="shortcut icon" href="../../../../../img/favicon.ico">
 
-	<title>ble_gattc - Apache Mynewt</title>
+	<title>toc - Apache Mynewt</title>
 
         <link href="../../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
         <link href="../../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
@@ -41,7 +41,7 @@
     </head>
 
 
-    <body class="ble_gattc">
+    <body class="toc">
 
 
         
@@ -306,7 +306,7 @@
                 
   
   
-    <li ><a href="./">GATT client</a>
+    <li class="active"><a href="./">GATT client</a>
   
   
     <ul>
@@ -331,158 +331,10 @@
   
   
     <li><a href="
-  ./
+  ../functions/ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
-    <ul>
-          
-              
-                
-    <li class="active">
-      <a href="./">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_disc_all_dscs/">ble_gattc_disc_all_dscs</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_disc_all_svcs/">ble_gattc_disc_all_svcs</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_disc_chrs_by_uuid/">ble_gattc_disc_chrs_by_uuid</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_disc_svc_by_uuid/">ble_gattc_disc_svc_by_uuid</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_exchange_mtu/">ble_gattc_exchange_mtu</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_find_inc_svcs/">ble_gattc_find_inc_svcs</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_notify/">ble_gattc_notify</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_notify_custom/">ble_gattc_notify_custom</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_read/">ble_gattc_read</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_read_by_uuid/">ble_gattc_read_by_uuid</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_read_long/">ble_gattc_read_long</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_read_mult/">ble_gattc_read_mult</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_write/">ble_gattc_write</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_write_long/">ble_gattc_write_long</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_write_no_rsp/">ble_gattc_write_no_rsp</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
-      <a href="../functions/ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
-    </li>
-
-              
-          
-    </ul>
-  
     </li>
 
               
@@ -617,16 +469,14 @@
     
     
         
-          <li>&raquo; GATT client</li>
+          <li>&raquo; <a href="../../ble_hs/">NimBLE Host API</a></li>
         
       
         
-          <li>&raquo; Functions</li>
+          <li>&raquo; GATT client</li>
         
       
       
-        <li>&raquo; ble_gattc</li>
-      
     
     
   </ul>
@@ -682,6 +532,10 @@
 <td>Initiates GATT procedure: Find Included Services.</td>
 </tr>
 <tr>
+<td><a href="../functions/ble_gattc_indicate/">ble_gattc_indicate</a></td>
+<td>Sends a characteristic indication.</td>
+</tr>
+<tr>
 <td><a href="../functions/ble_gattc_notify/">ble_gattc_notify</a></td>
 <td>Sends a characteristic notification.</td>
 </tr>
@@ -710,6 +564,10 @@
 <td>Initiates GATT procedure: Write Characteristic Value.</td>
 </tr>
 <tr>
+<td><a href="../functions/ble_gattc_write_flat/">ble_gattc_write_flat</a></td>
+<td>Initiates GATT procedure: Write Characteristic Value (flat buffer version).</td>
+</tr>
+<tr>
 <td><a href="../functions/ble_gattc_write_long/">ble_gattc_write_long</a></td>
 <td>Initiates GATT procedure: Write Long Characteristic Values.</td>
 </tr>
@@ -718,6 +576,10 @@
 <td>Initiates GATT procedure: Write Without Response.</td>
 </tr>
 <tr>
+<td><a href="../functions/ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a></td>
+<td>Initiates GATT procedure: Write Without Response.</td>
+</tr>
+<tr>
 <td><a href="../functions/ble_gattc_write_reliable/">ble_gattc_write_reliable</a></td>
 <td>Initiates GATT procedure: Reliable Writes.</td>
 </tr>
@@ -732,16 +594,16 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../definitions/ble_gattc_defs/>
+    <a href=../../ble_gap/functions/ble_gap_wl_set/>
         <span class="fa fa-arrow-left"></span>
-        Previous: GATT client definitions
+        Previous: ble_gap_wl_set
     </a>
     
     </li>
     <li class="pull-right">
     
-    <a href=../functions/ble_gattc_disc_all_chrs/>
-        Next: ble_gattc_disc_all_chrs
+    <a href=../definitions/ble_gattc_defs/>
+        Next: GATT client definitions
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html b/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
index 6c71ef4..c0f41dc 100644
--- a/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
@@ -343,7 +343,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../../functions/ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -517,8 +517,7 @@
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_attr</span> {
     <span style="color: #A90D91">uint16_t</span> <span style="color: #000000">handle</span>;
     <span style="color: #A90D91">uint16_t</span> <span style="color: #000000">offset</span>;
-    <span style="color: #A90D91">uint16_t</span> <span style="color: #000000">value_len</span>;
-    <span style="color: #A90D91">const</span> <span style="color: #A90D91">void</span> <span style="color: #000000">*value</span>;
+    <span style="color: #A90D91">struct</span> <span style="color: #000000">os_mbuf</span> <span style="color: #000000">*om</span>;
 };
 </pre></div>
 
@@ -552,16 +551,26 @@
 </pre></div>
 
 
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">typedef</span> <span style="color: #A90D91">int</span> <span style="color: #000000">ble_gatt_attr_fn</span>(<span style="color: #A90D91">uint16_t</span> <span style="color: #000000">conn_handle</span>,
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #177500">/**</span>
+<span style="color: #177500"> * The host will free the attribute mbuf automatically after the callback is</span>
+<span style="color: #177500"> * executed.  The application can take ownership of the mbuf and prevent it</span>
+<span style="color: #177500"> * from being freed by assigning NULL to attr-&gt;om.</span>
+<span style="color: #177500"> */</span>
+<span style="color: #A90D91">typedef</span> <span style="color: #A90D91">int</span> <span style="color: #000000">ble_gatt_attr_fn</span>(<span style="color: #A90D91">uint16_t</span> <span style="color: #000000">conn_handle</span>,
                              <span style="color: #A90D91">const</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_error</span> <span style="color: #000000">*error</span>,
-                             <span style="color: #A90D91">const</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_attr</span> <span style="color: #000000">*attr</span>,
+                             <span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_attr</span> <span style="color: #000000">*attr</span>,
                              <span style="color: #A90D91">void</span> <span style="color: #000000">*arg</span>);
 </pre></div>
 
 
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">typedef</span> <span style="color: #A90D91">int</span> <span style="color: #000000">ble_gatt_reliable_attr_fn</span>(<span style="color: #A90D91">uint16_t</span> <span style="color: #000000">conn_handle</span>,
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #177500">/**</span>
+<span style="color: #177500"> * The host will free the attribute mbufs automatically after the callback is</span>
+<span style="color: #177500"> * executed.  The application can take ownership of the mbufs and prevent them</span>
+<span style="color: #177500"> * from being freed by assigning NULL to each attribute&#39;s om field.</span>
+<span style="color: #177500"> */</span>
+<span style="color: #A90D91">typedef</span> <span style="color: #A90D91">int</span> <span style="color: #000000">ble_gatt_reliable_attr_fn</span>(<span style="color: #A90D91">uint16_t</span> <span style="color: #000000">conn_handle</span>,
                                       <span style="color: #A90D91">const</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_error</span> <span style="color: #000000">*error</span>,
-                                      <span style="color: #A90D91">const</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_attr</span> <span style="color: #000000">*attrs</span>,
+                                      <span style="color: #A90D91">struct</span> <span style="color: #000000">ble_gatt_attr</span> <span style="color: #000000">*attrs</span>,
                                       <span style="color: #A90D91">uint8_t</span> <span style="color: #000000">num_attrs</span>, <span style="color: #A90D91">void</span> <span style="color: #000000">*arg</span>);
 </pre></div>
 
@@ -595,8 +604,8 @@
     </li>
     <li class="pull-right">
     
-    <a href=../../ble_gattc/>
-        Next: ble_gattc
+    <a href=../../functions/ble_gattc_disc_all_chrs/>
+        Next: ble_gattc_disc_all_chrs
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
index cc88b6e..cc8994e 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ./
 ">Functions</a>
   
   
@@ -339,14 +339,6 @@
           
               
                 
-    <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
     <li class="active">
       <a href="./">ble_gattc_disc_all_chrs</a>
     </li>
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; Functions</li>
         
       
       
@@ -647,7 +663,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Discover All Characteristics of a Service. </p>
+<p>Initiates GATT procedure: Discover All Characteristics of a Service.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>
@@ -707,9 +723,9 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../../ble_gattc/>
+    <a href=../../definitions/ble_gattc_defs/>
         <span class="fa fa-arrow-left"></span>
-        Previous: ble_gattc
+        Previous: GATT client definitions
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
index f922a32..c1c5fae 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -638,7 +654,7 @@
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span>
 <span style="color: #000000">ble_gattc_disc_all_dscs</span>(
            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">conn_handle</span>,
-           <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">chr_def_handle</span>,
+           <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">chr_val_handle</span>,
            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">chr_end_handle</span>,
     <span style="color: #000000">ble_gatt_dsc_fn</span> <span style="color: #000000">*cb</span>,
                <span style="color: #A90D91">void</span> <span style="color: #000000">*cb_arg</span>
@@ -647,7 +663,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Discover All Characteristic Descriptors. </p>
+<p>Initiates GATT procedure: Discover All Characteristic Descriptors.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>
@@ -662,8 +678,8 @@
 <td>The connection over which to execute the procedure.</td>
 </tr>
 <tr>
-<td>chr_def_handle</td>
-<td>The handle of the characteristic definition attribute.</td>
+<td>chr_val_handle</td>
+<td>The handle of the characteristic value attribute.</td>
 </tr>
 <tr>
 <td>chr_end_handle</td>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
index 9c5ab0f..d3c76c2 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -645,7 +661,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Discover All Primary Services. </p>
+<p>Initiates GATT procedure: Discover All Primary Services.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
index 9285457..5e3cd45 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -648,7 +664,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Discover Characteristics by UUID. </p>
+<p>Initiates GATT procedure: Discover Characteristics by UUID.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
index 6a4b174..e60972e 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -646,7 +662,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Discover Primary Service by Service UUID. </p>
+<p>Initiates GATT procedure: Discover Primary Service by Service UUID.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
index c61c729..e834b10 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -645,7 +661,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Exchange MTU. </p>
+<p>Initiates GATT procedure: Exchange MTU.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
index 2a63574..3c9692b 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -647,7 +663,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Find Included Services. </p>
+<p>Initiates GATT procedure: Find Included Services.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>
@@ -715,8 +731,8 @@
     </li>
     <li class="pull-right">
     
-    <a href=../ble_gattc_notify/>
-        Next: ble_gattc_notify
+    <a href=../ble_gattc_indicate/>
+        Next: ble_gattc_indicate
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
new file mode 100644
index 0000000..872332a
--- /dev/null
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
@@ -0,0 +1,768 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/">
+        <link rel="shortcut icon" href="../../../../../../img/favicon.ico">
+
+	<title>ble_gattc_indicate - Apache Mynewt</title>
+
+        <link href="../../../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../../../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../../../../css/highlight.css">
+        <link href="../../../../../../css/base.css" rel="stylesheet">
+        <link href="../../../../../../css/custom.css" rel="stylesheet">
+        <link href="../../../../../../css/v2.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../../../../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="ble_gattc_indicate">
+
+
+        
+
+
+
+
+
+
+<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+    <div class="container">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/">Home</a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class="active"
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="row">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
+    <div class="top">
+        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
+        <div role="search">
+            <form id="rtd-search-form" class="wy-form" action="../../../../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" class="form-control" placeholder="Search documentation" />
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="toc-nav">
+      <li class="doc-version">
+<select class="form-control" onchange="if (this.value) window.location.href=this.value">
+    
+    <option
+      value="/develop/os/introduction"
+      selected="selected"
+    >
+      Version: develop
+    </option>
+    
+    <option
+      value="/v0_9_0/os/introduction"
+      
+    >
+      Version: 0.9.0 (latest)
+    </option>
+    
+</select>
+</li>
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li ><a href="../../../../../../os/introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../os/get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../../../../os/get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../os/tutorials/tutorials/">Tutorials</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../os/os_user_guide/">OS User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../../ble_intro/
+">BLE User Guide</a>
+  
+  
+    <ul>
+          
+              
+                
+    <li >
+      <a href="../../../../ble_intro/">NimBLE Introduction</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../../ble_sec/">NimBLE Security</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../../nimble_setup/">Set up application</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../ini_stack/ble_ini_intro/">Initialize stack</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_hs/">NimBLE Host API</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li >
+      <a href="../../../ble_hs_return_codes/">Return codes</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../init/init/">Init and config</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_gap/ble_gap/">GAP</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../ble_gattc/">GATT client</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../definitions/ble_gattc_defs/
+">Definitions</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../ble_gattc_disc_all_chrs/
+">Functions</a>
+  
+  
+    <ul>
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_all_dscs/">ble_gattc_disc_all_dscs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_all_svcs/">ble_gattc_disc_all_svcs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_chrs_by_uuid/">ble_gattc_disc_chrs_by_uuid</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_svc_by_uuid/">ble_gattc_disc_svc_by_uuid</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_exchange_mtu/">ble_gattc_exchange_mtu</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_find_inc_svcs/">ble_gattc_find_inc_svcs</a>
+    </li>
+
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_notify/">ble_gattc_notify</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_notify_custom/">ble_gattc_notify_custom</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read/">ble_gattc_read</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read_by_uuid/">ble_gattc_read_by_uuid</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read_long/">ble_gattc_read_long</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read_mult/">ble_gattc_read_mult</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write/">ble_gattc_write</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_no_rsp/">ble_gattc_write_no_rsp</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_gatts/ble_gatts/">GATT server</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_hs_id/ble_hs_id/">Identity</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_att/ble_att/">ATT</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../other/other/">Other</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../bletiny_api/">bletiny app Usage API</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../newt/newt_intro/">Newt Tool Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../newtmgr/overview/">Newt Manager Guide</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../../../../faq/how_to_edit_docs/
+">Appendix</a>
+  
+  
+    </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="show-sidebar-container">
+                        <button class="show-sidebar">Docs Menu</button>
+                    </div>
+
+                    <div class="col-md-9" role="main">
+                        <div class="row doc-header">
+                            <div class="col-sm-12">
+                                <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs pull-right">
+    <li><a href="/develop/os/introduction">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../ble_gattc/">GATT client</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
+        
+      
+      
+        <li>&raquo; ble_gattc_indicate</li>
+      
+    
+    
+  </ul>
+</div>
+                            </div>
+                        </div>
+                        
+                            <h2 id="ble95gattc95indicate"><font color="#F2853F" style="font-size:24pt">ble_gattc_indicate</font></h2>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span>
+<span style="color: #000000">ble_gattc_indicate</span>(
+    <span style="color: #A90D91">uint16_t</span> <span style="color: #000000">conn_handle</span>,
+    <span style="color: #A90D91">uint16_t</span> <span style="color: #000000">chr_val_handle</span>
+)
+</pre></div>
+
+
+<h3 id="description">Description</h3>
+<p>Sends a characteristic indication.  The content of the message is read from the specified characteristic.</p>
+<h3 id="parameters">Parameters</h3>
+<table>
+<thead>
+<tr>
+<th><em>Parameter</em></th>
+<th><em>Description</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>conn_handle</td>
+<td>The connection over which to execute the procedure.</td>
+</tr>
+<tr>
+<td>chr_val_handle</td>
+<td>The value attribute handle of the characteristic to include in the outgoing indication.</td>
+</tr>
+</tbody>
+</table>
+<h3 id="returned-values">Returned values</h3>
+<table>
+<thead>
+<tr>
+<th><em>Value</em></th>
+<th><em>Condition</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>0</td>
+<td>Success.</td>
+</tr>
+<tr>
+<td><a href="../../../ble_hs_return_codes/#return-codes-core">Core return code</a></td>
+<td>Unexpected error.</td>
+</tr>
+</tbody>
+</table>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../ble_gattc_find_inc_svcs/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: ble_gattc_find_inc_svcs
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../ble_gattc_notify/>
+        Next: ble_gattc_notify
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <div class="row">
+                            <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+                        </div>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../../../../js/highlight.pack.js"></script>
+        <script src="../../../../../../js/base.js"></script>
+        <script src="../../../../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
index ef9b3be..0e55ed5 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -403,6 +395,14 @@
           
               
                 
+    <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
     <li class="active">
       <a href="./">ble_gattc_notify</a>
     </li>
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -644,7 +660,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Sends a characteristic notification.  The content of the message is read from the specified characteristic. </p>
+<p>Sends a characteristic notification.  The content of the message is read from the specified characteristic.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>
@@ -692,9 +708,9 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../ble_gattc_find_inc_svcs/>
+    <a href=../ble_gattc_indicate/>
         <span class="fa fa-arrow-left"></span>
-        Previous: ble_gattc_find_inc_svcs
+        Previous: ble_gattc_indicate
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
index 690c4ef..d1512e8 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -637,16 +653,15 @@
                             <h2 id="ble95gattc95notify95custom"><font color="#F2853F" style="font-size:24pt">ble_gattc_notify_custom</font></h2>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span>
 <span style="color: #000000">ble_gattc_notify_custom</span>(
-      <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">conn_handle</span>,
-      <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">chr_val_handle</span>,
-    <span style="color: #A90D91">const</span> <span style="color: #A90D91">void</span> <span style="color: #000000">*attr_data</span>,
-      <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">attr_data_len</span>
+          <span style="color: #A90D91">uint16_t</span>   <span style="color: #000000">conn_handle</span>,
+          <span style="color: #A90D91">uint16_t</span>   <span style="color: #000000">chr_val_handle</span>,
+    <span style="color: #A90D91">struct</span> <span style="color: #000000">os_mbuf</span> <span style="color: #000000">**txom</span>
 )
 </pre></div>
 
 
 <h3 id="description">Description</h3>
-<p>Sends a "free-form" characteristic notification.  The content of the message is specified in the attr parameter. </p>
+<p>Sends a "free-form" characteristic notification.  This function consumes the supplied mbuf regardless of the outcome.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>
@@ -665,12 +680,8 @@
 <td>The attribute handle to indicate in the outgoing notification.</td>
 </tr>
 <tr>
-<td>attr_data</td>
-<td>The characteristic value to include in the outgoing notification.</td>
-</tr>
-<tr>
-<td>attr_data_len</td>
-<td>The number of bytes of attribute data to include in the notification.</td>
+<td>txom</td>
+<td>The value to write to the characteristic. Double indirection is used to effect a transfer of ownership from the caller.</td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
index a39efe2..2dd76ab 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -646,7 +662,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Read Characteristic Value. </p>
+<p>Initiates GATT procedure: Read Characteristic Value.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
index f655c0b..90f2d9b 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -648,7 +664,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Read Using Characteristic UUID. </p>
+<p>Initiates GATT procedure: Read Using Characteristic UUID.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
index a3cbe06..ecb2a26 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -646,7 +662,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Read Long Characteristic Values. </p>
+<p>Initiates GATT procedure: Read Long Characteristic Values.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
index 98cf8b4..9013fb4 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -647,7 +663,7 @@
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Read Multiple Characteristic Values. </p>
+<p>Initiates GATT procedure: Read Multiple Characteristic Values.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
index a693512..ad86998 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
@@ -331,7 +331,7 @@
   
   
     <li><a href="
-  ../../ble_gattc/
+  ../ble_gattc_disc_all_chrs/
 ">Functions</a>
   
   
@@ -340,14 +340,6 @@
               
                 
     <li >
-      <a href="../../ble_gattc/">ble_gattc</a>
-    </li>
-
-              
-          
-              
-                
-    <li >
       <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
     </li>
 
@@ -404,6 +396,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_notify/">ble_gattc_notify</a>
     </li>
 
@@ -460,6 +460,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_flat/">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
     </li>
 
@@ -476,6 +484,14 @@
               
                 
     <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
       <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
     </li>
 
@@ -621,7 +637,7 @@
         
       
         
-          <li>&raquo; <a href="../../ble_gattc/">Functions</a></li>
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
         
       
       
@@ -637,18 +653,17 @@
                             <h2 id="ble95gattc95write"><font color="#F2853F" style="font-size:24pt">ble_gattc_write</font></h2>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span>
 <span style="color: #000000">ble_gattc_write</span>(
-            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">conn_handle</span>,
-            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">attr_handle</span>,
-          <span style="color: #A90D91">const</span> <span style="color: #A90D91">void</span> <span style="color: #000000">*value</span>,
-            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">value_len</span>,
-    <span style="color: #000000">ble_gatt_attr_fn</span> <span style="color: #000000">*cb</span>,
-                <span style="color: #A90D91">void</span> <span style="color: #000000">*cb_arg</span>
+            <span style="color: #A90D91">uint16_t</span>   <span style="color: #000000">conn_handle</span>,
+            <span style="color: #A90D91">uint16_t</span>   <span style="color: #000000">attr_handle</span>,
+      <span style="color: #A90D91">struct</span> <span style="color: #000000">os_mbuf</span> <span style="color: #000000">**txom</span>,
+    <span style="color: #000000">ble_gatt_attr_fn</span>  <span style="color: #000000">*cb</span>,
+                <span style="color: #A90D91">void</span>  <span style="color: #000000">*cb_arg</span>
 )
 </pre></div>
 
 
 <h3 id="description">Description</h3>
-<p>Initiates GATT procedure: Write Characteristic Value. </p>
+<p>Initiates GATT procedure: Write Characteristic Value.  This function consumes the supplied mbuf regardless of the outcome.</p>
 <h3 id="parameters">Parameters</h3>
 <table>
 <thead>
@@ -667,12 +682,8 @@
 <td>The handle of the characteristic value to write to.</td>
 </tr>
 <tr>
-<td>value</td>
-<td>The value to write to the characteristic.</td>
-</tr>
-<tr>
-<td>value_len</td>
-<td>The number of bytes to write.</td>
+<td>txom</td>
+<td>The value to write to the characteristic. Double indirection is used to effect a transfer of ownership from the caller.</td>
 </tr>
 <tr>
 <td>cb</td>
@@ -720,8 +731,8 @@
     </li>
     <li class="pull-right">
     
-    <a href=../ble_gattc_write_long/>
-        Next: ble_gattc_write_long
+    <a href=../ble_gattc_write_flat/>
+        Next: ble_gattc_write_flat
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/df4054b9/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
new file mode 100644
index 0000000..dc04de9
--- /dev/null
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
@@ -0,0 +1,788 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/">
+        <link rel="shortcut icon" href="../../../../../../img/favicon.ico">
+
+	<title>ble_gattc_write_flat - Apache Mynewt</title>
+
+        <link href="../../../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../../../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../../../../css/highlight.css">
+        <link href="../../../../../../css/base.css" rel="stylesheet">
+        <link href="../../../../../../css/custom.css" rel="stylesheet">
+        <link href="../../../../../../css/v2.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../../../../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="ble_gattc_write_flat">
+
+
+        
+
+
+
+
+
+
+<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+    <div class="container">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/">Home</a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class="active"
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="row">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
+    <div class="top">
+        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
+        <div role="search">
+            <form id="rtd-search-form" class="wy-form" action="../../../../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" class="form-control" placeholder="Search documentation" />
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="toc-nav">
+      <li class="doc-version">
+<select class="form-control" onchange="if (this.value) window.location.href=this.value">
+    
+    <option
+      value="/develop/os/introduction"
+      selected="selected"
+    >
+      Version: develop
+    </option>
+    
+    <option
+      value="/v0_9_0/os/introduction"
+      
+    >
+      Version: 0.9.0 (latest)
+    </option>
+    
+</select>
+</li>
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li ><a href="../../../../../../os/introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../os/get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../../../../os/get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../os/tutorials/tutorials/">Tutorials</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../os/os_user_guide/">OS User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../../ble_intro/
+">BLE User Guide</a>
+  
+  
+    <ul>
+          
+              
+                
+    <li >
+      <a href="../../../../ble_intro/">NimBLE Introduction</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../../ble_sec/">NimBLE Security</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../../../nimble_setup/">Set up application</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../ini_stack/ble_ini_intro/">Initialize stack</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_hs/">NimBLE Host API</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+    <li >
+      <a href="../../../ble_hs_return_codes/">Return codes</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../init/init/">Init and config</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_gap/ble_gap/">GAP</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../ble_gattc/">GATT client</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../definitions/ble_gattc_defs/
+">Definitions</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../ble_gattc_disc_all_chrs/
+">Functions</a>
+  
+  
+    <ul>
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_all_chrs/">ble_gattc_disc_all_chrs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_all_dscs/">ble_gattc_disc_all_dscs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_all_svcs/">ble_gattc_disc_all_svcs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_chrs_by_uuid/">ble_gattc_disc_chrs_by_uuid</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_disc_svc_by_uuid/">ble_gattc_disc_svc_by_uuid</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_exchange_mtu/">ble_gattc_exchange_mtu</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_find_inc_svcs/">ble_gattc_find_inc_svcs</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_indicate/">ble_gattc_indicate</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_notify/">ble_gattc_notify</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_notify_custom/">ble_gattc_notify_custom</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read/">ble_gattc_read</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read_by_uuid/">ble_gattc_read_by_uuid</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read_long/">ble_gattc_read_long</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_read_mult/">ble_gattc_read_mult</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write/">ble_gattc_write</a>
+    </li>
+
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">ble_gattc_write_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_long/">ble_gattc_write_long</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_no_rsp/">ble_gattc_write_no_rsp</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_no_rsp_flat/">ble_gattc_write_no_rsp_flat</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ble_gattc_write_reliable/">ble_gattc_write_reliable</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_gatts/ble_gatts/">GATT server</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_hs_id/ble_hs_id/">Identity</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../ble_att/ble_att/">ATT</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../other/other/">Other</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../bletiny_api/">bletiny app Usage API</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../newt/newt_intro/">Newt Tool Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../../../../newtmgr/overview/">Newt Manager Guide</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../../../../faq/how_to_edit_docs/
+">Appendix</a>
+  
+  
+    </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="show-sidebar-container">
+                        <button class="show-sidebar">Docs Menu</button>
+                    </div>
+
+                    <div class="col-md-9" role="main">
+                        <div class="row doc-header">
+                            <div class="col-sm-12">
+                                <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs pull-right">
+    <li><a href="/develop/os/introduction">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../ble_gattc/">GATT client</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../ble_gattc_disc_all_chrs/">Functions</a></li>
+        
+      
+      
+        <li>&raquo; ble_gattc_write_flat</li>
+      
+    
+    
+  </ul>
+</div>
+                            </div>
+                        </div>
+                        
+                            <h2 id="ble95gattc95write95flat"><font color="#F2853F" style="font-size:24pt">ble_gattc_write_flat</font></h2>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span>
+<span style="color: #000000">ble_gattc_write_flat</span>(
+            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">conn_handle</span>,
+            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">attr_handle</span>,
+          <span style="color: #A90D91">const</span> <span style="color: #A90D91">void</span> <span style="color: #000000">*data</span>,
+            <span style="color: #A90D91">uint16_t</span>  <span style="color: #000000">data_len</span>,
+    <span style="color: #000000">ble_gatt_attr_fn</span> <span style="color: #000000">*cb</span>,
+                <span style="color: #A90D91">void</span> <span style="color: #000000">*cb_arg</span>
+)
+</pre></div>
+
+
+<h3 id="description">Description</h3>
+<p>Initiates GATT procedure: Write Characteristic Value (flat buffer version).</p>
+<h3 id="parameters">Parameters</h3>
+<table>
+<thead>
+<tr>
+<th><em>Parameter</em></th>
+<th><em>Description</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>conn_handle</td>
+<td>The connection over which to execute the procedure.</td>
+</tr>
+<tr>
+<td>attr_handle</td>
+<td>The handle of the characteristic value to write to.</td>
+</tr>
+<tr>
+<td>value</td>
+<td>The value to write to the characteristic.</td>
+</tr>
+<tr>
+<td>value_len</td>
+<td>The number of bytes to write.</td>
+</tr>
+<tr>
+<td>cb</td>
+<td>The function to call to report procedure status updates; null for no callback.</td>
+</tr>
+<tr>
+<td>cb_arg</td>
+<td>The optional argument to pass to the callback function.</td>
+</tr>
+</tbody>
+</table>
+<h3 id="returned-values">Returned values</h3>
+<table>
+<thead>
+<tr>
+<th><em>Value</em></th>
+<th><em>Condition</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>0</td>
+<td>Success.</td>
+</tr>
+<tr>
+<td><a href="../../../ble_hs_return_codes/#return-codes-core">Core return code</a></td>
+<td>Unexpected error.</td>
+</tr>
+</tbody>
+</table>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../ble_gattc_write/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: ble_gattc_write
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../ble_gattc_write_long/>
+        Next: ble_gattc_write_long
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <div class="row">
+                            <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+                        </div>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../../../../js/highlight.pack.js"></script>
+        <script src="../../../../../../js/base.js"></script>
+        <script src="../../../../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file