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.java184 private static GattService sGattService; field in GattService
269 if (sGattService == null) { in getGattService()
273 if (!sGattService.isAvailable()) { in getGattService()
277 return sGattService; in getGattService()
284 sGattService = instance; in setGattService()