diff options
Diffstat (limited to 'docs/html/guide/topics/wireless/bluetooth.jd')
-rw-r--r-- | docs/html/guide/topics/wireless/bluetooth.jd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/html/guide/topics/wireless/bluetooth.jd b/docs/html/guide/topics/wireless/bluetooth.jd index 8a0efc9..80aa0d7 100644 --- a/docs/html/guide/topics/wireless/bluetooth.jd +++ b/docs/html/guide/topics/wireless/bluetooth.jd @@ -34,6 +34,12 @@ page.title=Bluetooth <li><a href="#ManagingAConnection">Managing a Connection</a></li> </ol> + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}resources/samples/BluetoothChat/index.html">Bluetooth Chat sample + app</a></li> + </ol> + </div> </div> @@ -826,4 +832,7 @@ terminated at any time by closing the {@link android.bluetooth.BluetoothSocket}. This should always be called when you're done using the Bluetooth connection.</p> - +<div class="special"> +<p>For a complete demonstration using the Bluetooth APIs, see the <a +href="{@docRoot}resources/samples/BluetoothChat/index.html">Bluetooth Chat sample app</a>.</p> +</div> |