Searched defs:codecs (Results 1 – 7 of 7) sorted by relevance
/btstack/example/ |
H A D | hfp_hf_demo.c | 85 static uint8_t codecs[] = { variable
|
H A D | hfp_ag_demo.c | 75 static uint8_t codecs[] = { variable
|
/btstack/test/hfp/ |
H A D | hfp_hf_client_test.cpp | 73 static uint8_t codecs[2] = {1,2}; variable
|
H A D | hfp_ag_client_test.cpp | 75 static uint8_t codecs[2] = {1, 3}; variable
|
/btstack/src/classic/ |
H A D | hfp_hf.c | 1639 void hfp_hf_init_codecs(uint8_t codecs_nr, const uint8_t * codecs){ in hfp_hf_init_codecs() 2373 … const char * name, uint16_t supported_features, uint8_t codecs_nr, const uint8_t * codecs){ in hfp_hf_create_sdp_record_with_codecs() 2420 const uint8_t * codecs; in hfp_hf_create_sdp_record() local
|
H A D | hfp_ag.c | 2685 void hfp_ag_init_codecs(uint8_t codecs_nr, const uint8_t * codecs){ in hfp_ag_init_codecs() 3304 uint8_t codecs_nr, const uint8_t * codecs){ in hfp_ag_create_sdp_record_with_codecs() 3358 const uint8_t * codecs; in hfp_ag_create_sdp_record() local
|
H A D | hfp.c | 293 int hfp_supports_codec(uint8_t codec, int codecs_nr, uint8_t * codecs){ in hfp_supports_codec() 306 void hfp_hf_drop_mSBC_if_eSCO_not_supported(uint8_t * codecs, uint8_t * codecs_nr){ in hfp_hf_drop_mSBC_if_eSCO_not_supported()
|