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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 26 void onClientRegistered(in int status, in int clientIf);
BluetoothAdapter.java     [all...]
BluetoothGatt.java 127 public void onClientRegistered(int status, int clientIf) {
128 if (DBG) Log.d(TAG, "onClientRegistered() - status=" + status
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 541 void onClientRegistered(int status, int clientIf, long uuidLsb, long uuidMsb)
544 if (DBG) Log.d(TAG, "onClientRegistered() - UUID=" + uuid + ", clientIf=" + clientIf);
549 app.callback.onClientRegistered(status, clientIf);
    [all...]

Completed in 435 milliseconds