public interface BluetoothService
Modifier and Type | Method and Description |
---|---|
BluetoothAdapter |
getBluetoothAdapter()
Get the default Bluetooth adapter for the host machine.
|
BluetoothAdapter |
getBluetoothAdapter(String name)
Get the Bluetooth adapter specified by name.
|
BluetoothAdapter |
getBluetoothAdapter(String name,
BluetoothBeaconCommandListener bbcl)
Get the Bluetooth adapter specified by name.
|
BluetoothAdapter getBluetoothAdapter()
BluetoothAdapter getBluetoothAdapter(String name)
name
- Name of the Bluetooth AdapterBluetoothAdapter getBluetoothAdapter(String name, BluetoothBeaconCommandListener bbcl)
name
- Name of the Bluetooth Adapterbbcl
- Bluetooth Beacon Listener for commandsCopyright © 2016. All Rights Reserved.