Searched refs:BTA_AG_OK_ERROR (Results 1 – 3 of 3) sorted by relevance
281 #define BTA_AG_OK_ERROR 2 /* Error response */ macro
1439 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hsp_result()1625 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hfp_result()1637 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hfp_result()1674 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hfp_result()
217 if (ok_flag == BTA_AG_OK_ERROR) { in send_at_result()533 send_at_result(BTA_AG_OK_ERROR, BTA_AG_ERR_OP_NOT_SUPPORTED, idx); in btif_hf_upstreams_evt()1051 (response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE : BTA_AG_OK_ERROR, in AtResponse()