Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_csm.c429 p_ccb->p_rcb->psm, p_ccb->remote_id); in l2c_csm_term_w4_sec_comp()
470 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_term_w4_sec_comp()
680 p_ccb->remote_id); in l2c_csm_w4_l2ca_connect_rsp()
1104 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2cap_disconnect_rsp()
1161 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2ca_disconnect_rsp()
1169 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2ca_disconnect_rsp()
Dl2c_main.c457 p_ccb->remote_id = id; in process_l2cap_cmd()
581 p_ccb->remote_id = id; in process_l2cap_cmd()
690 p_ccb->remote_id = id; in process_l2cap_cmd()
Dl2c_int.h277 UINT8 remote_id; /* Transaction ID for local */ member
587 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16…
Dl2c_utils.c526 …l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL) in l2cu_send_peer_connect_rsp()
712 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL ) in l2cu_send_peer_config_rsp()
837 UINT8_TO_STREAM (p, p_ccb->remote_id); in l2cu_send_peer_config_rej()
968 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp() argument
974 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL) in l2cu_send_peer_disc_rsp()
1132 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp() argument
1162 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL) in l2cu_send_peer_info_rsp()
Dl2c_api.c432 if (p_ccb->remote_id != id) in L2CA_ErtmConnectRsp()
434 … L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id); in L2CA_ErtmConnectRsp()
/system/core/adb/
Dadb.h243 asocket *find_local_socket(unsigned local_id, unsigned remote_id);