Home
last modified time | relevance | path

Searched refs:attrBit (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java1220 private boolean checkbit(int attrBit, byte[] selector) { in checkbit() argument
1222 if (((selector[selectorlen - 1 - ((int) attrBit / 8)] >> (attrBit % 8)) & 0x01) == 0) { in checkbit()