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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java111 private static final int CONVO_PARAMETER_MASK_LEN = 0x04; field in class:BluetoothMapAppParams
544 if (tagLength != CONVO_PARAMETER_MASK_LEN) {
546 " expected: " + CONVO_PARAMETER_MASK_LEN);
798 appParamBuf.put((byte) CONVO_PARAMETER_MASK_LEN);

Completed in 2808 milliseconds