Searched refs:onCharacteristicRead (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java86 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, method in class:BluetoothGattCallback
H A DBluetoothGatt.java340 public void onCharacteristicRead(String address, int status, int handle,
343 Log.d(TAG, "onCharacteristicRead() - Device=" + address
374 Log.w(TAG, "onCharacteristicRead() failed to find characteristic!");
384 callback.onCharacteristicRead(BluetoothGatt.this, characteristic,
1068 * is reported by the {@link BluetoothGattCallback#onCharacteristicRead}
1111 * is reported by the {@link BluetoothGattCallback#onCharacteristicRead}
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java142 public void onCharacteristicRead(BluetoothGatt gatt,
145 Log.d(TAG, "onCharacteristicRead " + status);

Completed in 11 milliseconds