diff options
Diffstat (limited to 'core/java/android/bluetooth/package.html')
-rw-r--r-- | core/java/android/bluetooth/package.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/package.html b/core/java/android/bluetooth/package.html new file mode 100644 index 0000000..ccd8fec --- /dev/null +++ b/core/java/android/bluetooth/package.html @@ -0,0 +1,14 @@ +<HTML> +<BODY> +Provides classes that manage Bluetooth functionality on the device. +<p> +The Bluetooth APIs allow applications can connect and disconnect headsets, or scan +for other kinds of Bluetooth devices and pair them. Further control includes the +ability to write and modify the local Service Discovery Protocol (SDP) database, +query the SDP database of other Bluetooth devices, establish RFCOMM +channels/sockets on Android, and connect to specified sockets on other devices. +</p> +<p>Remember, not all Android devices are guaranteed to have Bluetooth functionality.</p> +{@hide} +</BODY> +</HTML> |