/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() argument 189 + gatt.getDevice().getAddress() + " status " + status); in onConnectionStateChange() 195 + gatt.getDevice().getAddress() + " status " + status); in onConnectionStateChange() 205 + gatt.getDevice().getAddress() + " status " + status); in onConnectionStateChange() 208 + gatt.getDevice().getAddress() + " status " + status); in onConnectionStateChange() 213 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() argument 219 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() argument 225 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() argument 230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC)); in onCharacteristicWrite() 235 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() argument [all …]
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/ |
D | SimpleBleClient.java | 54 void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() argument 307 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 308 super.onConnectionStateChange(gatt, status, newState); 316 callback.onDeviceConnected(gatt.getDevice()); 331 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 332 super.onServicesDiscovered(gatt, status); 337 List<BluetoothGattService> services = gatt.getServices(); 354 public void onCharacteristicWrite(BluetoothGatt gatt, 363 public void onCharacteristicRead(BluetoothGatt gatt, 372 public void onCharacteristicChanged(BluetoothGatt gatt, [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 243 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() argument 248 gatt.discoverServices(); in onConnectionStateChange() 253 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() argument 256 Log.e(TAG, "Service discovery failure on " + gatt); in onServicesDiscovered() 261 final BluetoothGattService battService = gatt.getService(GATT_BATTERY_SERVICE_UUID); in onServicesDiscovered() 278 gatt.readCharacteristic(battLevel); in onServicesDiscovered() 282 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() argument 286 Log.e(TAG, "Read characteristic failure on " + gatt + " " + characteristic); in onCharacteristicRead()
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 2 package com.android.bluetooth.gatt; 7 import com.android.bluetooth.gatt.GattService;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattServiceConfig.java | 17 package com.android.bluetooth.gatt;
|
D | CallbackInfo.java | 16 package com.android.bluetooth.gatt;
|
D | FilterParams.java | 17 package com.android.bluetooth.gatt;
|
D | GattDbElement.java | 17 package com.android.bluetooth.gatt;
|
D | AdvtFilterOnFoundOnLostInfo.java | 17 package com.android.bluetooth.gatt;
|
D | ScanClient.java | 17 package com.android.bluetooth.gatt;
|
D | GattDebugUtils.java | 17 package com.android.bluetooth.gatt;
|
D | AdvertiseHelper.java | 17 package com.android.bluetooth.gatt;
|
D | HandleMap.java | 16 package com.android.bluetooth.gatt;
|
D | PeriodicScanManager.java | 17 package com.android.bluetooth.gatt;
|
D | ScanFilterQueue.java | 17 package com.android.bluetooth.gatt;
|
D | AppScanStats.java | 16 package com.android.bluetooth.gatt;
|
D | ContextMap.java | 16 package com.android.bluetooth.gatt;
|
D | AdvertiseManager.java | 17 package com.android.bluetooth.gatt;
|
D | ScanManager.java | 17 package com.android.bluetooth.gatt;
|
D | GattService.java | 17 package com.android.bluetooth.gatt;
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/ |
D | PhoneUnlockController.java | 130 public void onCharacteristicChanged(BluetoothGatt gatt,
|
D | PhoneEnrolmentController.java | 142 public void onCharacteristicChanged(BluetoothGatt gatt,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 37 import com.android.bluetooth.gatt.GattService;
|