Lines Matching full:adapter
16 _ADAPTER_INTERFACE = 'org.bluez.Adapter1' # Name of adapter in DBus interface
26 such as accessing the state of Bluetooth adapter/devices via dbus,
59 """Return the adapter interface objects, or None if not found."""
77 """Return True/False if adapter power status matches given value."""
80 self._err('No adapter found!')
105 """Set adapter power status to match given value via dbus call.
109 @param adapter_power_status: True to turn adapter on; False for off.
114 self._err('No adapter found!')
123 """Raise error if adapter is not found after some time."""
129 self._err('No adapter found after polling!')
132 """Wait until adapter power status matches given value.
134 @param adapter_power_status: True for adapter is on; False for off.
143 desc=('Timeout for Bluetooth Adapter to be %s' % adapter_str))