Skip to content

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 worker
  • name: the name of the worker
  • encrypted: if the worker is running with encryption
  • adapter_mac: mac address of the bluetooth adapter

This file was automatically generated via lazydocs.