Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java179 private int mDisconnectionType = INVALID_VALUE; field in SapMessage
244 return mDisconnectionType; in getDisconnectionType()
248 this.mDisconnectionType = disconnectionType; in setDisconnectionType()
343 if (mDisconnectionType != INVALID_VALUE) { in getParamCount()
607 mDisconnectionType = is.read(); in parseParameters()
719 if (mDisconnectionType != INVALID_VALUE) { in write()
721 os, PARAM_DISCONNECT_TYPE_ID, mDisconnectionType, PARAM_DISCONNECT_TYPE_LENGTH); in write()
909 + mDisconnectionType); in createUnsolicited()