Searched refs:bta_ag_send_result (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_cmd.cc | 215 static void bta_ag_send_result(tBTA_AG_SCB* p_scb, size_t code, in bta_ag_send_result() function 280 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_OK, nullptr, 0); in bta_ag_send_ok() 297 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_CMEE, nullptr, errcode); in bta_ag_send_error() 299 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_ERROR, nullptr, 0); in bta_ag_send_error() 370 bta_ag_send_result(p_scb, BTA_AG_IND_RES, str, 0); in bta_ag_send_ind() 737 bta_ag_send_result(p_scb, BTA_AG_BIND_RES, buffer, 0); in bta_ag_bind_response() 767 bta_ag_send_result(p_scb, BTA_AG_BIND_RES, buffer, 0); in bta_ag_bind_response() 970 bta_ag_send_result(p_scb, BTA_AG_IN_CALL_HELD_RES, in bta_ag_at_hfp_cback() 973 bta_ag_send_result(p_scb, BTA_AG_IN_CALL_HELD_RES, in bta_ag_at_hfp_cback() 1067 bta_ag_send_result(p_scb, BTA_AG_CIND_RES, p_bta_ag_cfg->cind_info, 0); in bta_ag_at_hfp_cback() [all …]
|