Home
last modified time | relevance | path

Searched refs:mcb_index (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc429 auto mcb_index = static_cast<size_t>(lcid - L2CAP_BASE_APPL_CID); in rfc_save_lcid_mcb() local
430 if (mcb_index >= MAX_L2CAP_CHANNELS) { in rfc_save_lcid_mcb()
434 rfc_cb.rfc.p_rfc_lcid_mcb[mcb_index] = p_mcb; in rfc_save_lcid_mcb()