Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java59 private int mServerIf; field in BluetoothGattServer
89 mServerIf = serverIf;
512 mServerIf = 0; in BluetoothGattServer()
523 return mServerIf; in getServerIf()
656 if (mServerIf == 0) { in registerCallback()
669 if (DBG) Log.d(TAG, "unregisterCallback() - mServerIf=" + mServerIf); in unregisterCallback()
670 if (mService == null || mServerIf == 0) return; in unregisterCallback()
674 mService.unregisterServer(mServerIf, mAttributionSource); in unregisterCallback()
675 mServerIf = 0; in unregisterCallback()
721 if (mService == null || mServerIf == 0) return false; in connect()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt416 Landroid/bluetooth/BluetoothGattServer;->mServerIf:I