Searched refs:propertiesValue (Results 1 – 1 of 1) sorted by relevance
155 napi_value propertiesValue = ConvertGattPropertiesToJs(env, characteristic.GetProperties()); in ConvertBLECharacteristicToJS() local156 napi_set_named_property(env, result, "properties", propertiesValue); in ConvertBLECharacteristicToJS()