Home
last modified time | relevance | path

Searched refs:TYPE_DESCRIPTOR (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java33 public static final int TYPE_DESCRIPTOR = 3; field in HandleMap
112 …mEntries.add(new Entry(serverIf, TYPE_DESCRIPTOR, handle, uuid, serviceHandle, mLastCharacteristic… in addDescriptor()
215 case TYPE_DESCRIPTOR: in dump()
DServiceDeclaration.java29 public static final byte TYPE_DESCRIPTOR = 3; field in ServiceDeclaration
66 this.type = TYPE_DESCRIPTOR; in Entry()
DGattDbElement.java35 public static final int TYPE_DESCRIPTOR = 4; field in GattDbElement
DGattService.java770 case GattDbElement.TYPE_DESCRIPTOR: in onGetGattDb()
1756 case HandleMap.TYPE_DESCRIPTOR: in onAttributeRead()
1804 case HandleMap.TYPE_DESCRIPTOR: in onAttributeWrite()
2128 case ServiceDeclaration.TYPE_DESCRIPTOR: in continueServiceDeclaration()