Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp1074 napi_value gattWriteTypeObj = nullptr; in PropertyInit() local
1075 napi_create_object(env, &gattWriteTypeObj); in PropertyInit()
1076 SetNamedPropertyByInteger(env, gattWriteTypeObj, static_cast<int32_t>(NapiGattWriteType::WRITE), "WRITE"); in PropertyInit()
1078 env, gattWriteTypeObj, static_cast<int32_t>(NapiGattWriteType::WRITE_NO_RESPONSE), "WRITE_NO_RESPONSE"); in PropertyInit()
1094 DECLARE_NAPI_PROPERTY("GattWriteType", gattWriteTypeObj), in PropertyInit()

Completed in 3 milliseconds