OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_CHARACTERISTIC
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java
30
public static final byte
TYPE_CHARACTERISTIC
= 2;
60
this.type =
TYPE_CHARACTERISTIC
;
HandleMap.java
32
public static final int
TYPE_CHARACTERISTIC
= 2;
108
mEntries.add(new Entry(serverIf,
TYPE_CHARACTERISTIC
, handle, uuid, serviceHandle));
151
if (entry.type ==
TYPE_CHARACTERISTIC
&&
213
case
TYPE_CHARACTERISTIC
:
Completed in 914 milliseconds