Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java31 public static final int TYPE_SERVICE = 1; field in HandleMap
49 this.type = TYPE_SERVICE; in Entry()
59 this.type = TYPE_SERVICE; in Entry()
117 if (entry.type != TYPE_SERVICE || in setStarted()
138 if (entry.type == TYPE_SERVICE && in getServiceHandle()
206 case TYPE_SERVICE: in dump()
DServiceDeclaration.java27 public static final byte TYPE_SERVICE = 1; field in ServiceDeclaration
43 this.type = TYPE_SERVICE; in Entry()
50 this.type = TYPE_SERVICE; in Entry()
DGattService.java2110 case ServiceDeclaration.TYPE_SERVICE: in continueServiceDeclaration()
2182 if (entry.type != HandleMap.TYPE_SERVICE || in stopNextService()
2203 if (entry.type != HandleMap.TYPE_SERVICE || in deleteServices()