Home | History | Annotate | Download | only in avrcp

Lines Matching refs:featureBits

2299                 short[] featureBits = info.getFeatureBitMask();
2300 for (int numBit = 0; numBit < featureBits.length; numBit++) {
2302 byte octet = (byte) (featureBits[numBit] / 8);
2304 byte bit = (byte) (featureBits[numBit] % 8);