Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java57 private int mBMsgLength = INVALID_VALUE; field in BluetoothMapbMessage
752 mBMsgLength = Integer.parseInt(arg[1].trim()); in parseBody()
761 Log.v(TAG, "bMsgLength: " + mBMsgLength); in parseBody()
763 if (mBMsgLength == INVALID_VALUE) { in parseBody()