Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java32 public static final int TYPE_SERVICE = 1; field in HandleMap
50 this.type = TYPE_SERVICE; in Entry()
60 this.type = TYPE_SERVICE; in Entry()
117 if (entry.type != TYPE_SERVICE || entry.serverIf != serverIf in setStarted()
139 if (entry.type == TYPE_SERVICE && entry.handle == handle && entry.uuid.equals(uuid)) { in checkServiceExists()
191 case TYPE_SERVICE: in dump()
DGattService.java3098 if (entry.type != HandleMap.TYPE_SERVICE || entry.serverIf != serverIf in stopNextService()
3121 if (entry.type != HandleMap.TYPE_SERVICE || entry.serverIf != serverIf) { in deleteServices()