pinebuds/services/app_ibrt
Haxk20 851fb95dcb anc: Fix enable/disable from slave bud
Switching ANC on or off from master bud has always worked
since we could just straight up enable it and no command had to be
sent.

When switching from slave bud we had to send the command to enable
or disable it via app_anc_key. Issue is the handling of this request
is from app_anc_cmd_receive_process which is not called without
APP_ANC being defined.

This commit cleans up the way ANC is enabled and also fixes slave
bud ANC switching by implementing the actual code path :)
2024-02-07 12:04:14 +11:00
..
inc Formatting 2023-02-02 07:56:49 +11:00
src anc: Fix enable/disable from slave bud 2024-02-07 12:04:14 +11:00
Makefile add first commit 2022-08-15 17:20:27 +08:00