Home
last modified time | relevance | path

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

/cts/hostsidetests/multidevices/bluetooth/
Dbluetooth_multi_devices_test.py71 …asserts.assert_true(self.client.bluetooth_multi_devices_snippet.connectGatt(SERVICE_UUID_1), "Serv…
87 …asserts.assert_true(self.client.bluetooth_multi_devices_snippet.connectGatt(SERVICE_UUID_1), "Serv…
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocClientService.java256 public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, in connectGatt() method in BleCocClientService
267 return device.connectGatt(context, autoConnect, callback, in connectGatt()
271 return device.connectGatt(context, autoConnect, callback, in connectGatt()
276 return device.connectGatt(context, autoConnect, callback); in connectGatt()
495 … mBluetoothGatt = connectGatt(result.getDevice(), BleCocClientService.this, false,
499 … mBluetoothGatt = connectGatt(result.getDevice(), BleCocClientService.this, false, mSecure,
713 mBluetoothGatt = connectGatt(mDevice, BleCocClientService.this, false,
DBleClientService.java587 public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, in connectGatt() method in BleClientService
597 return device.connectGatt(context, autoConnect, callback, in connectGatt()
601 return device.connectGatt(context, autoConnect, callback, in connectGatt()
606 return device.connectGatt(context, autoConnect, callback); in connectGatt()
1557 mBluetoothGatt = connectGatt(result.getDevice(), mContext, false,
1561 mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure,
1612 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);
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicBluetoothGattTest.java74 mBluetoothGatt = mBluetoothDevice.connectGatt( in setUp()
82 mBluetoothGatt = mBluetoothDevice.connectGatt( in setUp()
DBluetoothDeviceTest.java387 public void connectGatt() { in connectGatt() method in BluetoothDeviceTest
392 .connectGatt(mContext, false, null, in connectGatt()
396 mFakeDevice.connectGatt(mContext, false, null, in connectGatt()
/cts/hostsidetests/multidevices/bluetooth/snippet/
DBluetoothGattMultiDevicesSnippet.java63 public boolean connectGatt(String uuid) { in connectGatt() method in BluetoothGattMultiDevicesSnippet
DBluetoothGattMultiDevicesClient.java110 mBluetoothGatt = mServer.connectGatt(mContext, false, mGattCallback, TRANSPORT_LE); in connect()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt525 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
526 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
527 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…
528 …t.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content…