module bluerpc.discovery
function start_discovery
start_discovery(
bind_addr: str = '[::]:5052',
name: str = 'unknown',
adapter_mac: str = '00:00:00:00:00:00'
) → None
Start the mDNS task for auto-discovery
Args:
bind_addr
: the bind address passed to the workername
: the name of the workerencrypted
: if the worker is running with encryptionadapter_mac
: mac address of the bluetooth adapter
This file was automatically generated via lazydocs.