Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion guest/openspan_ble.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,12 @@ def GetAll(self, interface):
"ServiceUUIDs": dbus.Array(
["00001812-0000-1000-8000-00805f9b34fb"], signature="s"),
"LocalName": dbus.String("OpenSpan Keyboard"),
"Appearance": dbus.UInt16(0x03C1), # HID Keyboard
"Appearance": dbus.UInt16(0x03C0), # Generic HID -- this device
# is a Keyboard + Mouse
# composite, not a plain
# keyboard: 0x03C0 makes
# iPadOS expose its pointer
# without AssistiveTouch
"Discoverable": dbus.Boolean(True),
"IncludeTxPower": dbus.Boolean(True),
# Advertise FAST (ms) so the iPad discovers us quickly instead of
Expand Down