mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 00:32:52 +00:00
gatt-service/hids: fix properties for output reports
This commit is contained in:
parent
f0d1308510
commit
c6544eb8bf
@ -9,7 +9,7 @@ CHARACTERISTIC, ORG_BLUETOOTH_CHARACTERISTIC_REPORT, DYNAMIC | READ | WRITE | NO
|
||||
// fixed report id = 1, type = Input (1)
|
||||
REPORT_REFERENCE, READ, 1, 1
|
||||
|
||||
CHARACTERISTIC, ORG_BLUETOOTH_CHARACTERISTIC_REPORT, DYNAMIC | READ | WRITE | WRITE_WITHOUT_RESPONSE | NOTIFY | ENCRYPTION_KEY_SIZE_16,
|
||||
CHARACTERISTIC, ORG_BLUETOOTH_CHARACTERISTIC_REPORT, DYNAMIC | READ | WRITE | WRITE_WITHOUT_RESPONSE | ENCRYPTION_KEY_SIZE_16,
|
||||
// fixed report id = 2, type = Output (2)
|
||||
REPORT_REFERENCE, READ, 2, 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user