HomeSort by relevance Sort by last modified time
    Searched full:bta_ag_result_tbl (Results 1 - 1 of 1) sorted by null

  /system/bt/bta/ag/
bta_ag_cmd.c 204 const tBTA_AG_RESULT bta_ag_result_tbl[] = variable
350 strlcpy(p, bta_ag_result_tbl[code].p_res, sizeof(buf) - 2);
370 p += strlen(bta_ag_result_tbl[code].p_res);
373 if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_INT)
377 else if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_STR)
430 strcpy(p, bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
431 p += strlen(bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
434 if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_INT)
438 else if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_STR)
    [all...]

Completed in 194 milliseconds