/cts/hostsidetests/multidevices/bluetooth/ |
D | bluetooth_multi_devices_test.py | 71 …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/ |
D | BleCocClientService.java | 256 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,
|
D | BleClientService.java | 587 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,
|
D | BleConnectionPriorityClientService.java | 300 …mBluetoothGatt = BleClientService.connectGatt(result.getDevice(), mContext, false, mSecure, mGattC…
|
D | BleEncryptedClientService.java | 551 … mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BasicBluetoothGattTest.java | 74 mBluetoothGatt = mBluetoothDevice.connectGatt( in setUp() 82 mBluetoothGatt = mBluetoothDevice.connectGatt( in setUp()
|
D | BluetoothDeviceTest.java | 387 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/ |
D | BluetoothGattMultiDevicesSnippet.java | 63 public boolean connectGatt(String uuid) { in connectGatt() method in BluetoothGattMultiDevicesSnippet
|
D | BluetoothGattMultiDevicesClient.java | 110 mBluetoothGatt = mServer.connectGatt(mContext, false, mGattCallback, TRANSPORT_LE); in connect()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | bluetooth-current.txt | 525 …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…
|