HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothDevice (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.aidl 19 parcelable BluetoothDevice;
IBluetoothPbap.aidl 19 import android.bluetooth.BluetoothDevice;
28 BluetoothDevice getClient();
29 boolean connect(in BluetoothDevice device);
31 boolean isConnected(in BluetoothDevice device);
IBluetoothAvrcpController.aidl 19 import android.bluetooth.BluetoothDevice;
27 List<BluetoothDevice> getConnectedDevices();
28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
29 int getConnectionState(in BluetoothDevice device);
30 void sendPassThroughCmd(in BluetoothDevice device, int keyCode, int keyState);
IBluetoothA2dpSink.aidl 20 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);
IBluetoothInputDevice.aidl 19 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 device)
    [all...]
IBluetoothHeadsetClient.aidl 19 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 device)
    [all...]
IBluetoothHeadset.aidl 19 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 device)
    [all...]
IBluetoothMap.aidl 19 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 device)
    [all...]
IBluetoothPan.aidl 19 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);
IBluetoothA2dp.aidl 19 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);
BluetoothGattServerCallback.java 19 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) {
IBluetoothHealth.aidl 19 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);
IBluetooth.aidl 22 import android.bluetooth.BluetoothDevice;
57 BluetoothDevice[] getBondedDevices();
58 boolean createBond(in BluetoothDevice device, in int transport);
59 boolean cancelBondProcess(in BluetoothDevice device);
60 boolean removeBond(in BluetoothDevice device);
61 int getBondState(in BluetoothDevice device);
62 int getConnectionState(in BluetoothDevice device);
64 String getRemoteName(in BluetoothDevice device);
65 int getRemoteType(in BluetoothDevice device);
66 String getRemoteAlias(in BluetoothDevice device)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 20 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);
OppProfile.java 22 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) {
BluetoothPairingRequest.java 24 import android.bluetooth.BluetoothDevice;
45 if (action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
47 BluetoothDevice device =
48 intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
49 int type = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
50 BluetoothDevice.ERROR);
53 pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
54 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, type);
55 if (type == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION ||
56 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY |
    [all...]
BluetoothPermissionRequest.java 22 import android.bluetooth.BluetoothDevice;
48 BluetoothDevice mDevice;
59 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
67 mDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
68 mRequestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
69 BluetoothDevice.REQUEST_TYPE_PROFILE_CONNECTION);
70 mReturnPackage = intent.getStringExtra(BluetoothDevice.EXTRA_PACKAGE_NAME);
71 mReturnClass = intent.getStringExtra(BluetoothDevice.EXTRA_CLASS_NAME);
100 connectionAccessIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
102 connectionAccessIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 19 import android.bluetooth.BluetoothDevice;
35 if (!action.equals(BluetoothDevice.ACTION_PAIRING_REQUEST)) {
40 BluetoothDevice device =
41 intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
42 int type = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT,
43 BluetoothDevice.ERROR);
46 pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
47 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, type);
48 if (type == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION ||
49 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY |
    [all...]
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 27 public device::BluetoothDevice::PairingDelegate {
36 device::BluetoothDevice* device) OVERRIDE;
38 device::BluetoothDevice* device) OVERRIDE;
40 device::BluetoothDevice* device) OVERRIDE;
42 // device::BluetoothDevice::PairingDelegate override.
43 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
44 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
45 virtual void DisplayPinCode(device::BluetoothDevice* device,
47 virtual void DisplayPasskey(device::BluetoothDevice* device,
49 virtual void KeysEntered(device::BluetoothDevice* device
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 22 : public device::BluetoothDevice::PairingDelegate {
29 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
30 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
31 virtual void DisplayPinCode(device::BluetoothDevice* device,
33 virtual void DisplayPasskey(device::BluetoothDevice* device,
35 virtual void KeysEntered(device::BluetoothDevice* device,
37 virtual void ConfirmPasskey(device::BluetoothDevice* device,
39 virtual void AuthorizePairing(device::BluetoothDevice* device) OVERRIDE;
bluetooth_api_utils.cc 15 using device::BluetoothDevice;
20 bool ConvertVendorIDSourceToApi(const BluetoothDevice::VendorIDSource& input,
23 case BluetoothDevice::VENDOR_ID_UNKNOWN:
26 case BluetoothDevice::VENDOR_ID_BLUETOOTH:
29 case BluetoothDevice::VENDOR_ID_USB:
38 bool ConvertDeviceTypeToApi(const BluetoothDevice::DeviceType& input,
41 case BluetoothDevice::DEVICE_UNKNOWN:
44 case BluetoothDevice::DEVICE_COMPUTER:
47 case BluetoothDevice::DEVICE_PHONE:
50 case BluetoothDevice::DEVICE_MODEM
    [all...]
  /external/chromium_org/components/proximity_auth/
bluetooth_util.cc 11 using device::BluetoothDevice;
27 BluetoothDevice* device,
29 const BluetoothDevice::ConnectToServiceCallback& callback,
30 const BluetoothDevice::ConnectToServiceErrorCallback& error_callback) {
bluetooth_util.h 33 device::BluetoothDevice* device,
35 const device::BluetoothDevice::ConnectToServiceCallback& callback,
36 const device::BluetoothDevice::ConnectToServiceErrorCallback&
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 22 import android.bluetooth.BluetoothDevice;
108 BluetoothDevice dev = (BluetoothDevice)msg.obj;
121 if (newState == BluetoothDevice.BOND_BONDING)
143 private final ArrayList<BluetoothDevice> mDevices =
144 new ArrayList<BluetoothDevice>();
149 BluetoothDevice dev = (BluetoothDevice)getCurrentMessage().obj;
155 BluetoothDevice dev = (BluetoothDevice)msg.obj
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothDevice.java 3 import android.bluetooth.BluetoothDevice;
7 @Implements(BluetoothDevice.class)

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 91011