Merge "Provide HFP API to set AG SCO policy" am: 2d2b5fb5bc

am: 686ddad419

Change-Id: Iec89be852a10c8176e14204bb89e649a93e1cf3f
This commit is contained in:
Zach Johnson 2017-06-08 18:39:07 +00:00 committed by android-build-merger
commit 3bb112c340

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