8 #include "../kernel/event.h"
9 #include "../sf/service.h"
Result btmsysStartGamepadPairing(void)
StartGamepadPairing.
Result btmsysGetServiceSession(Service *srv_out)
Gets the Service object for the actual btm:sys service session. This object must be closed by the use...
Result btmsysDisableRadio(void)
DisableRadio.
Result btmsysGetRadioOnOff(bool *out)
GetRadioOnOff.
Result btmsysAcquireRadioEvent(Event *out_event)
AcquireRadioEvent.
Result btmsysIsGamepadPairingStarted(bool *out)
IsGamepadPairingStarted.
void btmsysExit(void)
Exit btm:sys.
Result btmsysEnableRadio(void)
EnableRadio.
Result btmsysCancelGamepadPairing(void)
CancelGamepadPairing.
Result btmsysClearGamepadPairingDatabase(void)
ClearGamepadPairingDatabase.
Result btmsysAcquireGamepadPairingEvent(Event *out_event)
AcquireGamepadPairingEvent.
Result btmsysInitialize(void)
Initialize btm:sys.
Service * btmsysGetServiceSession_IBtmSystemCore(void)
Gets the Service object for IBtmSystemCore.
Result btmsysGetPairedGamepadCount(u8 *out)
GetPairedGamepadCount.
Kernel-mode event structure.
Definition: event.h:13
Service object structure.
Definition: service.h:14
uint8_t u8
8-bit unsigned integer.
Definition: types.h:19
u32 Result
Function error code result type.
Definition: types.h:44