mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 06:46:36 +00:00
hfp hf: add CLI_PRESENTATION_CAPABILITY to feature list in SDP record, fixes +CLIP for iOS
This commit is contained in:
parent
38f05a1521
commit
8f7efde120
@ -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) |
|
||||
|
Loading…
Reference in New Issue
Block a user