Searched defs:isPrep (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| 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()
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
| D | IBluetoothGattServerCallback.java | 49 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/ |
| D | GattNativeInterface.java | 274 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()
|
| D | GattService.java | 4363 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()
|