mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
use all caps for device kind
This commit is contained in:
@@ -321,7 +321,7 @@ async def open_android_netsim_host_transport_with_channel(
|
|||||||
async def start(self): # Send the startup info
|
async def start(self): # Send the startup info
|
||||||
device_info = DeviceInfo(
|
device_info = DeviceInfo(
|
||||||
name=self.name,
|
name=self.name,
|
||||||
kind='Bumble',
|
kind='BUMBLE',
|
||||||
version=bumble.__version__,
|
version=bumble.__version__,
|
||||||
sdk_version=platform.python_version(),
|
sdk_version=platform.python_version(),
|
||||||
build_id=platform.platform(),
|
build_id=platform.platform(),
|
||||||
|
|||||||
Reference in New Issue
Block a user