Home
last modified time | relevance | path

Searched refs:BTA_AG_OK_ERROR (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_ag_api.h258 #define BTA_AG_OK_ERROR 2 /* Error response */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.cc1410 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hsp_result()
1595 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hfp_result()
1607 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hfp_result()
1644 if (result.data.ok_flag != BTA_AG_OK_ERROR) { in bta_ag_hfp_result()
/system/bt/btif/src/
Dbtif_hf.cc219 if (ok_flag == BTA_AG_OK_ERROR) { in send_at_result()
496 send_at_result(BTA_AG_OK_ERROR, BTA_AG_ERR_OP_NOT_SUPPORTED, idx); in btif_hf_upstreams_evt()
986 (response_code == BTHF_AT_RESPONSE_OK) ? BTA_AG_OK_DONE : BTA_AG_OK_ERROR, in AtResponse()