Home
last modified time | relevance | path

Searched refs:BluetoothDeviceClass (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp22 BluetoothDeviceClass::BluetoothDeviceClass() : class_(0) in BluetoothDeviceClass() function in OHOS::Bluetooth::BluetoothDeviceClass
25 BluetoothDeviceClass::BluetoothDeviceClass(int deviceClass) : class_(deviceClass) in BluetoothDeviceClass() function in OHOS::Bluetooth::BluetoothDeviceClass
28 BluetoothDeviceClass::~BluetoothDeviceClass() in ~BluetoothDeviceClass()
31 int BluetoothDeviceClass::GetMajorClass() const in GetMajorClass()
36 int BluetoothDeviceClass::GetMajorMinorClass() const in GetMajorMinorClass()
43 int BluetoothDeviceClass::GetClassOfDevice() const in GetClassOfDevice()
48 bool BluetoothDeviceClass
[all...]
H A Dbluetooth_host.cpp298 BluetoothDeviceClass deviceClass(cod);
916 BluetoothDeviceClass BluetoothHost::GetLocalDeviceClass() const in GetLocalDeviceClass()
920 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BluetoothDeviceClass(0), "proxy is nullptr"); in GetLocalDeviceClass()
923 return BluetoothDeviceClass(LocalDeviceClass); in GetLocalDeviceClass()
926 bool BluetoothHost::SetLocalDeviceClass(const BluetoothDeviceClass &deviceClass) in SetLocalDeviceClass()
H A Dbluetooth_remote_device.cpp334 BluetoothDeviceClass deviceClass = BluetoothDeviceClass(deviceCod); in GetDeviceProductType()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device_class.h48 class BLUETOOTH_API BluetoothDeviceClass { class
51 * @brief A constructor used to create a <b>BluetoothDeviceClass</b> instance.
56 BluetoothDeviceClass();
59 * @brief A constructor used to create a <b>BluetoothDeviceClass</b> instance.
61 * @param deviceClass Device class to create an <b>BluetoothDeviceClass</b> instance.
65 explicit BluetoothDeviceClass(int deviceClass);
68 * @brief A destructor used to delete the <b>BluetoothDeviceClass</b> instance.
73 ~BluetoothDeviceClass();
H A Dbluetooth_host.h211 virtual void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) = 0;
511 BluetoothDeviceClass GetLocalDeviceClass() const;
521 bool SetLocalDeviceClass(const BluetoothDeviceClass &deviceClass);
/foundation/communication/nfc/services/include/
H A Dndef_bt_data_parser.h34 Bluetooth::BluetoothDeviceClass btClass_ {};
57 Bluetooth::BluetoothDeviceClass& btClass);
H A Dbt_connection_manager.h92 const Bluetooth::BluetoothDeviceClass &cod) override {};
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_remote_device_observer.h34 void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.h36 void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) override;
H A Dnapi_bluetooth_remote_device_observer.cpp66 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h30 using Bluetooth::BluetoothDeviceClass;
92 void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) override{};
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp668 BluetoothDeviceClass getLocalcod = BluetoothDeviceClass(cod); in HWTEST_F()
686 BluetoothDeviceClass getLocalcod = BluetoothDeviceClass(cod); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp73 BluetoothDeviceClass classOfDevice = BluetoothDeviceClass(deviceClass); in ConvertDeviceClassToJS()
/foundation/communication/nfc/services/src/tag/
H A Dndef_bt_data_parser.cpp99 Bluetooth::BluetoothDeviceClass& btClass) in GetBtDevClass()
108 btClass = Bluetooth::BluetoothDeviceClass(devClass); in GetBtDevClass()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp240 void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) override

Completed in 9 milliseconds