Searched refs:BluetoothDevice (Results 1 - 25 of 83) sorted by relevance

1234

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.aidl19 parcelable BluetoothDevice;
H A DIBluetoothPbapClient.aidl19 import android.bluetooth.BluetoothDevice;
27 boolean connect(in BluetoothDevice device);
28 boolean disconnect(in BluetoothDevice device);
29 List<BluetoothDevice> getConnectedDevices();
30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
31 int getConnectionState(in BluetoothDevice device);
32 boolean setPriority(in BluetoothDevice device, int priority);
33 int getPriority(in BluetoothDevice device);
H A DIBluetoothPbap.aidl19 import android.bluetooth.BluetoothDevice;
28 BluetoothDevice getClient();
29 boolean connect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl19 import android.bluetooth.BluetoothDevice;
28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
30 List<BluetoothDevice> getConnectedDevices();
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
38 boolean getProtocolMode(in BluetoothDevice device);
42 boolean virtualUnplug(in BluetoothDevice devic
[all...]
H A DIBluetoothHeadsetClient.aidl19 import android.bluetooth.BluetoothDevice;
29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
32 boolean acceptIncomingConnect(in BluetoothDevice device);
33 boolean rejectIncomingConnect(in BluetoothDevice device);
35 List<BluetoothDevice> getConnectedDevices();
36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
37 int getConnectionState(in BluetoothDevice device);
38 boolean setPriority(in BluetoothDevice device, int priority);
39 int getPriority(in BluetoothDevice devic
[all...]
H A DIBluetoothHeadset.aidl19 import android.bluetooth.BluetoothDevice;
28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
30 List<BluetoothDevice> getConnectedDevices();
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
35 boolean startVoiceRecognition(in BluetoothDevice device);
36 boolean stopVoiceRecognition(in BluetoothDevice devic
[all...]
H A DIBluetoothA2dpSink.aidl20 import android.bluetooth.BluetoothDevice;
28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
30 List<BluetoothDevice> getConnectedDevices();
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 BluetoothAudioConfig getAudioConfig(in BluetoothDevice device);
34 boolean setPriority(in BluetoothDevice device, int priority);
35 int getPriority(in BluetoothDevice device);
36 boolean isA2dpPlaying(in BluetoothDevice devic
[all...]
H A DIBluetoothMap.aidl19 import android.bluetooth.BluetoothDevice;
28 BluetoothDevice getClient();
29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
32 List<BluetoothDevice> getConnectedDevices();
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice devic
[all...]
H A DIBluetoothSap.aidl19 import android.bluetooth.BluetoothDevice;
28 BluetoothDevice getClient();
29 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
32 List<BluetoothDevice> getConnectedDevices();
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
35 boolean setPriority(in BluetoothDevice device, int priority);
36 int getPriority(in BluetoothDevice devic
[all...]
H A DIBluetoothPan.aidl19 import android.bluetooth.BluetoothDevice;
30 boolean connect(in BluetoothDevice device);
31 boolean disconnect(in BluetoothDevice device);
32 List<BluetoothDevice> getConnectedDevices();
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl19 import android.bluetooth.BluetoothDevice;
28 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
30 List<BluetoothDevice> getConnectedDevices();
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
38 boolean isA2dpPlaying(in BluetoothDevice device);
H A DIBluetoothAvrcpController.aidl20 import android.bluetooth.BluetoothDevice;
30 List<BluetoothDevice> getConnectedDevices();
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 void sendPassThroughCmd(in BluetoothDevice device, int keyCode, int keyState);
34 BluetoothAvrcpPlayerSettings getPlayerSettings(in BluetoothDevice device);
35 MediaMetadata getMetadata(in BluetoothDevice device);
36 PlaybackState getPlaybackState(in BluetoothDevice device);
38 void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState);
H A DBluetoothGattServerCallback.java19 import android.bluetooth.BluetoothDevice;
35 public void onConnectionStateChange(BluetoothDevice device, int status,
60 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId,
79 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId,
96 public void onDescriptorReadRequest(BluetoothDevice device, int requestId,
115 public void onDescriptorWriteRequest(BluetoothDevice device, int requestId,
132 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
146 public void onNotificationSent(BluetoothDevice device, int status) {
158 public void onMtuChanged(BluetoothDevice device, int mtu) {
H A DIBluetooth.aidl22 import android.bluetooth.BluetoothDevice;
59 BluetoothDevice[] getBondedDevices();
60 boolean createBond(in BluetoothDevice device, in int transport);
61 boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData);
62 boolean cancelBondProcess(in BluetoothDevice device);
63 boolean removeBond(in BluetoothDevice device);
64 int getBondState(in BluetoothDevice device);
66 int getConnectionState(in BluetoothDevice device);
68 String getRemoteName(in BluetoothDevice device);
69 int getRemoteType(in BluetoothDevice devic
[all...]
H A DIBluetoothHealth.aidl19 import android.bluetooth.BluetoothDevice;
34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config,
37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
38 ParcelFileDescriptor getMainChannelFd(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
39 List<BluetoothDevice> getConnectedHealthDevices();
40 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(in int[] states);
41 int getHealthDeviceConnectionState(in BluetoothDevice device);
H A DIBluetoothHealthCallback.aidl19 import android.bluetooth.BluetoothDevice;
30 in BluetoothDevice device, int prevState, int newState, in
H A DBluetoothManager.java98 public int getConnectionState(BluetoothDevice device, int profile) {
101 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
102 for(BluetoothDevice connectedDevice : connectedDevices) {
127 public List<BluetoothDevice> getConnectedDevices(int profile) {
133 List<BluetoothDevice> connectedDevices = new ArrayList<BluetoothDevice>();
172 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) {
179 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>();
206 return (openGattServer (context, callback, BluetoothDevice
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfile.java20 import android.bluetooth.BluetoothDevice;
38 boolean connect(BluetoothDevice device);
40 boolean disconnect(BluetoothDevice device);
42 int getConnectionStatus(BluetoothDevice device);
44 boolean isPreferred(BluetoothDevice device);
46 int getPreferred(BluetoothDevice device);
48 void setPreferred(BluetoothDevice device, boolean preferred);
59 int getNameResource(BluetoothDevice device);
68 int getSummaryResourceForDevice(BluetoothDevice device);
H A DOppProfile.java22 import android.bluetooth.BluetoothDevice;
43 public boolean connect(BluetoothDevice device) {
47 public boolean disconnect(BluetoothDevice device) {
51 public int getConnectionStatus(BluetoothDevice device) {
55 public boolean isPreferred(BluetoothDevice device) {
59 public int getPreferred(BluetoothDevice device) {
63 public void setPreferred(BluetoothDevice device, boolean preferred) {
78 public int getNameResource(BluetoothDevice device) {
82 public int getSummaryResourceForDevice(BluetoothDevice device) {
H A DPbapServerProfile.java20 import android.bluetooth.BluetoothDevice;
84 public boolean connect(BluetoothDevice device) {
90 public boolean disconnect(BluetoothDevice device) {
95 public int getConnectionStatus(BluetoothDevice device) {
105 public boolean isPreferred(BluetoothDevice device) {
109 public int getPreferred(BluetoothDevice device) {
113 public void setPreferred(BluetoothDevice device, boolean preferred) {
125 public int getNameResource(BluetoothDevice device) {
129 public int getSummaryResourceForDevice(BluetoothDevice device) {
H A DA2dpProfile.java22 import android.bluetooth.BluetoothDevice;
63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
65 BluetoothDevice nextDevice = deviceList.remove(0);
106 public List<BluetoothDevice> getConnectedDevices() {
107 if (mService == null) return new ArrayList<BluetoothDevice>(0);
114 public boolean connect(BluetoothDevice device) {
116 List<BluetoothDevice> sinks = getConnectedDevices();
118 for (BluetoothDevice sink : sinks) {
125 public boolean disconnect(BluetoothDevice device) {
134 public int getConnectionStatus(BluetoothDevice devic
[all...]
H A DPbapClientProfile.java22 import android.bluetooth.BluetoothDevice;
65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
67 BluetoothDevice nextDevice = deviceList.remove(0);
121 public List<BluetoothDevice> getConnectedDevices() {
123 return new ArrayList<BluetoothDevice>(0);
131 public boolean connect(BluetoothDevice device) {
138 List<BluetoothDevice> srcs = getConnectedDevices();
140 for (BluetoothDevice src : srcs) {
147 for (BluetoothDevice src : srcs) {
156 public boolean disconnect(BluetoothDevice devic
[all...]
H A DPanProfile.java21 import android.bluetooth.BluetoothDevice;
43 private final HashMap<BluetoothDevice, Integer> mDeviceRoleMap =
44 new HashMap<BluetoothDevice, Integer>();
85 public boolean connect(BluetoothDevice device) {
87 List<BluetoothDevice> sinks = mService.getConnectedDevices();
89 for (BluetoothDevice sink : sinks) {
96 public boolean disconnect(BluetoothDevice device) {
101 public int getConnectionStatus(BluetoothDevice device) {
108 public boolean isPreferred(BluetoothDevice device) {
112 public int getPreferred(BluetoothDevice devic
[all...]
H A DBluetoothEventManager.java21 import android.bluetooth.BluetoothDevice;
57 void onReceive(Context context, Intent intent, BluetoothDevice device);
93 addHandler(BluetoothDevice.ACTION_FOUND, new DeviceFoundHandler());
94 addHandler(BluetoothDevice.ACTION_DISAPPEARED, new DeviceDisappearedHandler());
95 addHandler(BluetoothDevice.ACTION_NAME_CHANGED, new NameChangedHandler());
96 addHandler(BluetoothDevice.ACTION_ALIAS_CHANGED, new NameChangedHandler());
99 addHandler(BluetoothDevice.ACTION_BOND_STATE_CHANGED, new BondStateChangedHandler());
100 addHandler(BluetoothDevice.ACTION_PAIRING_CANCEL, new PairingCancelHandler());
103 addHandler(BluetoothDevice.ACTION_CLASS_CHANGED, new ClassChangedHandler());
104 addHandler(BluetoothDevice
[all...]
/frameworks/base/media/java/android/media/midi/
H A DIBluetoothMidiService.aidl19 import android.bluetooth.BluetoothDevice;
25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice);

Completed in 1128 milliseconds

1234