Searched refs:mGattCallbacks (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleCocClientService.java | 375 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleCocClientService 498 mSecure, mGattCallbacks); 503 mGattCallbacks); 716 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 | BleEncryptedClientService.java | 299 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleEncryptedClientService 551 … mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);
|
D | BleClientService.java | 956 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);
|