/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/ |
D | CarBleCentralManager.java | 202 BluetoothGatt gatt = device.connectGatt(mContext, /* autoConnect = */ false, in startDeviceConnection() local 204 if (gatt == null) { in startDeviceConnection() 208 BleDevice bleDevice = new BleDevice(device, gatt); in startDeviceConnection() 260 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 261 super.onConnectionStateChange(gatt, status, newState); 262 if (gatt == null) { 267 BleDevice connectedDevice = getConnectedDevice(gatt); 286 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 287 super.onServicesDiscovered(gatt, status); 288 if (gatt == null) { [all …]
|
D | CarBleManager.java | 128 BleDevice getConnectedDevice(@NonNull BluetoothGatt gatt) { in getConnectedDevice() argument 130 if (device.mGatt == gatt) { in getConnectedDevice() 205 BleDevice(@NonNull BluetoothDevice device, @Nullable BluetoothGatt gatt) { in BleDevice() argument 207 mGatt = gatt; in BleDevice()
|
D | BlePeripheralManager.java | 400 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 421 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 444 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic,
|
/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/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 | 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 | 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 | 33 import com.android.bluetooth.gatt.GattService;
|
D | AdapterService.java | 88 import com.android.bluetooth.gatt.GattService;
|