Home
last modified time | relevance | path

Searched refs:BTA_AG_HANDLE_NONE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c1277 } else if (p_result->data.audio_handle == BTA_AG_HANDLE_NONE) { in bta_ag_hsp_result()
1394 … } else if ((p_result->data.audio_handle == BTA_AG_HANDLE_NONE) && bta_ag_sco_is_open(p_scb)) { in bta_ag_hfp_result()
1428 } else if (p_result->data.audio_handle == BTA_AG_HANDLE_NONE) { in bta_ag_hfp_result()
1441 } else if (p_result->data.audio_handle == BTA_AG_HANDLE_NONE) { in bta_ag_hfp_result()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h99 #define BTA_AG_HANDLE_NONE 0 macro