pytest_bluezenv.Agent.adapter_method#

Agent.adapter_method(method, *a, **kw)[source]#

Call given org.bluez.Adapter1 DBus method

Parameters:
  • method (str) – name of DBus method, without interface prefix

  • *a – argument passed to the DBus method call

  • **kw

    argument passed to the DBus method call

Events:

Event(kind=”org.bluez.Adapter1.{method}”)