Searched refs:errcode (Results 1 – 3 of 3) sorted by relevance
294 static void bta_ag_send_error(tBTA_AG_SCB* p_scb, int16_t errcode) { in bta_ag_send_error() argument297 bta_ag_send_result(p_scb, BTA_AG_LOCAL_RES_CMEE, nullptr, errcode); in bta_ag_send_error()1743 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()1760 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()1796 bta_ag_send_error(p_scb, result.data.errcode); in bta_ag_hfp_result()
326 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member
236 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) { in send_at_result() argument240 ag_res.errcode = errcode; in send_at_result()