Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/src/
H A Dbluetooth_manager_addon.cpp70 napi_value objBluetoothInfo = nullptr; in ConvertBluetoothInfo() local
71 NAPI_CALL(env, napi_create_object(env, &objBluetoothInfo)); in ConvertBluetoothInfo()
78 NAPI_CALL(env, napi_set_named_property(env, objBluetoothInfo, "name", napi_name)); in ConvertBluetoothInfo()
79 NAPI_CALL(env, napi_set_named_property(env, objBluetoothInfo, "state", napi_state)); in ConvertBluetoothInfo()
80 …NAPI_CALL(env, napi_set_named_property(env, objBluetoothInfo, "connectionState", napi_connectionSt… in ConvertBluetoothInfo()
81 return objBluetoothInfo; in ConvertBluetoothInfo()