libnx
v4.7.0
|
btm:sys (btm system) service IPC wrapper. More...
Go to the source code of this file.
Functions | |
Result | btmsysInitialize (void) |
Initialize btm:sys. | |
void | btmsysExit (void) |
Exit btm:sys. | |
Result | btmsysGetServiceSession (Service *srv_out) |
Gets the Service object for the actual btm:sys service session. This object must be closed by the user once finished using cmds with this. | |
Service * | btmsysGetServiceSession_IBtmSystemCore (void) |
Gets the Service object for IBtmSystemCore. | |
Result | btmsysStartGamepadPairing (void) |
StartGamepadPairing. | |
Result | btmsysCancelGamepadPairing (void) |
CancelGamepadPairing. | |
Result | btmsysClearGamepadPairingDatabase (void) |
ClearGamepadPairingDatabase. | |
Result | btmsysGetPairedGamepadCount (u8 *out) |
GetPairedGamepadCount. More... | |
Result | btmsysEnableRadio (void) |
EnableRadio. | |
Result | btmsysDisableRadio (void) |
DisableRadio. | |
Result | btmsysGetRadioOnOff (bool *out) |
GetRadioOnOff. More... | |
Result | btmsysAcquireRadioEvent (Event *out_event) |
AcquireRadioEvent. More... | |
Result | btmsysAcquireGamepadPairingEvent (Event *out_event) |
AcquireGamepadPairingEvent. More... | |
Result | btmsysIsGamepadPairingStarted (bool *out) |
IsGamepadPairingStarted. More... | |
btm:sys (btm system) service IPC wrapper.
GetPairedGamepadCount.
[out] | out | Output count. |
Result btmsysGetRadioOnOff | ( | bool * | out | ) |
GetRadioOnOff.
[out] | out | Output flag. |
Result btmsysIsGamepadPairingStarted | ( | bool * | out | ) |
IsGamepadPairingStarted.
[out] | out | Output flag. |