DualSense HID Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 39: | Line 39: | ||
DataMaxLen = (max value of a byte, 255) | DataMaxLen = (max value of a byte, 255) | ||
DataMinLen = 0 | DataMinLen = 0 | ||
</pre> | |||
= Set DFU Mode (DANGEROUS) = | |||
<pre> | |||
ReportID = 160, | |||
DisableMode = 0, | |||
EnablePBLMode = 1, | |||
EnableSBLMode = 2, | |||
EnableMode = 1 | |||
</pre> | </pre> | ||
Revision as of 23:03, 1 April 2024
Set BD Address
ReportID = 128, DeviceID = 9, ActionID = 1, ReadCmd = 2, DataLen = 6
Set BlueTooth Disable Enable
ReportID = 128, DeviceID = 9, ActionID = 5, Param = 0
Set BlueTooth Enable
ReportID = 128, DeviceID = 9, ActionID = 5, Param = 1
Set BlueTooth Table
ReportID = 165, PowerTable = 1, RadioTable = 2, DataLen = 16, DataBegin = 0, PowerTableSize = 224, RadioTableSize = 112, DataMaxLen = (max value of a byte, 255) DataMinLen = 0
Set DFU Mode (DANGEROUS)
ReportID = 160, DisableMode = 0, EnablePBLMode = 1, EnableSBLMode = 2, EnableMode = 1
NVS Unlock
ReportID = 128, DeviceID = 3, ActionID = 2, Param0 = 101, Param1 = 50, Param2 = 64, Param3 = 12
to unlock NVS, use the command
SET 0x80 {3, 2, 101, 50, 64, 12}