Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java1410 private boolean checkBit(int attrBit, byte[] selector) { in checkBit() argument
1411 int offset = (attrBit / 8) + 1; in checkBit()
1415 return ((selector[mSelector.length - offset] >> (attrBit % 8)) & 0x01) != 0; in checkBit()