Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds