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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 198 const tBTA_AG_RESULT bta_ag_result_tbl[] = variable
344 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[code].p_res);
364 p += strlen(bta_ag_result_tbl[code].p_res);
367 if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_INT)
371 else if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_STR)
424 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
425 p += strlen(bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
428 if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_INT)
432 else if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_STR)
    [all...]

Completed in 49 milliseconds