4bf47f8...
by
Luiz Augusto von Dentz <email address hidden>
btdev: Fix set_bredrle_commands
This fixes set_bredrle_commands which was overriding the list of
commands previously set, so instead of setting the extra command
after the command list of the specific version this is now merged
together with each version that requires the extra commands.
f67b72b...
by
Luiz Augusto von Dentz <email address hidden>
monitor: Add page information to print_features_subpage
This makes print_features_subpage print the page they belong:
300ec5a...
by
=?utf-8?q?Fr=C3=A9d=C3=A9ric_Danis?= <email address hidden>
unit/test-hfp: Add tests for simple 3way support
This add the following tests:
- /HFP/HF/TWC/BV-01-C
Verify that the AG indicates to the HF the presence of an incoming
call waiting and that the HF sends the User Determined User Busy
(UDUB) indication to the AG (AT+CHLD=0).
- /HFP/HF/TWC/BV-02-C
Verify that the AG indicates to the HF the presence of an incoming
call waiting, and the HF can end an active call and accept the other
(held or waiting) call (AT+CHLD=1).
- /HFP/HF/TWC/BV-03-C
Verify that the AG indicates to the HF the presence of an incoming
call waiting, and the HF can place an active call on hold and accept
a call waiting (AT+CHLD=2).
e9b4bf2...
by
=?utf-8?q?Fr=C3=A9d=C3=A9ric_Danis?= <email address hidden>
shared/hfp: Add simple 3way calls support
This adds support for the AT+CHLD=0 (Releases all held calls or set
User Determined User Busy for a waiting call), =1 (Releases all active
calls and accept the other call, held or waiting) and =2 (Places all
active calls on hold and accept the other call, held or waiting)
commands and the +CCWA (Call waiting notification) event.