Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc1445 } else if (result.data.audio_handle == BTA_AG_HANDLE_NONE && in bta_ag_hsp_result()
1559 } else if ((result.data.audio_handle == BTA_AG_HANDLE_NONE) && in bta_ag_hfp_result()
1608 } else if (result.data.audio_handle == BTA_AG_HANDLE_NONE) { in bta_ag_hfp_result()
1626 } else if (result.data.audio_handle == BTA_AG_HANDLE_NONE) { in bta_ag_hfp_result()
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h92 #define BTA_AG_HANDLE_NONE 0 macro