Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:bluetooth

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