Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java488 ServerDeathRecipient(int appIf) { in ServerDeathRecipient() argument
489 mAppIf = appIf; in ServerDeathRecipient()
504 ClientDeathRecipient(int appIf) { in ClientDeathRecipient() argument
505 mAppIf = appIf; in ClientDeathRecipient()