Loading system/bta/hf_client/bta_hf_client_main.c +2 −1 Original line number Diff line number Diff line Loading @@ -571,7 +571,8 @@ void bta_hf_client_slc_seq(BOOLEAN error) break; case BTA_HF_CLIENT_AT_BRSF: if (bta_hf_client_cb.scb.peer_features & BTA_HF_CLIENT_PEER_CODEC) if ((bta_hf_client_cb.scb.features & BTA_HF_CLIENT_FEAT_CODEC) && (bta_hf_client_cb.scb.peer_features & BTA_HF_CLIENT_PEER_CODEC)) { bta_hf_client_send_at_bac(); break; Loading Loading
system/bta/hf_client/bta_hf_client_main.c +2 −1 Original line number Diff line number Diff line Loading @@ -571,7 +571,8 @@ void bta_hf_client_slc_seq(BOOLEAN error) break; case BTA_HF_CLIENT_AT_BRSF: if (bta_hf_client_cb.scb.peer_features & BTA_HF_CLIENT_PEER_CODEC) if ((bta_hf_client_cb.scb.features & BTA_HF_CLIENT_FEAT_CODEC) && (bta_hf_client_cb.scb.peer_features & BTA_HF_CLIENT_PEER_CODEC)) { bta_hf_client_send_at_bac(); break; Loading