LDN services: Difference between revisions

No edit summary
Line 251: Line 251:
=== SetBluetoothAudioDeviceConnectableMode ===
=== SetBluetoothAudioDeviceConnectableMode ===
Takes an input [[#BluetoothAudioDeviceConnectableMode]], no output.
Takes an input [[#BluetoothAudioDeviceConnectableMode]], no output.
=== Cmd106 ===
Takes an input u32, no output.
The input is validated, then a vfunc is called.
The cmd_input must be non-zero. BIT(cmd_input) must be set in a state-field, otherwise a separate Result is returned.
The vfunc sends a message to another thread with the input u32 as the param, and returns the response from that.


=== OpenAccessPoint ===
=== OpenAccessPoint ===