Searched defs:p_lcb_cur (Results 1 - 2 of 2) sorted by last modified time

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c63 tL2C_LCB *p_lcb_cur; local
84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
86 if (p_lcb_cur == p_lcb)
89 if (p_lcb_cur->in_use)
H A Dl2c_utils.c2216 tL2C_LCB *p_lcb_cur = &l2cb.lcb_pool[0]; local
2242 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
2244 if (p_lcb_cur == p_lcb)
2247 if ((p_lcb_cur->in_use) && (p_lcb_cur->link_role == HCI_ROLE_SLAVE))
2256 is_sco_active = btm_is_sco_active_by_bdaddr(p_lcb_cur->remote_bd_addr);
2272 if (BTM_SwitchRole (p_lcb_cur->remote_bd_addr, HCI_ROLE_MASTER, NULL) == BTM_CMD_STARTED)

Completed in 90 milliseconds