HomeSort by relevance Sort by last modified time
    Searched refs:mBbodyLength (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessage.java 42 int mBbodyLength;
BluetoothMapBmessageParser.java 290 mBmsg.mBbodyLength = Integer.parseInt(prop.value);
315 int messageLen = mBmsg.mBbodyLength - MSG_CONTAINER_LEN;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Bmessage.java 42 int mBbodyLength;
BmessageParser.java 276 mBmsg.mBbodyLength = Integer.parseInt(prop.value);
301 int messageLen = mBmsg.mBbodyLength - MSG_CONTAINER_LEN;

Completed in 278 milliseconds