Loading system/bta/hf_client/bta_hf_client_at.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2144,7 +2144,7 @@ void bta_hf_client_send_at_bia(tBTA_HF_CLIENT_CB* client_cb) { at_len = snprintf(buf, sizeof(buf), "AT+BIA="); const int32_t position = osi_property_get_int32( "bluetooth.headsetclient.disable_indicator.position", -1); "bluetooth.headset_client.disable_indicator.position", -1); for (i = 0; i < BTA_HF_CLIENT_AT_INDICATOR_COUNT; i++) { int sup = client_cb->at_cb.indicator_lookup[i] == -1 ? 0 : 1; Loading Loading
system/bta/hf_client/bta_hf_client_at.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2144,7 +2144,7 @@ void bta_hf_client_send_at_bia(tBTA_HF_CLIENT_CB* client_cb) { at_len = snprintf(buf, sizeof(buf), "AT+BIA="); const int32_t position = osi_property_get_int32( "bluetooth.headsetclient.disable_indicator.position", -1); "bluetooth.headset_client.disable_indicator.position", -1); for (i = 0; i < BTA_HF_CLIENT_AT_INDICATOR_COUNT; i++) { int sup = client_cb->at_cb.indicator_lookup[i] == -1 ? 0 : 1; Loading