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
729 mBMsgLength = Integer.parseInt(arg[1].trim()); in parseBody()
738 if (V) Log.v(TAG, "bMsgLength: " + mBMsgLength); in parseBody()
739 if(mBMsgLength == INVALID_VALUE) in parseBody()