We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8361ea + d9bc565 commit 3c2bbe0Copy full SHA for 3c2bbe0
1 file changed
CPB_Keybutton_BLE/code.py
@@ -47,6 +47,8 @@
47
device_info = DeviceInfoService(software_revision=adafruit_ble.__version__,
48
manufacturer="Adafruit Industries")
49
advertisement = ProvideServicesAdvertisement(hid)
50
+# Advertise as "Keyboard" (0x03C1) icon when pairing
51
+# https://www.bluetooth.com/specifications/assigned-numbers/
52
advertisement.appearance = 961
53
scan_response = Advertisement()
54
scan_response.complete_name = "CircuitPython HID"
0 commit comments