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:
parent
4b323cd72e
commit
b5891d1ddf
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ int cind_resp(struct at_client *hf_at, struct net_buf *buf)
|
||||||
return 0;
|
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)
|
uint32_t value)
|
||||||
{
|
{
|
||||||
struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at);
|
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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
cind_status_handle_values(hf_at, index, value);
|
ag_indicator_handle_values(hf_at, index, value);
|
||||||
|
|
||||||
index++;
|
index++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue