Home
last modified time | relevance | path

Searched defs:isPrep (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl35 in int length, in boolean isPrep, in boolean needRsp, in onCharacteristicWriteRequest()
38 in int length, in boolean isPrep, in boolean needRsp, in onDescriptorWriteRequest()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java49 boolean isPrep, boolean needRsp, int srvcType, int srvcInstId, ParcelUuid srvcId, in onCharacteristicWriteRequest()
54 boolean isPrep, boolean needRsp, int srvcType, int srvcInstId, ParcelUuid srvcId, in onDescriptorWriteRequest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java274 int offset, int length, boolean needRsp, boolean isPrep, byte[] data) in onServerWriteCharacteristic()
281 int length, boolean needRsp, boolean isPrep, byte[] data) throws RemoteException { in onServerWriteDescriptor()
DGattService.java4363 int offset, int length, boolean needRsp, boolean isPrep, byte[] data) in onServerWriteCharacteristic()
4388 int length, boolean needRsp, boolean isPrep, byte[] data) throws RemoteException { in onServerWriteDescriptor()