Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java267 int mAppIf; field in GattService.ClientDeathRecipient
270 mAppIf = appIf; in ClientDeathRecipient()
275 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
277 if (isScanClient(mAppIf)) { in binderDied()
278 ScanClient client = new ScanClient(mAppIf, false); in binderDied()
282 AdvertiseClient client = new AdvertiseClient(mAppIf); in binderDied()
304 int mAppIf; field in GattService.ServerDeathRecipient
307 mAppIf = appIf; in ServerDeathRecipient()
311 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
312 unregisterServer(mAppIf); in binderDied()