Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerService.java223 private int mCountMtuChange; field in BleServerService
265 mCountMtuChange = 0; in onCreate()
298 mCountMtuChange = 1; in onStartCommand()
300 mCountMtuChange = 2; in onStartCommand()
302 mCountMtuChange = 0; in onStartCommand()
416 if (mCountMtuChange == 1) { in notifyMtuRequest()
418 } else if (mCountMtuChange == 2) { in notifyMtuRequest()
822 Log.d(TAG, "onMtuTestDataReceive(" + mCountMtuChange + "):" + mMtuTestReceivedData); in onMtuTestDataReceive()
837 if (mCountMtuChange >= 2) { in onMtuTestDataReceive()
839 mCountMtuChange = 0; in onMtuTestDataReceive()
[all …]