HomeSort by relevance Sort by last modified time
    Searched refs:onExecuteWrite (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 134 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
IBluetoothGattServerCallback.aidl 60 void onExecuteWrite(in String address, in int transId, in boolean execWrite);
IBluetoothGattCallback.aidl 51 void onExecuteWrite(in String address, in int status);
BluetoothGattServer.java 261 public void onExecuteWrite(String address, int transId,
263 if (DBG) Log.d(TAG, "onExecuteWrite() - "
271 mCallback.onExecuteWrite(device, transId, execWrite);
BluetoothAdapter.java     [all...]
BluetoothGatt.java 527 public void onExecuteWrite(String address, int status) {
528 if (DBG) Log.d(TAG, "onExecuteWrite() - Device=" + address
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 778 app.callback.onExecuteWrite(address, status);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 82 milliseconds