Home
last modified time | relevance | path

Searched refs:from_config_file_with_hci (Results 1 – 22 of 22) sorted by relevance

/external/python/bumble/examples/
Drun_advertiser.py41 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_connect_and_encrypt.py39 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Ddevice_information_server.py38 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Dbattery_server.py39 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_classic_discoverable.py91 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_classic_connect.py42 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_gatt_client.py82 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_rfcomm_server.py94 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_notifier.py64 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_hfp_handsfree.py137 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_gatt_server.py88 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_a2dp_sink.py119 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_a2dp_info.py144 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_a2dp_source.py119 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_rfcomm_client.py150 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Drun_hfp_gateway.py122 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
Dkeyboard.py346 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
/external/python/bumble/apps/
Dgatt_dump.py67 device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
Dscan.py108 device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
Dpair.py251 device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
Dconsole.py201 self.device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
/external/python/bumble/bumble/
Ddevice.py387 def from_config_file_with_hci(cls, filename, hci_source, hci_sink): member in Device