HomeSort by relevance Sort by last modified time
    Searched refs:onExecuteWrite (Results 1 - 11 of 11) 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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 320 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
321 if (DEBUG) Log.d(TAG, "onExecuteWrite");
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 57 milliseconds