Register on_notify_mac_address_changed_event
authorCheoleun Moon <chleun.moon@samsung.com>
Mon, 13 Apr 2020 09:41:01 +0000 (18:41 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Mon, 13 Apr 2020 09:41:01 +0000 (18:41 +0900)
src/NanHalEventCallbackHandler.cpp

index 6c2e0ce18a72415a0657c0fb4b357b2e2e05ec83..f1024aa15d4608f31f1bd4ef6175b9e091b97edc 100644 (file)
@@ -735,6 +735,7 @@ void NanHalEventCallbackHandler::registerUserCallbacks(const NanEventCallback& u
 
        on_notify_data_path_confirm_event = userCallbacks.on_notify_data_path_confirm_event;
        on_notify_data_path_end_event = userCallbacks.on_notify_data_path_end_event;
+       on_notify_mac_address_changed_event = userCallbacks.on_notify_mac_address_changed_event;
 }
 
 NanCallbackHandler NanHalEventCallbackHandler::getCallbackHandler()