Searched refs:remote_cid (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
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)
1109 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
1166 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
1174 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
1311 UINT16_TO_STREAM (p, p_ccb->remote_cid);
[all...]
H A Dl2c_int.h290 UINT16 remote_cid; /* Remote CID */ member in struct:t_l2c_ccb
534 UINT16 remote_cid; /* Remote CID */ member in struct:__anon1503
598 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid);
609 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
613 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result);
H A Dl2c_main.c379 && (p_ccb->remote_cid == rcid))
429 p_ccb->remote_cid = rcid;
435 STREAM_TO_UINT16 (con_info.remote_cid, p);
443 lcid, con_info.remote_cid);
658 if (p_ccb->remote_cid == rcid)
675 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id))
H A Dl2c_utils.c456 UINT16_TO_STREAM (p, p_ccb->remote_cid);
475 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) argument
489 UINT16_TO_STREAM (p, remote_cid);
541 UINT16_TO_STREAM (p, p_ccb->remote_cid);
640 UINT16_TO_STREAM (p, p_ccb->remote_cid);
748 UINT16_TO_STREAM (p, p_ccb->remote_cid);
826 UINT16_TO_STREAM (p, p_ccb->remote_cid);
861 UINT16 remote_cid)
875 UINT16_TO_STREAM (p, remote_cid);
1634 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) argument
860 l2cu_send_peer_disc_rsp(tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid) argument
[all...]
H A Dl2c_ucd.c604 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID;
925 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID;
H A Dl2c_api.c902 p_ccb->remote_cid = p_ccb->local_cid;
H A Dl2c_fcr.c563 UINT16_TO_STREAM (p, p_ccb->remote_cid);
1734 UINT16_TO_STREAM (p, p_ccb->remote_cid);
/external/qemu/hw/
H A Dbt-l2cap.c56 uint16_t remote_cid; member in struct:l2cap_instance_s::l2cap_chan_s
420 ch->remote_cid = source_cid;
467 if (ch->remote_cid != source_cid) {
485 l2cap_configuration_request(l2cap, ch->remote_cid, 0, NULL, 0);
677 l2cap_configuration_response(l2cap, ch->remote_cid,
1128 chan->remote_cid, chan->params.remote_mtu);
1132 return l2cap_pdu_out(chan->l2cap, chan->remote_cid, len);
1186 l2cap->signalling_ch.remote_cid = L2CAP_CID_SIGNALLING;
1200 l2cap->group_ch.remote_cid = L2CAP_CID_INVALID;
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h161 UINT16 remote_cid; /* Remote CID */ member in struct:t_l2c_stream_info

Completed in 153 milliseconds