Searched refs:HFP_CODEC_UNUSED (Results 1 – 2 of 2) sorted by relevance
281 handle->selected_codec = HFP_CODEC_UNUSED; in bluetooth_codec_connection()298 if ((id <= HFP_CODEC_UNUSED) || (id >= HFP_MAX_CODECS)) { in bluetooth_codec_selection()437 if ((id > HFP_CODEC_UNUSED) && (id < HFP_MAX_CODECS)) { in available_codecs()1206 handle->selected_codec = HFP_CODEC_UNUSED; in hfp_slc_create()1234 if (handle->selected_codec == HFP_CODEC_UNUSED) in hfp_slc_get_selected_codec()1275 if (handle->selected_codec == HFP_CODEC_UNUSED) { in hfp_slc_codec_connection_setup()
55 #define HFP_CODEC_UNUSED 0 macro