Skip to content

Commit

Permalink
bluetooth: Add a few edge cases in Bluetooth tester
Browse files Browse the repository at this point in the history
Use a non-ASCII filename as well as an ampersand, both things that could
cause problems.
  • Loading branch information
hadess committed May 10, 2022
1 parent df51bed commit aa7ebe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels/bluetooth/bluetooth-panel-scenario-tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def add_adapter(self):
adapter.UpdateProperties('org.bluez.Adapter1',
{'Powered': dbus.Boolean(self.hci0_powered, variant_level=1)})
self.devices = []
self.add_device('hci0', '22:33:44:55:66:77', "Bastien's mouse", True, 0x580, 'input-mouse')
self.add_device('hci0', '22:33:44:55:66:78', 'Bloutouf keyboard', True, 0x540, 'input-keyboard')
self.add_device('hci0', '22:33:44:55:66:77', "Bastienʼs mouse", True, 0x580, 'input-mouse')
self.add_device('hci0', '22:33:44:55:66:78', 'Bloutouf keyboard & keys', True, 0x540, 'input-keyboard')
self.add_device('hci0', '60:8B:0E:55:66:79', 'iPhoone 19S', True, 0x20C, 'phone')
# Uncategorised audio device
self.add_device('hci0', '22:33:44:55:66:79', 'MEGA Speakers', True, 0x200400, 'audio-card')
Expand Down

0 comments on commit aa7ebe5

Please sign in to comment.