Searched refs:TYPE_CHARACTERISTIC (Results 1 – 3 of 3) sorted by relevance
31 public static final int TYPE_CHARACTERISTIC = 3; field in GattDbElement71 el.type = TYPE_CHARACTERISTIC; in createCharacteristic()
33 public static final int TYPE_CHARACTERISTIC = 2; field in HandleMap107 mEntries.add(new Entry(serverIf, TYPE_CHARACTERISTIC, handle, uuid, serviceHandle)); in addCharacteristic()196 case TYPE_CHARACTERISTIC: in dump()
1635 case GattDbElement.TYPE_CHARACTERISTIC: in onGetGattDb()3212 } else if (el.type == GattDbElement.TYPE_CHARACTERISTIC) { in onServiceAdded()