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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 400 static void bta_ag_send_multi_result(tBTA_AG_SCB *p_scb, tBTA_AG_MULTI_RESULT_CB *m_res_cb)
407 if((!m_res_cb) || (m_res_cb->num_result == 0) || (m_res_cb->num_result > BTA_AG_AT_MULTI_LEN))
409 APPL_TRACE_DEBUG0("m_res_cb is NULL or num_result is out of range.");
417 while(res_idx < m_res_cb->num_result)
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)
430 p += utl_itoa((UINT16) m_res_cb->res_cb[res_idx].int_arg, p)
1804 tBTA_AG_MULTI_RESULT_CB m_res_cb; local
    [all...]

Completed in 82 milliseconds