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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 132 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
IBluetoothGattCallback.aidl 36 void onExecuteWrite(in String address, in int status);
BluetoothGattCallbackWrapper.java 66 public void onExecuteWrite(String address, int status) throws RemoteException {
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 446 public void onExecuteWrite(String address, int status) {
447 if (VDBG) Log.d(TAG, "onExecuteWrite() - Device=" + address
    [all...]
  /system/bt/service/doc/
IBluetoothGattClientCallback.txt 95 void onExecuteWrite(in String device_address, in int status);
  /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");
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 550 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
551 Log.d("gatt_server change onExecuteWrite " + mEventType + " " + index);
555 mEventFacade.postEvent(mEventType + index + "onExecuteWrite", mResults.clone());
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 481 milliseconds