Searched refs:MSG_BEGIN (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageBuilder.java46 private final static String MSG_BEGIN = "BEGIN:MSG"; field in class:BluetoothMapBmessageBuilder
71 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length()
110 mBmsg.append(MSG_BEGIN).append(CRLF);

Completed in 17 milliseconds