Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java72 private static final int ET_CONNECTABLE_MASK = 0x01; field in ScanResult
111 mEventType = (DATA_COMPLETE << 5) | ET_LEGACY_MASK | ET_CONNECTABLE_MASK; in ScanResult()
240 return (mEventType & ET_CONNECTABLE_MASK) != 0; in isConnectable()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12478 Landroid/bluetooth/le/ScanResult;->ET_CONNECTABLE_MASK:I