|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BluetoothException | |
---|---|
it.gerdavax.android.bluetooth |
Uses of BluetoothException in it.gerdavax.android.bluetooth |
---|
Methods in it.gerdavax.android.bluetooth that throw BluetoothException | |
---|---|
java.lang.String |
LocalBluetoothDevice.getAddress()
Gets the BD Address of local device |
java.lang.String |
BluetoothDevice.getAddress()
Gets the BD Address of this device. |
java.lang.String |
LocalBluetoothDevice.getName()
Gets friendly name assigned to local device |
java.lang.String |
BluetoothDevice.getName()
Gets the friendly name associated to this Bluetooth device. |
BluetoothSocket |
LocalBluetoothDevice.openServerSocket()
Opens a server socket on the first available channel (between 12 and 30) |
BluetoothSocket |
LocalBluetoothDevice.openServerSocket(int channel)
Opens a server socket on given channel (between 12 and 30) |
BluetoothSocket |
RemoteBluetoothDevice.openSocket(int port)
Opens a BluetoothSocket (RFComm) to this device on assigned port. |
boolean |
LocalBluetoothDevice.setEnabled(boolean enabled)
Enables the Bluetooth service on this handset |
void |
RemoteBluetoothDevice.setPin(java.lang.String pin)
Sets a default PIN for the pairing |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |