Bluetooth Driver services: Difference between revisions
No edit summary |
No edit summary |
||
Line 974: | Line 974: | ||
== OpenAudioOut == | == OpenAudioOut == | ||
Takes an input [[#Address]], returns an output u32. | Takes an input [[#Address]], returns an output u32 audio_handle. | ||
== CloseAudioOut == | == CloseAudioOut == | ||
Takes an input u32, no output. | Takes an input u32 [[#OpenAudioOut|audio_handle]], no output. | ||
== AcquireAudioOutStateChangedEvent == | == AcquireAudioOutStateChangedEvent == | ||
Takes an input u32, returns an output Event handle. | Takes an input u32 [[#OpenAudioOut|audio_handle]], returns an output Event handle. | ||
sdknso uses an user-specified EventClearMode. | sdknso uses an user-specified EventClearMode. |