Searched refs:from_config_file_with_hci (Results 1 – 22 of 22) sorted by relevance
| /external/python/bumble/examples/ |
| D | run_advertiser.py | 41 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_connect_and_encrypt.py | 39 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | device_information_server.py | 38 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | battery_server.py | 39 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_classic_discoverable.py | 91 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_classic_connect.py | 42 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_gatt_client.py | 82 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_rfcomm_server.py | 94 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_notifier.py | 64 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_hfp_handsfree.py | 137 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_gatt_server.py | 88 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_a2dp_sink.py | 119 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_a2dp_info.py | 144 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_a2dp_source.py | 119 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_rfcomm_client.py | 150 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | run_hfp_gateway.py | 122 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| D | keyboard.py | 346 device = Device.from_config_file_with_hci(sys.argv[1], hci_source, hci_sink)
|
| /external/python/bumble/apps/ |
| D | gatt_dump.py | 67 device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
|
| D | scan.py | 108 device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
|
| D | pair.py | 251 device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
|
| D | console.py | 201 self.device = Device.from_config_file_with_hci(device_config, hci_source, hci_sink)
|
| /external/python/bumble/bumble/ |
| D | device.py | 387 def from_config_file_with_hci(cls, filename, hci_source, hci_sink): member in Device
|