Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java54 private int mBMsgLength = INVALID_VALUE; field in BluetoothMapbMessage
706 mBMsgLength = Integer.parseInt(arg[1].trim()); in parseBody()
714 Log.v(TAG, "bMsgLength: " + mBMsgLength); in parseBody()
715 if (mBMsgLength == INVALID_VALUE) { in parseBody()