Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_cmd.c1426 if (p_result->data.ok_flag != BTA_AG_OK_ERROR) in bta_ag_hsp_result()
1433 if (p_result->data.ok_flag == BTA_AG_OK_DONE) in bta_ag_hsp_result()
1650 if (p_result->data.ok_flag != BTA_AG_OK_ERROR) in bta_ag_hfp_result()
1657 if (p_result->data.ok_flag == BTA_AG_OK_DONE) in bta_ag_hfp_result()
1668 if (p_result->data.ok_flag != BTA_AG_OK_ERROR) in bta_ag_hfp_result()
1677 if (p_result->data.ok_flag == BTA_AG_OK_DONE) in bta_ag_hfp_result()
1703 if (p_result->data.ok_flag != BTA_AG_OK_ERROR) in bta_ag_hfp_result()
1712 if (p_result->data.ok_flag == BTA_AG_OK_DONE) in bta_ag_hfp_result()
/system/bt/btif/src/
Dbtif_hf.c262 static void send_at_result(UINT8 ok_flag, UINT16 errcode, int idx) in send_at_result() argument
267 ag_res.ok_flag = ok_flag; in send_at_result()
268 if (ok_flag == BTA_AG_OK_ERROR) in send_at_result()
1057 ag_res.ok_flag = BTA_AG_OK_DONE; in cops_response()
1217 ag_res.ok_flag = BTA_AG_OK_DONE; in clcc_response()
/system/bt/bta/include/
Dbta_ag_api.h219 UINT8 ok_flag; /* Indicates if response is finished, and if error occurred */ member