Lines Matching full:adapter
44 # Get some static information about the bluetooth adapter.
82 """Reset the adapter and settings and power up the adapter.
91 """Reset the adapter and settings, leave the adapter powered off.
100 """@return True if an adapter is present, False if not."""
105 """Set the adapter power state.
107 @param powered: adapter power state to set (True or False).
116 """Is the adapter powered on?
118 @returns: True if the adapter is powered on
126 """Get hci of the adapter; normally, it is 'hci0'.
128 @returns: the hci name of the adapter.
138 """Get the bluetooth address of the adapter.
140 An example of the bluetooth address of the adapter: '6C:29:95:1A:D4:6F'
142 @returns: the bluetooth address of the adapter.
160 """Get the bluetooth class of the adapter.
188 """Set the adapter discoverable state.
190 @param discoverable: adapter discoverable state to set (True or False).
199 """Is the adapter in the discoverable state?
209 """Set the adapter pairable state.
211 @param pairable: adapter pairable state to set (True or False).
220 """Is the adapter in the pairable state?
230 """Read the adapter properties from the Bluetooth Daemon.
232 An example of the adapter properties looks like
288 """Read the adapter information from the Kernel.
290 An example of the adapter information looks like
330 """Read information about remote devices known to the adapter.
335 u'Adapter': u'/org/bluez/hci0',
354 """Read information about remote devices known to the adapter.
581 the adapter to register.
639 # Leave the adapter powered off, but don't do a full reset.