<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HID over GATT - 2 byte consumer control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78597/hid-over-gatt---2-byte-consumer-control</link><description>the following report map is working when i try to increase volume on windows system (send 1 byte == 0xe9) 
 0x05, 0x0c, // USAGE_PAGE (Consumer Devices) 0x09, 0x01, // USAGE (Consumer Control) 0xa1, 0x01, // COLLECTION (Application) 0x85, 0x02, // REPORT_ID</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Aug 2021 14:08:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78597/hid-over-gatt---2-byte-consumer-control" /><item><title>RE: HID over GATT - 2 byte consumer control</title><link>https://devzone.nordicsemi.com/thread/325153?ContentTypeID=1</link><pubDate>Mon, 16 Aug 2021 14:08:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84cb0979-3d16-4493-b0c3-9124bb169cee</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;When I use the HID Descriptor Tool to replicate your descriptor I notice that Logical Maximum 0xFFFF is decoded like this:&lt;/p&gt;
&lt;p&gt;0x27, 0xFF, 0xFF, 0x00, 0x00, // LOGICAL_MAXIMUM (65535)&lt;/p&gt;
&lt;p&gt;Essentially any value larger than 0x7FFF will be stored in 4 bytes rather than 2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I expect the same goes for USAGE_MAXIMUM, but the tool doesn&amp;#39;t let me specify this manually. You could try to define that like this:&lt;/p&gt;
&lt;p&gt;0x2B, 0xFF, 0xFF, 0x00, 0x00,&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>