HID services: Difference between revisions
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 850: | Line 850: | ||
== SetIsPalmaAllConnectable == | == SetIsPalmaAllConnectable == | ||
Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output. | Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output. | ||
The sysmodule also calls the code which eventually runs from this, from various other funcs internally (bool value varies). | |||
This updates various state. If needed, this uses either [[BTM_services|StartBleScanForGeneral]] or [[BTM_services|StopBleScanForGeneral]]. | |||
== SetIsPalmaPairedConnectable == | == SetIsPalmaPairedConnectable == | ||
Line 857: | Line 861: | ||
This code is also called by another func internally by the sysmodule, where flag = {whether bit6 in a field is set} (presumably [[#NpadStyleSet]]). This is eventually called from various funcs, including [[#SetSupportedNpadStyleSet]]. | This code is also called by another func internally by the sysmodule, where flag = {whether bit6 in a field is set} (presumably [[#NpadStyleSet]]). This is eventually called from various funcs, including [[#SetSupportedNpadStyleSet]]. | ||
This updates various state. If needed, this uses either [[BTM_services|StartBleScanForPairedDevice]] or [[BTM_services|StopBleScanForPairedDevice]]. | |||
== PairPalma == | == PairPalma == |