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

  /system/bt/service/doc/
IBluetoothLowEnergyCallback.txt 29 void onClientRegistered(in int status, in int client_if);
IBluetoothGattClientCallback.txt 30 void onClientRegistered(in int status, in int client_id);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 28 void onClientRegistered(in int status, in int clientIf);
BluetoothGattCallbackWrapper.java 35 public void onClientRegistered(int status, int clientIf) throws RemoteException {
BluetoothGatt.java 140 public void onClientRegistered(int status, int clientIf) {
141 if (DBG) Log.d(TAG, "onClientRegistered() - status=" + status
659 // The connection will continue in the onClientRegistered callback
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 311 public void onClientRegistered(int status, int clientIf) {
312 Log.d(TAG, "onClientRegistered() - status=" + status + " clientIf=" + clientIf);
BluetoothLeScanner.java 356 public void onClientRegistered(int status, int clientIf) {
357 Log.d(TAG, "onClientRegistered() - status=" + status +
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 685 void onClientRegistered(int status, int clientIf, long uuidLsb, long uuidMsb)
688 if (DBG) Log.d(TAG, "onClientRegistered() - UUID=" + uuid + ", clientIf=" + clientIf);
697 app.callback.onClientRegistered(status, clientIf);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 109 milliseconds