Bluetooth Driver services: Difference between revisions
No edit summary |
|||
Line 365: | Line 365: | ||
sdknso uses an user-specified s32 for the u8. | sdknso uses an user-specified s32 for the u8. | ||
The sysmodule impl for the funcptr used with this cmd only uses the [[#Address]] - this and hard-coded | The sysmodule impl for the funcptr used with this cmd only uses the [[#Address]] - this and hard-coded PIN "0000" are written into the parameter struct (and a size field for the PIN). | ||
== RespondToSspRequest == | == RespondToSspRequest == | ||
Line 372: | Line 372: | ||
This is used by [[BTM_services|btm]]. | This is used by [[BTM_services|btm]]. | ||
The sysmodule impl for the funcptr used with this cmd only uses the [[#Address]] and bool - the parameter struct size is only 0x7-bytes. | The sysmodule impl for the funcptr used with this cmd only uses the [[#Address]] and bool - the parameter struct size is only 0x7-bytes. The bool indicates whether the request is accepted. | ||
== GetEventInfo == | == GetEventInfo == |