Searched defs:isPrep (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 35 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 D | GattService.java | 3318 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()
|