Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:def

22     def __init__(self, device_host):
52 def start_bluetoothd(self):
62 def stop_bluetoothd(self):
72 def is_bluetoothd_running(self):
81 def reset_on(self):
90 def reset_off(self):
99 def has_adapter(self):
104 def set_powered(self, powered):
115 def is_powered_on(self):
125 def get_hci(self):
137 def get_address(self):
148 def get_bluez_version(self):
159 def get_bluetooth_class(self):
170 def get_UUIDs(self):
187 def set_discoverable(self, discoverable):
198 def is_discoverable(self):
208 def set_pairable(self, pairable):
219 def is_pairable(self):
229 def get_adapter_properties(self):
258 def read_version(self):
268 def read_supported_commands(self):
278 def read_index_list(self):
287 def read_info(self):
302 def add_device(self, address, address_type, action):
316 def remove_device(self, address, address_type):
329 def get_devices(self):
353 def get_device_properties(self, address):
374 def start_discovery(self):
386 def stop_discovery(self):
395 def is_discovering(self):
404 def get_dev_info(self):
422 def register_profile(self, path, uuid, options):
436 def has_device(self, address):
448 def device_is_paired(self, address):
459 def set_trusted(self, address, trusted=True):
471 def pair_legacy_device(self, address, pin, trusted, timeout):
488 def remove_device_object(self, address):
502 def connect_device(self, address):
515 def device_is_connected(self, address):
526 def disconnect_device(self, address):
539 def btmon_start(self):
544 def btmon_stop(self):
549 def btmon_get(self, search_str='', start_str=''):
562 def btmon_find(self, pattern_str):
573 def
589 def unregister_advertisement(self, advertisement_data):
600 def set_advertising_intervals(self, min_adv_interval_ms,
614 def reset_advertising(self):
626 def copy_logs(self, destination):
635 def close(self):