Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java44 public int charHandle = 0; field in HandleMap.Entry
76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() argument
82 this.charHandle = charHandle; in Entry()