Home
last modified time | relevance | path

Searched refs:returnParameters (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothHciVendorSpecificNativeInterface.java71 private void onCommandComplete(int ocf, byte[] returnParameters, byte[] cookie) { in onCommandComplete() argument
73 cookie, (cb) -> cb.onCommandComplete(ocf, returnParameters)); in onCommandComplete()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHciVendorSpecificCallback.aidl24 void onCommandComplete(int ocf, in byte[] returnParameters); in onCommandComplete() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java5563 @IntRange(from = 0x000, to = 0x3ff) int ocf, @NonNull byte[] returnParameters); in onCommandComplete() argument
5658 public void onCommandComplete(int ocf, byte[] returnParameters) {
5662 (cb) -> cb.onCommandComplete(ocf, returnParameters));