identity_profile_loop

Function identity_profile_loop 

Source
pub async fn identity_profile_loop<CS: CounterStore + 'static>(
    node: DeviceNode<CS>,
)
Expand description

Keeps the Identity Request responder’s profile name synced to the live device name. The responder builds replies synchronously and cannot await, so the current name is pushed in here on each change rather than read at reply time.