Searched refs:mBMsgLength (Results 1 – 1 of 1) sorted by relevance
57 private int mBMsgLength = INVALID_VALUE; field in BluetoothMapbMessage728 mBMsgLength = Integer.parseInt(arg[1].trim()); in parseBody()737 if(mBMsgLength == INVALID_VALUE) in parseBody()750 byte[] rawData = reader.getDataBytes(mBMsgLength - (line.getBytes().length + 2)); in parseBody()755 Log.v(TAG,"MsgLength: " + mBMsgLength); in parseBody()