You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(UUID(0x2908), F_READ_WRITE_NORESPONSE),# 0x2908 = HID reference, to be read by client (allow write because MicroPython v1.20+ bug).
855
+
(UUID(0x2908), ATT_F_READ_WRITE), # 0x2908 = HID reference, to be read by client (allow write because MicroPython v1.20+ bug).
856
856
)),
857
857
(UUID(0x2A4D), F_READ_WRITE, ((UUID(0x2908), F_READ),)), # 0x2A4D = HID report / 0x2908 = reference, to be read & written by client / to be read by client.
858
858
(UUID(0x2A4E), F_READ_WRITE_NORESPONSE), # 0x2A4E = HID protocol mode, to be written & read by client.
0 commit comments