Home
last modified time | relevance | path

Searched refs:opportunistic (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl77 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect() argument
DBluetoothDevice.java1858 boolean opportunistic, int phy, Handler handler) { in connectGatt() argument
1872 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy); in connectGatt()
DBluetoothGatt.java644 int transport, boolean opportunistic, int phy) { in BluetoothGatt() argument
649 mOpportunistic = opportunistic; in BluetoothGatt()