WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/classic/hfp_hf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,10 +1556,7 @@ void hfp_hf_init_codecs(int codecs_nr, const uint8_t * codecs){
btstack_assert(codecs_nr <= HFP_MAX_NUM_CODECS);

hfp_hf_codecs_nr = codecs_nr;
int i;
for (i=0; i<codecs_nr; i++){
hfp_hf_codecs[i] = codecs[i];
}
memcpy(hfp_hf_codecs, codecs, codecs_nr);
}

void hfp_hf_init_supported_features(uint32_t supported_features){
Expand Down