Searched refs:mGattCallbacks (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleCocClientService.java | 373 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleCocClientService 496 mSecure, mGattCallbacks); 500 mGattCallbacks); 714 mSecure, 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 | 1091 private final BluetoothGattCallback mGattCallbacks = new BluetoothGattCallback() { field in BleClientService 1558 mSecure, mGattCallbacks); 1562 mGattCallbacks); 1613 mGattCallbacks);
|