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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDbElement.java 31 public static final int TYPE_CHARACTERISTIC = 3;
49 * If type is TYPE_CHARACTERISTIC, this contains the properties of
71 el.type = TYPE_CHARACTERISTIC;
HandleMap.java 32 public static final int TYPE_CHARACTERISTIC = 2;
106 mEntries.add(new Entry(serverIf, TYPE_CHARACTERISTIC, handle, uuid, serviceHandle));
149 if (entry.type == TYPE_CHARACTERISTIC &&
209 case TYPE_CHARACTERISTIC:
GattService.java     [all...]

Completed in 2116 milliseconds