Searched refs:TYPE_CHARACTERISTIC (Results 1 – 3 of 3) sorted by relevance
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()
31 public static final int TYPE_CHARACTERISTIC = 3; field in GattDbElement71 el.type = TYPE_CHARACTERISTIC; in createCharacteristic()
1343 case GattDbElement.TYPE_CHARACTERISTIC: in onGetGattDb()2597 } else if (el.type == GattDbElement.TYPE_CHARACTERISTIC) { in onServiceAdded()