Searched defs:onCharacteristicChanged (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleClient.java54 void onCharacteristicChanged(BluetoothGatt gatt, method in interface:SimpleBleClient.ClientCallback
372 public void onCharacteristicChanged(BluetoothGatt gatt,
375 callback.onCharacteristicChanged(gatt, characteristic);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java235 public void onCharacteristicChanged(BluetoothGatt gatt, method in class:GattClientListener.GattCallback
237 Log.d(TAG, "onCharacteristicChanged");

Completed in 1016 milliseconds