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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 39 void onGetDescriptor(in String address, in int srvcType,
BluetoothAdapter.java     [all...]
BluetoothGatt.java 261 public void onGetDescriptor(String address, int srvcType,
265 if (DBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 637 void onGetDescriptor(int connId, int status, int srvcType,
647 if (DBG) Log.d(TAG, "onGetDescriptor() - address=" + address
653 app.callback.onGetDescriptor(address, srvcType,
    [all...]

Completed in 145 milliseconds