Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_csm.cc177 tL2C_CONN_INFO* p_ci = (tL2C_CONN_INFO*)p_data; in l2c_csm_closed() local
214 if (p_ci->status == HCI_ERR_CONNECTION_EXISTS) { in l2c_csm_closed()
579 tL2C_CONN_INFO* p_ci = (tL2C_CONN_INFO*)p_data; in l2c_csm_w4_l2cap_connect_rsp() local
608 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()
629 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()
644 p_ci->peer_mtu, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp()
651 local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()
652 (*p_ccb->p_rcb->api.pL2CA_Error_Cb)(local_cid, p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()
660 << ", reason=" << loghex(p_ci->l2cap_result); in l2c_csm_w4_l2cap_connect_rsp()
739 tL2C_CONN_INFO* p_ci; in l2c_csm_w4_l2ca_connect_rsp() local
[all …]