Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java185 private static GattService sGattService; field in GattService
270 if (sGattService == null) { in getGattService()
274 if (!sGattService.isAvailable()) { in getGattService()
278 return sGattService; in getGattService()
285 sGattService = instance; in setGattService()