Searched refs:needRsp (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 35 in int length, in boolean isPrep, in boolean needRsp, in onCharacteristicWriteRequest() argument 38 in int length, in boolean isPrep, in boolean needRsp, in onDescriptorWriteRequest() argument
|
D | BluetoothGattServer.java | 194 int offset, int length, boolean isPrep, boolean needRsp, 207 isPrep, needRsp, offset, value); 220 int length, boolean isPrep, boolean needRsp, int handle, byte[] value) { 232 isPrep, needRsp, offset, value);
|