FileDocCategorySizeDatePackage
IBluetoothMap.javaAPI DocAndroid 5.1 API12687Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothMap

public interface IBluetoothMap implements android.os.IInterface
System private API for Bluetooth MAP service {@hide}

Fields Summary
Constructors Summary
Methods Summary
public booleanconnect(android.bluetooth.BluetoothDevice device)

public booleandisconnect(android.bluetooth.BluetoothDevice device)

public android.bluetooth.BluetoothDevicegetClient()

public java.util.ListgetConnectedDevices()

public intgetConnectionState(android.bluetooth.BluetoothDevice device)

public java.util.ListgetDevicesMatchingConnectionStates(int[] states)

public intgetPriority(android.bluetooth.BluetoothDevice device)

public intgetState()

public booleanisConnected(android.bluetooth.BluetoothDevice device)

public booleansetPriority(android.bluetooth.BluetoothDevice device, int priority)