mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
add HFP_AGSF_HF_INDICATORS to hfp_ag_test supported features
This commit is contained in:
parent
856eadec19
commit
5ca8a1e847
@ -209,7 +209,7 @@ int btstack_main(int argc, const char * argv[]){
|
|||||||
l2cap_init();
|
l2cap_init();
|
||||||
rfcomm_init();
|
rfcomm_init();
|
||||||
|
|
||||||
hfp_ag_init(rfcomm_channel_nr, 1007, codecs, sizeof(codecs),
|
hfp_ag_init(rfcomm_channel_nr, 1007 | (1<<HFP_AGSF_HF_INDICATORS), codecs, sizeof(codecs),
|
||||||
ag_indicators, ag_indicators_nr,
|
ag_indicators, ag_indicators_nr,
|
||||||
hf_indicators, hf_indicators_nr,
|
hf_indicators, hf_indicators_nr,
|
||||||
call_hold_services, call_hold_services_nr);
|
call_hold_services, call_hold_services_nr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user