/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/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/ |
D | SimpleBleClient.java | 265 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 266 super.onConnectionStateChange(gatt, status, newState); 277 callback.onDeviceConnected(gatt.getDevice()); 293 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 294 super.onServicesDiscovered(gatt, status); 300 List<BluetoothGattService> services = gatt.getServices(); 318 public void onCharacteristicWrite(BluetoothGatt gatt, 328 public void onCharacteristicRead(BluetoothGatt gatt, 338 public void onCharacteristicChanged(BluetoothGatt gatt, 341 callback.onCharacteristicChanged(gatt, characteristic); [all …]
|
D | PhoneUnlockController.java | 128 public void onCharacteristicChanged(BluetoothGatt gatt,
|
D | PhoneEnrolmentController.java | 145 public void onCharacteristicChanged(BluetoothGatt gatt,
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 251 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() argument 256 gatt.discoverServices(); in onConnectionStateChange() 261 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() argument 264 Log.e(TAG, "Service discovery failure on " + gatt); in onServicesDiscovered() 269 final BluetoothGattService battService = gatt.getService(GATT_BATTERY_SERVICE_UUID); in onServicesDiscovered() 286 gatt.readCharacteristic(battLevel); in onServicesDiscovered() 290 public void onCharacteristicRead(BluetoothGatt gatt, in onCharacteristicRead() argument 294 Log.e(TAG, "Read characteristic failure on " + gatt + " " + characteristic); in onCharacteristicRead()
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | BleManager.java | 378 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 404 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 424 public void onCharacteristicRead(BluetoothGatt gatt,
|
/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 | AdvertiseHelper.java | 17 package com.android.bluetooth.gatt;
|
D | GattDebugUtils.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 | ContextMap.java | 16 package com.android.bluetooth.gatt;
|
D | AdvertiseManager.java | 17 package com.android.bluetooth.gatt;
|
D | AppScanStats.java | 16 package com.android.bluetooth.gatt;
|
D | ScanManager.java | 17 package com.android.bluetooth.gatt;
|
D | GattService.java | 17 package com.android.bluetooth.gatt;
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 1 package com.android.bluetooth.gatt;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 32 import com.android.bluetooth.gatt.GattService;
|
D | AdapterService.java | 74 import com.android.bluetooth.gatt.GattService;
|