Searched refs:mGattCallbacks (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleCocClientService.java | 376 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleCocClientService 499 mSecure, mGattCallbacks); 504 mGattCallbacks); 710 mGattCallbacks);
|
D | BleConnectionPriorityClientService.java | 194 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleConnectionPriorityClientService 300 …hGatt = BleClientService.connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
|
D | BleClientService.java | 906 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);
|
D | BleEncryptedClientService.java | 299 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleEncryptedClientService 551 … mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);
|