mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 06:19:54 +00:00
[bbr] rename as HandleBackboneRouterPrimaryUpdate (#5240)
This commit is contained in:
@@ -224,7 +224,7 @@ void Leader::UpdateBackboneRouterPrimary(void)
|
||||
LogBackboneRouterPrimary(state, mConfig);
|
||||
|
||||
#if OPENTHREAD_FTD && OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
|
||||
Get<BackboneRouter::Local>().UpdateBackboneRouterPrimary(state, mConfig);
|
||||
Get<BackboneRouter::Local>().HandleBackboneRouterPrimaryUpdate(state, mConfig);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -262,7 +262,7 @@ exit:
|
||||
return;
|
||||
}
|
||||
|
||||
void Local::UpdateBackboneRouterPrimary(Leader::State aState, const BackboneRouterConfig &aConfig)
|
||||
void Local::HandleBackboneRouterPrimaryUpdate(Leader::State aState, const BackboneRouterConfig &aConfig)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aState);
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ public:
|
||||
* @param[in] aConfig The Primary Backbone Router service.
|
||||
*
|
||||
*/
|
||||
void UpdateBackboneRouterPrimary(Leader::State aState, const BackboneRouterConfig &aConfig);
|
||||
void HandleBackboneRouterPrimaryUpdate(Leader::State aState, const BackboneRouterConfig &aConfig);
|
||||
|
||||
/**
|
||||
* This method gets the Domain Prefix configuration.
|
||||
|
||||
Reference in New Issue
Block a user