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

Commit e997e191 authored by William Escande's avatar William Escande
Browse files

Rename wear property to be more homgenous

headset_client is already used and looks better

Test: Build
Bug: 263323082
Change-Id: I780ad411127abc274530885c37106c34edc35742
parent 088afbc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;