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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 132 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
BluetoothGattCallbackWrapper.java 89 public void onExecuteWrite(String address, int status) throws RemoteException {
IBluetoothGattCallback.aidl 53 void onExecuteWrite(in String address, in int status);
IBluetoothGattServerCallback.aidl 60 void onExecuteWrite(in String address, in int transId, in boolean execWrite);
BluetoothGattServer.java 254 public void onExecuteWrite(String address, int transId,
256 if (DBG) Log.d(TAG, "onExecuteWrite() - "
264 mCallback.onExecuteWrite(device, transId, execWrite);
BluetoothGatt.java 558 public void onExecuteWrite(String address, int status) {
559 if (VDBG) Log.d(TAG, "onExecuteWrite() - Device=" + address
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 367 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
372 if (DEBUG) Log.d(TAG, "onExecuteWrite");
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 677 milliseconds