Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:bluetooth

17 package android.bluetooth;
26 * A listening Bluetooth socket.
28 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
36 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
38 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
57 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
61 * <p>For more information about using Bluetooth, read the
62 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
80 * @throws IOException On error, for example Bluetooth not available, or
95 * @throws IOException On error, for example Bluetooth not available, or