List of usage examples for android.bluetooth BluetoothDevice TRANSPORT_LE
int TRANSPORT_LE
To view the source code for android.bluetooth BluetoothDevice TRANSPORT_LE.
Click Source Link
From source file:Main.java
public static BluetoothGatt connect(BluetoothDevice device, Context context, BluetoothGattCallback callback) { return device.connectGatt(context, false, callback, BluetoothDevice.TRANSPORT_LE); }