Skip to content

Commit

Permalink
Update programming_reference_manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui authored Sep 9, 2016
1 parent dee161d commit 19c8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/programming_reference_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ User should keep the connection handle in case of used for further opertions to

##### <span id="disconnect">`disconnect()`</span>

Disconnects from the peer device that is connected through [**`ble.connect()`**](#connect). It takes a single parameter - the connection handle that is assigned when connection established before.
Disconnects from the peer device. It takes a single parameter - the connection handle that is assigned when connection established before.

A callback function registered by [**`ble.onDisconnectedCallback()`**](#ondisconnectedcallback) will be called once the connection disconnected.

Expand Down

0 comments on commit 19c8245

Please sign in to comment.