diff --git a/bumble/hfp.py b/bumble/hfp.py index df6cc3b4..2897eb4a 100644 --- a/bumble/hfp.py +++ b/bumble/hfp.py @@ -602,7 +602,7 @@ def signal(cls: type[Self]) -> Self: def roam(cls: type[Self]) -> Self: """Default roam indicator state.""" return cls( - indicator=AgIndicator.CALL, supported_values={0, 1}, current_status=0 + indicator=AgIndicator.ROAM, supported_values={0, 1}, current_status=0 ) @classmethod