Searched refs:remote_cid (Results 1 - 7 of 7) sorted by last modified time

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c911 p_ccb->remote_cid = p_ccb->local_cid;
H A Dl2c_csm.c477 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
542 p_ccb->remote_cid = p_ci->remote_cid;
551 p_ccb->remote_cid = p_ci->remote_cid;
574 if (p_ccb->remote_cid != 0)
1114 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
1171 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
1179 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
1316 UINT16_TO_STREAM (p, p_ccb->remote_cid);
[all...]
H A Dl2c_fcr.c563 UINT16_TO_STREAM (p, p_ccb->remote_cid);
1734 UINT16_TO_STREAM (p, p_ccb->remote_cid);
H A Dl2c_int.h291 UINT16 remote_cid; /* Remote CID */ member in struct:t_l2c_ccb
540 UINT16 remote_cid; /* Remote CID */ member in struct:__anon1666
604 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid);
616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
620 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result);
H A Dl2c_main.c407 && (p_ccb->remote_cid == rcid))
457 p_ccb->remote_cid = rcid;
463 STREAM_TO_UINT16 (con_info.remote_cid, p);
471 lcid, con_info.remote_cid);
686 if (p_ccb->remote_cid == rcid)
703 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id))
H A Dl2c_ucd.c604 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID;
925 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID;
H A Dl2c_utils.c531 UINT16_TO_STREAM (p, p_ccb->remote_cid);
550 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) argument
564 UINT16_TO_STREAM (p, remote_cid);
616 UINT16_TO_STREAM (p, p_ccb->remote_cid);
715 UINT16_TO_STREAM (p, p_ccb->remote_cid);
836 UINT16_TO_STREAM (p, p_ccb->remote_cid);
929 UINT16_TO_STREAM (p, p_ccb->remote_cid);
964 UINT16 remote_cid)
978 UINT16_TO_STREAM (p, remote_cid);
1752 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) argument
963 l2cu_send_peer_disc_rsp(tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid) argument
[all...]

Completed in 158 milliseconds