Home
last modified time | relevance | path

Searched refs:connectGatt (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocClientService.java259 public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, in connectGatt() method in BleCocClientService
270 return device.connectGatt(context, autoConnect, callback, in connectGatt()
274 return device.connectGatt(context, autoConnect, callback, in connectGatt()
279 return device.connectGatt(context, autoConnect, callback); in connectGatt()
498 … mBluetoothGatt = connectGatt(result.getDevice(), BleCocClientService.this, false,
503 … mBluetoothGatt = connectGatt(result.getDevice(), BleCocClientService.this, false, mSecure,
709 … mBluetoothGatt = connectGatt(device, BleCocClientService.this, false, mSecure,
DBleClientService.java489 …public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, boolean autoConne… in connectGatt() method in BleClientService
497 … return device.connectGatt(context, autoConnect, callback, TRANSPORT_MODE_FOR_SECURE_CONNECTION); in connectGatt()
500 … return device.connectGatt(context, autoConnect, callback, BluetoothDevice.TRANSPORT_LE); in connectGatt()
504 return device.connectGatt(context, autoConnect, callback); in connectGatt()
1249 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1252 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1301 mBluetoothGatt = connectGatt(device, mContext, false, mSecure,
DBleConnectionPriorityClientService.java300 …mBluetoothGatt = BleClientService.connectGatt(result.getDevice(), mContext, false, mSecure, mGattC…
DBleEncryptedClientService.java551 … mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);