HomeSort by relevance Sort by last modified time
    Searched defs:bluetoothDevice (Results 1 - 4 of 4) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 27 import android.bluetooth.BluetoothDevice;
60 private final HashMap<Integer, List<BluetoothDevice>> mGattServerDiscoveredDevicesList;
85 mGattServerDiscoveredDevicesList = new HashMap<Integer, List<BluetoothDevice>>();
154 public List<BluetoothDevice> gattServerGetConnectedDevices(
159 List<BluetoothDevice> connectedDevices =
187 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get(gattServerIndex);
191 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex);
192 if (bluetoothDevice == null)
195 gattServer.sendResponse(bluetoothDevice, requestId, status, offset, value)
    [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 19 import android.bluetooth.BluetoothDevice;
95 // list of all Bluetooth devices, keyed by BluetoothDevice
96 private final HashMap<BluetoothDevice, Device> mBluetoothDevices
97 = new HashMap<BluetoothDevice, Device>();
287 private final BluetoothDevice mBluetoothDevice;
308 mBluetoothDevice = (BluetoothDevice)deviceInfo.getProperties().getParcelable(
313 public Device(BluetoothDevice bluetoothDevice) {
314 mBluetoothDevice = bluetoothDevice;
680 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 418 milliseconds