Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp155 napi_value propertiesValue = ConvertGattPropertiesToJs(env, characteristic.GetProperties()); in ConvertBLECharacteristicToJS() local
156 napi_set_named_property(env, result, "properties", propertiesValue); in ConvertBLECharacteristicToJS()