Home
last modified time | relevance | path

Searched refs:gatt (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java184 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/
DSimpleBleClient.java54 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/
DBluetoothAccessoryFragment.java243 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/
DGattServiceTest.java2 package com.android.bluetooth.gatt;
7 import com.android.bluetooth.gatt.GattService;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattServiceConfig.java17 package com.android.bluetooth.gatt;
DCallbackInfo.java16 package com.android.bluetooth.gatt;
DFilterParams.java17 package com.android.bluetooth.gatt;
DGattDbElement.java17 package com.android.bluetooth.gatt;
DAdvtFilterOnFoundOnLostInfo.java17 package com.android.bluetooth.gatt;
DScanClient.java17 package com.android.bluetooth.gatt;
DGattDebugUtils.java17 package com.android.bluetooth.gatt;
DAdvertiseHelper.java17 package com.android.bluetooth.gatt;
DHandleMap.java16 package com.android.bluetooth.gatt;
DPeriodicScanManager.java17 package com.android.bluetooth.gatt;
DScanFilterQueue.java17 package com.android.bluetooth.gatt;
DAppScanStats.java16 package com.android.bluetooth.gatt;
DContextMap.java16 package com.android.bluetooth.gatt;
DAdvertiseManager.java17 package com.android.bluetooth.gatt;
DScanManager.java17 package com.android.bluetooth.gatt;
DGattService.java17 package com.android.bluetooth.gatt;
/packages/services/Car/TrustAgent/src/com/android/car/trust/
DPhoneUnlockController.java130 public void onCharacteristicChanged(BluetoothGatt gatt,
DPhoneEnrolmentController.java142 public void onCharacteristicChanged(BluetoothGatt gatt,
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java37 import com.android.bluetooth.gatt.GattService;