Lines Matching refs:si
369 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); in bta_jv_free_rfc_cb() local
370 if (0 <= si && si < BTA_JV_MAX_RFC_SR_SESSION) in bta_jv_free_rfc_cb()
371 p_cb->rfc_hdl[si] = 0; in bta_jv_free_rfc_cb()
489 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); in bta_jv_free_set_pm_profile_cb() local
490 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && si in bta_jv_free_set_pm_profile_cb()
491 < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si]) in bta_jv_free_set_pm_profile_cb()
493 tBTA_JV_PCB *p_pcb = bta_jv_rfc_port_to_pcb(bta_jv_cb.rfc_cb[hi].rfc_hdl[si]); in bta_jv_free_set_pm_profile_cb()
550 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); in bta_jv_alloc_set_pm_profile_cb() local
1867 UINT32 si = 0; in bta_jv_add_rfc_port() local
1898 else if (si == 0) in bta_jv_add_rfc_port()
1900 si = i + 1; in bta_jv_add_rfc_port()
1905 p_cb->max_sess, used, p_cb->curr_sess, listen, si); in bta_jv_add_rfc_port()
1906 if (used < p_cb->max_sess && listen == 1 && si) in bta_jv_add_rfc_port()
1908 si--; in bta_jv_add_rfc_port()
1910 …BTA_JV_DEF_RFC_MTU, (UINT8 *) bd_addr_any, &(p_cb->rfc_hdl[si]), bta_jv_port_mgmt_sr_cback) == POR… in bta_jv_add_rfc_port()
1913 p_pcb = &bta_jv_cb.port_cb[p_cb->rfc_hdl[si] - 1]; in bta_jv_add_rfc_port()
1915 p_pcb->port_handle = p_cb->rfc_hdl[si]; in bta_jv_add_rfc_port()
1927 p_pcb->handle = BTA_JV_RFC_H_S_TO_HDL(p_cb->handle, si); in bta_jv_add_rfc_port()