Home
last modified time | relevance | path

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

/system/core/adb/
Dsocket.h104 asocket *find_local_socket(unsigned local_id, unsigned remote_id);
/system/bt/stack/l2cap/
Dl2c_csm.c488 p_ccb->p_rcb->psm, p_ccb->remote_id); in l2c_csm_term_w4_sec_comp()
518 … l2cu_reject_ble_connection(p_ccb->p_lcb, p_ccb->remote_id, L2CAP_LE_INSUFFICIENT_AUTHENTICATION); in l2c_csm_term_w4_sec_comp()
535 … 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()
804 p_ccb->remote_id); in l2c_csm_w4_l2ca_connect_rsp()
1285 … 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()
1347 … 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()
1355 … 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.c408 p_ccb->remote_id = id; in process_l2cap_cmd()
532 p_ccb->remote_id = id; in process_l2cap_cmd()
640 p_ccb->remote_id = id; in process_l2cap_cmd()
Dl2c_utils.c536 …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()
722 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL ) in l2cu_send_peer_config_rsp()
839 UINT8_TO_STREAM (p, p_ccb->remote_id); in l2cu_send_peer_config_rej()
975 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp() argument
981 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()
1135 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp() argument
1165 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL) in l2cu_send_peer_info_rsp()
3171 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, p_ccb->remote_id)) == NULL ) in l2cu_send_peer_ble_credit_based_conn_res()
Dl2c_api.c585 if (p_ccb->remote_id != id) in L2CA_ConnectLECocRsp()
587 L2CAP_TRACE_WARNING("%s bad id. Expected: %d Got: %d", __func__, p_ccb->remote_id, id); in L2CA_ConnectLECocRsp()
727 if (p_ccb->remote_id != id) in L2CA_ErtmConnectRsp()
729 … L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id); in L2CA_ErtmConnectRsp()
Dl2c_int.h301 UINT8 remote_id; /* Transaction ID for local */ member
616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16…
Dl2c_ble.c721 p_ccb->remote_id = id; in l2cble_process_sig_cmd()
818 p_ccb->remote_id = id; in l2cble_process_sig_cmd()