Searched refs:use_eSCO (Results 1 – 2 of 2) sorted by relevance
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() argument2111 if (is_eSCO_setting != use_eSCO) continue; in hfp_safe_settings_for_context()2121 void hfp_accept_synchronous_connection(hfp_connection_t * hfp_connection, bool use_eSCO){ in hfp_accept_synchronous_connection() argument2133 if ((hfp_connection->negotiated_codec != HFP_CODEC_CVSD) && (use_eSCO == false)){ in hfp_accept_synchronous_connection()2140 …link_setting = hfp_safe_settings_for_context(use_eSCO, hfp_connection->negotiated_codec, secure_co… in hfp_accept_synchronous_connection()2148 if (use_eSCO) { in hfp_accept_synchronous_connection()
913 hfp_link_settings_t hfp_safe_settings_for_context(bool use_eSCO, uint8_t negotiated_codec, bool sec…