hfp hf: add CLI_PRESENTATION_CAPABILITY to feature list in SDP record, fixes +CLIP for iOS

This commit is contained in:
Matthias Ringwald 2017-07-05 16:04:29 +02:00
parent 38f05a1521
commit 8f7efde120

View File

@ -584,6 +584,7 @@ int btstack_main(int argc, const char * argv[]){
uint16_t hf_supported_features =
(1<<HFP_HFSF_ESCO_S4) |
(1<<HFP_HFSF_CLI_PRESENTATION_CAPABILITY) |
(1<<HFP_HFSF_HF_INDICATORS) |
(1<<HFP_HFSF_CODEC_NEGOTIATION) |
(1<<HFP_HFSF_ENHANCED_CALL_STATUS) |