Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3318 int offset, int length, boolean needRsp, boolean isPrep, byte[] data) in onServerWriteCharacteristic()
3343 int length, boolean needRsp, boolean isPrep, byte[] data) throws RemoteException { in onServerWriteDescriptor()