File
Doc
Category
Size
Date
Package
IBluetoothPan.java
API Doc
Android 5.1 API
9044
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothPan
public interface IBluetoothPan implements android.os.IInterface
API for Bluetooth Pan service {@hide}
Fields Summary
Constructors Summary
Methods Summary
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
disconnect
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getConnectedDevices
()
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
public
boolean
isTetheringOn
()
public void
setBluetoothTethering
(
boolean
value)
Java Code Source