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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 27 void onClientConnectionState(in int status, in int clientIf,
BluetoothAdapter.java     [all...]
BluetoothGatt.java 158 public void onClientConnectionState(int status, int clientIf,
160 if (DBG) Log.d(TAG, "onClientConnectionState() - status=" + status
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 561 app.callback.onClientConnectionState(status, clientIf, true, address);
574 app.callback.onClientConnectionState(status, clientIf, false, address);
    [all...]

Completed in 70 milliseconds