Home
last modified time | relevance | path

Searched defs:negotiated_codec (Results 1 – 6 of 6) sorted by relevance

/btstack/example/
H A Dhfp_hf_demo.c96 static uint8_t negotiated_codec = HFP_CODEC_CVSD; variable
H A Dhfp_ag_demo.c85 static uint8_t negotiated_codec = HFP_CODEC_CVSD; variable
H A Dsco_demo_util.c579 void sco_demo_set_codec(uint8_t negotiated_codec){ in sco_demo_set_codec()
/btstack/src/classic/
H A Dhfp.c492 …_connection_established(hfp_connection_t *hfp_connection, uint8_t status, uint8_t negotiated_codec, in hfp_emit_sco_connection_established()
2105 hfp_link_settings_t hfp_safe_settings_for_context(bool use_eSCO, uint8_t negotiated_codec, bool sec… in hfp_safe_settings_for_context()
2357 uint8_t negotiated_codec) { in hfp_next_link_setting()
2377 uint8_t negotiated_codec = hfp_connection->negotiated_codec; in hfp_next_link_setting_for_connection() local
H A Dhfp.h606 uint8_t negotiated_codec; member
/btstack/test/hfp/
H A Dsco_demo_util.c124 static int negotiated_codec = -1; variable