Home
last modified time | relevance | path

Searched defs:codecs (Results 1 – 7 of 7) sorted by relevance

/btstack/example/
H A Dhfp_hf_demo.c85 static uint8_t codecs[] = { variable
H A Dhfp_ag_demo.c75 static uint8_t codecs[] = { variable
/btstack/test/hfp/
H A Dhfp_hf_client_test.cpp73 static uint8_t codecs[2] = {1,2}; variable
H A Dhfp_ag_client_test.cpp75 static uint8_t codecs[2] = {1, 3}; variable
/btstack/src/classic/
H A Dhfp_hf.c1639 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 Dhfp_ag.c2685 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 Dhfp.c293 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()