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.java376 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleCocClientService
499 mSecure, mGattCallbacks);
504 mGattCallbacks);
710 mGattCallbacks);
DBleConnectionPriorityClientService.java194 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleConnectionPriorityClientService
300 …hGatt = BleClientService.connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
DBleClientService.java906 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleClientService
1249 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1252 … mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1302 mGattCallbacks);
DBleEncryptedClientService.java299 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleEncryptedClientService
551 … mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);