Searched defs:remote_cid (Results 1 - 3 of 3) sorted by relevance

/system/bt/hci/include/
H A Dbt_vendor_lib.h365 uint16_t remote_cid; member in struct:__anon731
/system/bt/stack/l2cap/
H A Dl2c_utils.c546 UINT16_TO_STREAM (p, p_ccb->remote_cid);
565 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) argument
579 UINT16_TO_STREAM (p, remote_cid);
631 UINT16_TO_STREAM (p, p_ccb->remote_cid);
730 UINT16_TO_STREAM (p, p_ccb->remote_cid);
843 UINT16_TO_STREAM (p, p_ccb->remote_cid);
942 UINT16_TO_STREAM (p, p_ccb->remote_cid);
976 UINT16 remote_cid)
990 UINT16_TO_STREAM (p, remote_cid);
1768 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) argument
975 l2cu_send_peer_disc_rsp(tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid) argument
[all...]
H A Dl2c_int.h287 UINT16 remote_cid; /* Remote CID */ member in struct:t_l2c_ccb
535 UINT16 remote_cid; /* Remote CID */ member in struct:__anon1229
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);

Completed in 176 milliseconds