Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:IOException

33 import java.io.IOException;
1580 * @throws IOException on error, for example Bluetooth not available, or insufficient
1584 public BluetoothSocket createRfcommSocket(int channel) throws IOException {
1587 throw new IOException();
1614 * @throws IOException on error, for example Bluetooth not available, or insufficient
1618 public BluetoothSocket createL2capSocket(int channel) throws IOException {
1635 * @throws IOException on error, for example Bluetooth not available, or insufficient
1639 public BluetoothSocket createInsecureL2capSocket(int channel) throws IOException {
1671 * @throws IOException on error, for example Bluetooth not available, or insufficient
1675 public BluetoothSocket createRfcommSocketToServiceRecord(UUID uuid) throws IOException {
1678 throw new IOException();
1709 * @throws IOException on error, for example Bluetooth not available, or insufficient
1713 public BluetoothSocket createInsecureRfcommSocketToServiceRecord(UUID uuid) throws IOException {
1716 throw new IOException();
1732 * @throws IOException On error, for example Bluetooth not available, or insufficient
1736 public BluetoothSocket createInsecureRfcommSocket(int port) throws IOException {
1739 throw new IOException();
1751 * @throws IOException on error, for example Bluetooth not available, or insufficient
1755 public BluetoothSocket createScoSocket() throws IOException {
1758 throw new IOException();
1947 * @throws IOException on error, for example Bluetooth not available, or insufficient
1952 public BluetoothSocket createL2capCocSocket(int transport, int psm) throws IOException {
1955 throw new IOException();
1980 * @throws IOException on error, for example Bluetooth not available, or insufficient
1985 public BluetoothSocket createInsecureL2capCocSocket(int transport, int psm) throws IOException {
1988 throw new IOException();