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/
IBluetoothGattCallback.aidl 42 in int descrInstId, in ParcelUuid descrUuid);
55 in int descrInstId, in ParcelUuid descrUuid,
60 in int descrInstId, in ParcelUuid descrUuid);
BluetoothGattServer.java 171 UUID descrUuid = descrId.getUuid();
174 + "descriptor=" + descrUuid);
183 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
233 UUID descrUuid = descrId.getUuid();
236 + "descriptor=" + descrUuid);
246 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
BluetoothGatt.java 432 int descrInstId, ParcelUuid descrUuid,
448 descrUuid.getUuid(), descrInstId);
460 descrInstId, descrUuid, AUTHENTICATION_MITM);
482 int descrInstId, ParcelUuid descrUuid) {
497 descrUuid.getUuid(), descrInstId);
507 descrInstId, descrUuid, characteristic.getWriteType(),
    [all...]
IBluetoothGatt.aidl 57 in int descrInstanceId, in ParcelUuid descrUuid,
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 790 UUID descrUuid = new UUID(descrUuidMsb, descrUuidLsb);
801 descrInstId, new ParcelUuid(descrUuid), data);
812 UUID descrUuid = new UUID(descrUuidMsb, descrUuidLsb);
    [all...]

Completed in 245 milliseconds