Searched refs:NapiNativeBleConnectionStateChangeParam (Results 1 – 3 of 3) sorted by relevance
142 class NapiNativeBleConnectionStateChangeParam : public NapiNativeStateChangeParam {144 NapiNativeBleConnectionStateChangeParam(std::string deviceAddr, int connectState) in NapiNativeBleConnectionStateChangeParam() function146 ~NapiNativeBleConnectionStateChangeParam() override = default;
60 …auto nativeObject = std::make_shared<NapiNativeBleConnectionStateChangeParam>(deviceAddr_, connect… in OnConnectionStateChanged()
89 std::make_shared<NapiNativeBleConnectionStateChangeParam>(device.GetDeviceAddr(), state); in OnConnectionStateUpdate()