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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 69 int charInstId, ParcelUuid charUuid, int descrInstId, ParcelUuid descrUuid)
95 ParcelUuid descrUuid, byte[] value) throws RemoteException {
101 ParcelUuid descrUuid) throws RemoteException {
IBluetoothGattCallback.aidl 44 in int descrInstId, in ParcelUuid descrUuid);
57 in int descrInstId, in ParcelUuid descrUuid,
62 in int descrInstId, in ParcelUuid descrUuid);
BluetoothGattServer.java 164 UUID descrUuid = descrId.getUuid();
167 + "descriptor=" + descrUuid);
176 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
226 UUID descrUuid = descrId.getUuid();
229 + "descriptor=" + descrUuid);
239 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
BluetoothGatt.java 451 int descrInstId, ParcelUuid descrUuid,
472 descrUuid.getUuid(), descrInstId);
484 descrInstId, descrUuid, AUTHENTICATION_MITM);
507 int descrInstId, ParcelUuid descrUuid) {
527 descrUuid.getUuid(), descrInstId);
537 descrInstId, descrUuid, characteristic.getWriteType(),
    [all...]
IBluetoothGatt.aidl 64 in int descrInstanceId, in ParcelUuid descrUuid,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 107 milliseconds