Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java183 private int mDisconnectionType = INVALID_VALUE; field in SapMessage
246 return mDisconnectionType; in getDisconnectionType()
250 this.mDisconnectionType = disconnectionType; in setDisconnectionType()
344 if (mDisconnectionType != INVALID_VALUE) { in getParamCount()
592 mDisconnectionType = is.read(); in parseParameters()
695 if (mDisconnectionType != INVALID_VALUE) { in write()
696 writeParameter(os, PARAM_DISCONNECT_TYPE_ID, mDisconnectionType, in write()
897 + mDisconnectionType); in createUnsolicited()