File
Doc
Category
Size
Date
Package
IBluetoothMap.java
API Doc
Android 5.1 API
12687
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothMap
public interface IBluetoothMap implements android.os.IInterface
System private API for Bluetooth MAP service {@hide}
Fields Summary
Constructors Summary
Methods Summary
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
disconnect
(
android.bluetooth.BluetoothDevice
device)
public
android.bluetooth.BluetoothDevice
getClient
()
public
java.util.List
getConnectedDevices
()
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
public
int
getPriority
(
android.bluetooth.BluetoothDevice
device)
public
int
getState
()
public
boolean
isConnected
(
android.bluetooth.BluetoothDevice
device)
public
boolean
setPriority
(
android.bluetooth.BluetoothDevice
device,
int
priority)
Java Code Source