diff --git a/bumble/transport/android_netsim.py b/bumble/transport/android_netsim.py index 2b8f6a03..317b738c 100644 --- a/bumble/transport/android_netsim.py +++ b/bumble/transport/android_netsim.py @@ -321,7 +321,7 @@ def __init__(self, name, manufacturer, hci_device): async def start(self): # Send the startup info device_info = DeviceInfo( name=self.name, - kind='Bumble', + kind='BUMBLE', version=bumble.__version__, sdk_version=platform.python_version(), build_id=platform.platform(),