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.java258 public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, in connectGatt() method in BleCocClientService
269 return device.connectGatt(context, autoConnect, callback, in connectGatt()
273 return device.connectGatt(context, autoConnect, callback, in connectGatt()
278 return device.connectGatt(context, autoConnect, callback); in connectGatt()
497 … mBluetoothGatt = connectGatt(result.getDevice(), BleCocClientService.this, false,
502 … mBluetoothGatt = connectGatt(result.getDevice(), BleCocClientService.this, false, mSecure,
715 … mBluetoothGatt = connectGatt(device, BleCocClientService.this, false, mSecure,
DBleClientService.java510 …public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, boolean autoConne… in connectGatt() method in BleClientService
518 … return device.connectGatt(context, autoConnect, callback, TRANSPORT_MODE_FOR_SECURE_CONNECTION); in connectGatt()
521 … return device.connectGatt(context, autoConnect, callback, BluetoothDevice.TRANSPORT_LE); in connectGatt()
525 return device.connectGatt(context, autoConnect, callback); in connectGatt()
1312 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1315 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1364 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);