/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {} in onExecuteWrite() method in BluetoothGattServerCallback
|
D | BluetoothGattServer.java | 300 public void onExecuteWrite(String address, int transId, boolean execWrite) { 317 mCallback.onExecuteWrite(device, transId, execWrite);
|
D | BluetoothGatt.java | 758 public void onExecuteWrite(String address, int status) {
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattServerManager.kt | 94 override fun onExecuteWrite(device: BluetoothDevice, requestId: Int, execute: Boolean) { in onExecuteWrite() method
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() method
|
D | IBluetoothGattCallback.aidl | 34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 254 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattNativeInterface 256 getGattService().onExecuteWrite(address, connId, transId, execWrite); in onExecuteWrite()
|
D | GattService.java | 1751 app.callback.onExecuteWrite(address, status); in onExecuteCompleted() 3038 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() method in GattService 3054 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 165 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite() method in GattServer.MyGattServerCallback
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1597 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;I)V 1626 Landroid/bluetooth/IBluetoothGattCallback;->onExecuteWrite(Ljava/lang/String;I)V 1640 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;IZ)V 1669 Landroid/bluetooth/IBluetoothGattServerCallback;->onExecuteWrite(Ljava/lang/String;IZ)V
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 765 method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
|