Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java82 private static final int MASK_SENT = 0x2000; field in BluetoothMapContent
256 if ((ap.getParameterMask() & MASK_SENT) != 0) { in setSent()