Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp219 napi_value stateChangeCause = nullptr; in ConvertStateChangeParamToJS() local
220 napi_create_int32(env, cause, &stateChangeCause); in ConvertStateChangeParamToJS()
221 napi_set_named_property(env, result, "cause", stateChangeCause); in ConvertStateChangeParamToJS()

Completed in 3 milliseconds