Provide HFP API to set AG SCO policy

Bug: 32958838
Test: manual
Change-Id: I744c964e85dc78347a5d9bd69c1acc970774ecb6
This commit is contained in:
Zach Johnson 2017-04-18 21:28:22 -07:00
parent 9dbf14a312
commit 9a773fe3e5

View file

@ -323,6 +323,9 @@ typedef struct {
/** Response for HF Indicator change (+BIND) */
bt_status_t (*bind_response)(bthf_hf_ind_type_t ind_id, bthf_hf_ind_status_t ind_status,
bt_bdaddr_t *bd_addr);
/** Whether we will initiate SCO or not **/
bt_status_t (*set_sco_allowed)(bool value);
} bthf_interface_t;
__END_DECLS