Home
last modified time | relevance | path

Searched refs:TYPE_CHARACTERISTIC (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java33 public static final int TYPE_CHARACTERISTIC = 2; field in HandleMap
107 mEntries.add(new Entry(serverIf, TYPE_CHARACTERISTIC, handle, uuid, serviceHandle)); in addCharacteristic()
196 case TYPE_CHARACTERISTIC: in dump()
DGattDbElement.java31 public static final int TYPE_CHARACTERISTIC = 3; field in GattDbElement
71 el.type = TYPE_CHARACTERISTIC; in createCharacteristic()
DGattService.java1425 case GattDbElement.TYPE_CHARACTERISTIC: in onGetGattDb()
2725 } else if (el.type == GattDbElement.TYPE_CHARACTERISTIC) { in onServiceAdded()