Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocClientService.java375 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleCocClientService
498 mSecure, mGattCallbacks);
503 mGattCallbacks);
716 mGattCallbacks);
DBleConnectionPriorityClientService.java194 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleConnectionPriorityClientService
300 …hGatt = BleClientService.connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
DBleEncryptedClientService.java299 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleEncryptedClientService
551 … mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);
DBleClientService.java956 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleClientService
1312 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1315 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1365 mGattCallbacks);