Searched refs:bta_ag_send_result (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_cmd.cc | 209 static void bta_ag_send_result(tBTA_AG_SCB* p_scb, size_t code, in bta_ag_send_result() function 269 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_OK, nullptr, 0); in bta_ag_send_ok() 286 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_CMEE, nullptr, errcode); in bta_ag_send_error() 288 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_ERROR, nullptr, 0); in bta_ag_send_error() 359 bta_ag_send_result(p_scb, BTA_AG_IND_RES, str, 0); in bta_ag_send_ind() 722 bta_ag_send_result(p_scb, BTA_AG_BIND_RES, buffer, 0); in bta_ag_bind_response() 752 bta_ag_send_result(p_scb, BTA_AG_BIND_RES, buffer, 0); in bta_ag_bind_response() 955 bta_ag_send_result(p_scb, BTA_AG_IN_CALL_HELD_RES, in bta_ag_at_hfp_cback() 958 bta_ag_send_result(p_scb, BTA_AG_IN_CALL_HELD_RES, in bta_ag_at_hfp_cback() 1039 bta_ag_send_result(p_scb, BTA_AG_CIND_RES, p_bta_ag_cfg->cind_info, 0); in bta_ag_at_hfp_cback() [all …]
|