Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bd2f509 authored by Whale Chang's avatar Whale Chang Committed by WhaleChang
Browse files

Floss: Disable three way call feature

To accurately represent Floss's capabilities during Bluetooth qualification, disable the three-way calling feature because it is not yet available.

Bug: 304919932
Test: atest bluetooth_test_gd
Tag: #floss
Flag: EXEMPT, no behavior change on Android; Floss-only changes

Change-Id: If04043e8ced828517b191e8ed4d634aeb18d4365
parent 07805ac1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -153,8 +153,7 @@ static tBTA_SERVICE_MASK get_BTIF_HF_SERVICES() {
static uint32_t get_hf_features() {
#if TARGET_FLOSS
#define DEFAULT_BTIF_HF_FEATURES \
  (BTA_AG_FEAT_3WAY | BTA_AG_FEAT_ECS | BTA_AG_FEAT_CODEC | BTA_AG_FEAT_UNAT | \
   BTA_AG_FEAT_HF_IND)
  (BTA_AG_FEAT_ECS | BTA_AG_FEAT_CODEC | BTA_AG_FEAT_UNAT | BTA_AG_FEAT_HF_IND)
#else
#define DEFAULT_BTIF_HF_FEATURES                                  \
  (BTA_AG_FEAT_3WAY | BTA_AG_FEAT_ECNR | BTA_AG_FEAT_REJECT |     \