Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java63 @UnsupportedAppUsage private int mClientIf; field in BluetoothGatt
236 mClientIf = clientIf;
277 mClientIf,
497 mClientIf, address, handle, authReq, mAttributionSource);
571 mClientIf,
672 mClientIf, address, handle, authReq, mAttributionSource);
729 mClientIf, address, handle, authReq, value, mAttributionSource);
1130 if (mService == null || mClientIf == 0) return; in unregisterApp()
1131 if (DBG) Log.d(TAG, "unregisterApp() - mClientIf=" + mClientIf); in unregisterApp()
1135 mService.unregisterClient(mClientIf, mAttributionSource); in unregisterApp()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DFilterParams.java20 private int mClientIf; field in FilterParams
47 mClientIf = clientIf; in FilterParams()
62 return mClientIf; in getClientIf()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DAdvtFilterOnFoundOnLostInfo.java23 private int mClientIf; field in AdvtFilterOnFoundOnLostInfo
57 mClientIf = clientIf; in AdvtFilterOnFoundOnLostInfo()
73 return mClientIf; in getClientIf()