Searched defs:bluetooth (Results 1 - 25 of 32) sorted by relevance

12

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothPairingHelper.java17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothDevice;
40 * Confirms bluetooth connection/bonding requests.
H A DBluetoothBroadcastHelper.java17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
H A DBluetoothAvrcpFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothAvrcpController;
26 import android.bluetooth.BluetoothDevice;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.BluetoothUuid;
H A DBluetoothDiscoveryHelper.java17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
H A DBluetoothMapFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothMap;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
H A DBluetoothPanFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothPan;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
H A DBluetoothA2dpFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothA2dp;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
137 description = "Name or MAC address of a bluetooth device.")
173 * @return List of bluetooth devices that are in one of the following states:
H A DBluetoothA2dpSinkFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
23 import android.bluetooth.BluetoothA2dpSink;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
27 import android.bluetooth.BluetoothUuid;
108 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
144 description = "Name or MAC address of a bluetooth device.")
H A DBluetoothHfpClientFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
23 import android.bluetooth.BluetoothHeadsetClient;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
27 import android.bluetooth.BluetoothUuid;
110 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
151 description = "Name or MAC address of a bluetooth device.")
H A DBluetoothHidFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothInputDevice;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
83 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
115 description = "Name or MAC address of a bluetooth device.")
133 description = "Name or MAC address of a bluetooth device.")
149 description = "Name or MAC address of a bluetooth devic
[all...]
H A DBluetoothHspFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothProfile;
26 import android.bluetooth.BluetoothUuid;
98 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
130 description = "Name or MAC address of a bluetooth device.")
H A DBluetoothPbapClientFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
23 import android.bluetooth.BluetoothPbapClient;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
27 import android.bluetooth.BluetoothUuid;
110 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
151 description = "Name or MAC address of a bluetooth device.")
H A DBluetoothHealthFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothManager;
23 import android.bluetooth.BluetoothHealth;
24 import android.bluetooth.BluetoothHealthCallback;
25 import android.bluetooth.BluetoothHealthAppConfiguration;
26 import android.bluetooth.BluetoothProfile;
126 "android.bluetooth.BluetoothHealthAppConfiguration");
143 "android.bluetooth
[all...]
H A DBluetoothLeAdvertiseFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.le.AdvertiseCallback;
26 import android.bluetooth.le.AdvertiseData;
27 import android.bluetooth.le.AdvertiseData.Builder;
28 import android.bluetooth.le.AdvertiseSettings;
29 import android.bluetooth.le.BluetoothLeAdvertiser;
56 private android.bluetooth.le.AdvertiseSettings.Builder mAdvertiseSettingsBuilder;
76 mAdvertiseSettingsBuilder = new android.bluetooth.le.AdvertiseSettings.Builder();
120 mAdvertiseSettingsBuilder = new android.bluetooth
[all...]
H A DBluetoothLeAdvertisingSetFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.le.AdvertiseData;
22 import android.bluetooth.le.AdvertisingSet;
23 import android.bluetooth.le.AdvertisingSetCallback;
24 import android.bluetooth.le.AdvertisingSetParameters;
25 import android.bluetooth.le.PeriodicAdvertisingParameters;
H A DBluetoothMapClientFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothMapClient;
24 import android.bluetooth.BluetoothProfile;
25 import android.bluetooth.BluetoothUuid;
110 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth "
121 @Rpc(description = "Send a (text) message via bluetooth.")
H A DBluetoothMediaFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
36 import com.googlecode.android_scripting.facade.bluetooth.media.BluetoothSL4AAudioSrcMBS;
97 private static final String BLUETOOTH_PKG_NAME = "com.android.bluetooth";
99 "com.android.bluetooth.a2dpsink.mbs.A2dpMediaBrowserService";
455 * on bluetooth and connect in the middle to verify if music is steamed to the other end.
H A DBluetoothConnectionFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
27 import android.bluetooth.BluetoothA2dp;
28 import android.bluetooth.BluetoothA2dpSink;
29 import android.bluetooth.BluetoothAdapter;
30 import android.bluetooth.BluetoothDevice;
31 import android.bluetooth.BluetoothManager;
32 import android.bluetooth.BluetoothHeadset;
33 import android.bluetooth.BluetoothHeadsetClient;
34 import android.bluetooth.BluetoothInputDevice;
35 import android.bluetooth
[all...]
H A DBluetoothFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothActivityEnergyInfo;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
296 @Rpc(description = "Factory reset bluetooth settings.", returns = "True if successful.")
348 @Rpc(description = "Get all the discovered bluetooth devices.")
H A DBluetoothRfcommFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothServerSocket;
23 import android.bluetooth.BluetoothSocket;
98 * @param address the bluetooth address to open the socket on
108 Class bluetoothDeviceClass = Class.forName("android.bluetooth.BluetoothDevice");
117 * @param address the bluetooth address to open the socket on
127 Class bluetoothDeviceClass = Class.forName("android.bluetooth.BluetoothDevice");
205 Log.d("Accept bluetooth connectio
[all...]
H A DBluetoothLeScanFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothAdapter.LeScanCallback;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.le.BluetoothLeScanner;
24 import android.bluetooth.le.ScanCallback;
25 import android.bluetooth.le.ScanFilter;
26 import android.bluetooth.le.ScanFilter.Builder;
27 import android.bluetooth.le.ScanResult;
28 import android.bluetooth
[all...]
H A DGattClientFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.BluetoothGattCallback;
25 import android.bluetooth.BluetoothGattCharacteristic;
26 import android.bluetooth.BluetoothGattDescriptor;
27 import android.bluetooth.BluetoothGattService;
28 import android.bluetooth
[all...]
H A DGattServerFacade.java17 package com.googlecode.android_scripting.facade.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGattCharacteristic;
23 import android.bluetooth.BluetoothGattDescriptor;
24 import android.bluetooth.BluetoothGattServer;
25 import android.bluetooth.BluetoothGattServerCallback;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
H A DBluetoothSL4AAudioSrcMBS.java17 package com.googlecode.android_scripting.facade.bluetooth.media;
24 import com.googlecode.android_scripting.facade.bluetooth.BluetoothMediaFacade;
H A DBluetoothMediaPlayback.java17 package com.googlecode.android_scripting.facade.bluetooth.media;
30 import com.googlecode.android_scripting.facade.bluetooth.BluetoothMediaFacade;

Completed in 515 milliseconds

12