A B C D E G I L O P R S U

S

scan() - Method in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
Starts discovery process for remote Bluetooth devices
SCAN_MODE_CONNECTABLE - Static variable in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
The local device is connectable, however it is not discoverable
SCAN_MODE_CONNECTABLE_DISCOVERABLE - Static variable in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
The local device is both discoverable and connectable
SCAN_MODE_NONE - Static variable in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
The local device is not discoverable nor connectable
scanCompleted(ArrayList<String>) - Method in interface it.gerdavax.android.bluetooth.LocalBluetoothDeviceListener
Called when remote device discovery has been completed
scanStarted() - Method in interface it.gerdavax.android.bluetooth.LocalBluetoothDeviceListener
Called when remote device discovery has started
Scout - Class in it.gerdavax.android.bluetooth.util
 
scoutDatabase() - Static method in class it.gerdavax.android.bluetooth.util.Scout
 
scoutRfcommSocket() - Static method in class it.gerdavax.android.bluetooth.util.Scout
 
SERVICE_MAJOR_CLASS_AUDIO - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_CAPTURE - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_INFORMATION - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_NETWORK - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_OBEX - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_POSITION - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_RENDER - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
SERVICE_MAJOR_CLASS_TELEPHONY - Static variable in class it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothClasses
 
serviceChannelNotAvailable(int) - Method in interface it.gerdavax.android.bluetooth.RemoteBluetoothDeviceListener
Called when requested service is not supported by this device
setEnabled(boolean) - Method in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
Enables the Bluetooth service on this handset
setListener(LocalBluetoothDeviceListener) - Method in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
Sets the LocalBluetoothDeviceListener which will receive events about Bluetooth activation and device discovery progress WARNING: all invocations to the listener are synchronous, therefore listener's method implementation must avoid long operations.
setListener(RemoteBluetoothDeviceListener) - Method in interface it.gerdavax.android.bluetooth.RemoteBluetoothDevice
Sets the listener for events coming from this RemoteBluetoothDevice
setPin(String) - Method in interface it.gerdavax.android.bluetooth.RemoteBluetoothDevice
Sets a default PIN for the pairing
setScanMode(int) - Method in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
Configures current scan mode
showDefaultPinInputActivity(String, boolean) - Method in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
Shows system activity to input PIN for assigned device Thanks to Emanuele Di Saverio
stopScanning() - Method in class it.gerdavax.android.bluetooth.LocalBluetoothDevice
Stops current device scanning (only if it has been started by this LocalBluetoothDevice)

A B C D E G I L O P R S U