Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_native_object.h142 class NapiNativeBleConnectionStateChangeParam : public NapiNativeStateChangeParam {
144 NapiNativeBleConnectionStateChangeParam(std::string deviceAddr, int connectState) in NapiNativeBleConnectionStateChangeParam() function
146 ~NapiNativeBleConnectionStateChangeParam() override = default;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp60 …auto nativeObject = std::make_shared<NapiNativeBleConnectionStateChangeParam>(deviceAddr_, connect… in OnConnectionStateChanged()
H A Dnapi_bluetooth_gatt_server_callback.cpp89 std::make_shared<NapiNativeBleConnectionStateChangeParam>(device.GetDeviceAddr(), state); in OnConnectionStateUpdate()