Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device.h183 static const int SERVICE_BITMASK = 0xFFE000; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp154 return ((class_ & BluetoothDevice::SERVICE_BITMASK & service) != 0); in IsServiceSupported()