Home
last modified time | relevance | path

Searched refs:gatt (Results 1 – 25 of 25) 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/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java265 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 …]
DPhoneUnlockController.java128 public void onCharacteristicChanged(BluetoothGatt gatt,
DPhoneEnrolmentController.java145 public void onCharacteristicChanged(BluetoothGatt gatt,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java251 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/
DBleManager.java378 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/
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;
DAdvertiseHelper.java17 package com.android.bluetooth.gatt;
DGattDebugUtils.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;
DContextMap.java16 package com.android.bluetooth.gatt;
DAdvertiseManager.java17 package com.android.bluetooth.gatt;
DAppScanStats.java16 package com.android.bluetooth.gatt;
DScanManager.java17 package com.android.bluetooth.gatt;
DGattService.java17 package com.android.bluetooth.gatt;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java1 package com.android.bluetooth.gatt;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java32 import com.android.bluetooth.gatt.GattService;
DAdapterService.java74 import com.android.bluetooth.gatt.GattService;