Searched refs:TRANSPORT_AUTO (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java585 public static final int TRANSPORT_AUTO = 0; field in class:BluetoothDevice
883 return sService.createBond(this, TRANSPORT_AUTO);
909 if (TRANSPORT_AUTO > transport || transport > TRANSPORT_LE)
1641 return (connectGatt(context, autoConnect,callback, TRANSPORT_AUTO));
1655 * {@link BluetoothDevice#TRANSPORT_AUTO} or
1675 * {@link BluetoothDevice#TRANSPORT_AUTO} or
1699 * {@link BluetoothDevice#TRANSPORT_AUTO} or
H A DBluetoothManager.java202 return (openGattServer (context, callback, BluetoothDevice.TRANSPORT_AUTO));
214 * {@link BluetoothDevice#TRANSPORT_AUTO} or

Completed in 53 milliseconds