Searched refs:connectGatt (Results 1 – 6 of 6) sorted by relevance
321 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice324 return connectGatt(callback); in connectGatt()328 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice331 return connectGatt(callback); in connectGatt()335 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice343 return connectGatt(callback); in connectGatt()346 private BluetoothGatt connectGatt(BluetoothGattCallback callback) { in connectGatt() method in ShadowBluetoothDevice
175 bluetoothDevice.connectGatt( in connectGatt_doesntCrash()186 bluetoothDevice.connectGatt( in connectGatt_withTransport_doesntCrash()199 bluetoothDevice.connectGatt( in connectGatt_withTransportPhy_doesntCrash()213 bluetoothDevice.connectGatt( in connectGatt_withTransportPhyHandler_doesntCrash()241 device.connectGatt( in canGetBluetoothGatts()244 device.connectGatt( in canGetBluetoothGatts()258 device.connectGatt(ApplicationProvider.getApplicationContext(), false, callback); in connectGatt_setsBluetoothGattCallback()271 device.connectGatt(ApplicationProvider.getApplicationContext(), false, callback); in canSimulateGattConnectionChange()
128 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice
97 bluetoothDevice.connectGatt( in connectGatt_doesntCrash()
78 bluetoothGattClient = remoteDevice.connectGatt(context, false, gattCallback); in bleConnectGatt()
121 BluetoothGatt mBluetoothGatt = device.connectGatt(mService.getApplicationContext(), in gattClientConnectGatt()