Searched defs:START_OFFSET_LEN (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java79 private static final int START_OFFSET_LEN = 0x02; //, 0x0000, 0xFFFF), field in class:BluetoothMapAppParams
242 if (tagLength != START_OFFSET_LEN) {
244 + START_OFFSET_LEN);
604 appParamBuf.put((byte) START_OFFSET_LEN);

Completed in 28 milliseconds