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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java44 private final static Property BEGIN_BMSG = new Property("BEGIN", "BMSG"); field in class:BluetoothMapBmessageParser
118 if (!prop.equals(BEGIN_BMSG)) {
119 throw expected(BEGIN_BMSG);

Completed in 21 milliseconds