Searched refs:remote_id (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
D | socket.h | 101 asocket *find_local_socket(unsigned local_id, unsigned remote_id);
|
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 250 l2cu_reject_ble_connection(p_ccb->p_lcb, p_ccb->remote_id, result); in l2c_csm_closed() 432 p_ccb->remote_id); in l2c_csm_term_w4_sec_comp() 458 p_ccb->p_lcb, p_ccb->remote_id, in l2c_csm_term_w4_sec_comp() 476 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_term_w4_sec_comp() 720 p_ccb->remote_id); in l2c_csm_w4_l2ca_connect_rsp() 1175 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2cap_disconnect_rsp() 1231 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2ca_disconnect_rsp() 1242 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2ca_disconnect_rsp()
|
D | l2c_main.cc | 396 p_ccb->remote_id = id; in process_l2cap_cmd() 589 p_ccb->remote_id = id; in process_l2cap_cmd() 705 p_ccb->remote_id = id; in process_l2cap_cmd()
|
D | l2c_utils.cc | 476 L2CAP_CMD_CONN_RSP, p_ccb->remote_id); in l2cu_send_peer_connect_rsp() 657 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id); in l2cu_send_peer_config_rsp() 772 UINT8_TO_STREAM(p, p_ccb->remote_id); in l2cu_send_peer_config_rej() 901 void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_disc_rsp() argument 907 remote_id); in l2cu_send_peer_disc_rsp() 1060 void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_info_rsp() argument 1088 p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id); in l2cu_send_peer_info_rsp() 2929 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, p_ccb->remote_id); in l2cu_send_peer_ble_credit_based_conn_res()
|
D | l2c_api.cc | 621 if (p_ccb->remote_id != id) { in L2CA_ConnectLECocRsp() 623 p_ccb->remote_id, id); in L2CA_ConnectLECocRsp() 764 if (p_ccb->remote_id != id) { in L2CA_ErtmConnectRsp() 766 p_ccb->remote_id, id); in L2CA_ErtmConnectRsp()
|
D | l2c_int.h | 302 uint8_t remote_id; /* Transaction ID for local */ member 626 extern void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id,
|
D | l2c_ble.cc | 619 p_ccb->remote_id = id; in l2cble_process_sig_cmd() 729 p_ccb->remote_id = id; in l2cble_process_sig_cmd()
|