Bluetooth Driver services: Difference between revisions
Line 318: | Line 318: | ||
* Uses SetValue with the param which was passed to this func. | * Uses SetValue with the param which was passed to this func. | ||
* Does cleanup for the session object and exits the service. | * Does cleanup for the session object and exits the service. | ||
[12.0.0+] The Enable vfunc called above for Audio does the following: | |||
* Uses BSA to enable AV. Besides the callback, the only field in the passed struct which is set is <code>features</code>. This is set for "remote control target". | |||
* Error handling + state setup is done. | |||
* Uses BSA to register AV twice, with the default input struct. | |||
* Error handling + state setup is done. | |||
== DisableBluetooth == | == DisableBluetooth == |