Home
last modified time | relevance | path

Searched refs:class_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp22 BluetoothDeviceClass::BluetoothDeviceClass() : class_(0) in BluetoothDeviceClass()
25 BluetoothDeviceClass::BluetoothDeviceClass(int deviceClass) : class_(deviceClass) in BluetoothDeviceClass()
33 return (class_ & BluetoothDevice::MAJOR_BITMASK); in GetMajorClass()
38 int res = (class_ & BluetoothDevice::DEVICE_BITMASK); in GetMajorMinorClass()
45 return class_; in GetClassOfDevice()
150 return ((class_ & BluetoothDevice::SERVICE_BITMASK & service) != 0); in IsServiceSupported()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device_class.h129 int class_; member in OHOS::Bluetooth::BluetoothDeviceClass

Completed in 1 milliseconds