Searched refs:gattWriteTypeObj (Results 1 – 1 of 1) sorted by relevance
1081 napi_value gattWriteTypeObj = nullptr; in PropertyInit() local1082 napi_create_object(env, &gattWriteTypeObj); in PropertyInit()1083 …SetNamedPropertyByInteger(env, gattWriteTypeObj, static_cast<int32_t>(NapiGattWriteType::WRITE), "… in PropertyInit()1085 …env, gattWriteTypeObj, static_cast<int32_t>(NapiGattWriteType::WRITE_NO_RESPONSE), "WRITE_NO_RESPO… in PropertyInit()1101 DECLARE_NAPI_PROPERTY("GattWriteType", gattWriteTypeObj), in PropertyInit()