Skip to content

Commit

Permalink
use all caps for device kind
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Oct 22, 2024
1 parent 7584daa commit ad7ce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumble/transport/android_netsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit ad7ce79

Please sign in to comment.