HID services: Difference between revisions
No edit summary |
|||
Line 852: | Line 852: | ||
The sysmodule also calls the code which eventually runs from this, from various other funcs internally (bool value varies). | 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 859: | 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 == |