Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp97 bool HasProperty(int properties, int propertyMask) in HasProperty() argument
99 if (properties < 0 || propertyMask < 0) { in HasProperty()
103 return (static_cast<unsigned int>(properties) & static_cast<unsigned int>(propertyMask)) != 0; in HasProperty()