Bluetooth: HFP HF: Rename cind_status_handle_values

Rename cind_status_handle_values to ag_inidcator_handle_values.
Because the same function will be reused internally for +CIEV
Callbacks.

Change-Id: I875064de17700d72ea89dbbe0f5cb6554c813a5e
Signed-off-by: Sathish Narasimman <sathish.narasimman@intel.com>
This commit is contained in:
Sathish Narasimman 2017-01-04 19:08:39 +05:30
commit b5891d1ddf

View file

@ -222,7 +222,7 @@ int cind_resp(struct at_client *hf_at, struct net_buf *buf)
return 0;
}
void cind_status_handle_values(struct at_client *hf_at, uint32_t index,
void ag_indicator_handle_values(struct at_client *hf_at, uint32_t index,
uint32_t value)
{
struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at);
@ -298,7 +298,7 @@ int cind_status_handle(struct at_client *hf_at)
return ret;
}
cind_status_handle_values(hf_at, index, value);
ag_indicator_handle_values(hf_at, index, value);
index++;
}