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 | 397 p_ccb->remote_id = id; in process_l2cap_cmd() 590 p_ccb->remote_id = id; in process_l2cap_cmd() 706 p_ccb->remote_id = id; in process_l2cap_cmd()
|
D | l2c_api.cc | 670 if (p_ccb->remote_id != id) { in L2CA_ConnectLECocRsp() 672 p_ccb->remote_id, id); in L2CA_ConnectLECocRsp() 789 if (p_ccb->remote_id != id) { in L2CA_ErtmConnectRsp() 791 p_ccb->remote_id, id); in L2CA_ErtmConnectRsp()
|
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() 774 UINT8_TO_STREAM(p, p_ccb->remote_id); in l2cu_send_peer_config_rej() 903 void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_disc_rsp() argument 909 remote_id); in l2cu_send_peer_disc_rsp() 1062 void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_info_rsp() argument 1090 p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id); in l2cu_send_peer_info_rsp() 2915 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, p_ccb->remote_id); in l2cu_send_peer_ble_credit_based_conn_res()
|
D | l2c_int.h | 301 uint8_t remote_id; /* Transaction ID for local */ member 625 extern void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id,
|
D | l2c_ble.cc | 622 p_ccb->remote_id = id; in l2cble_process_sig_cmd() 732 p_ccb->remote_id = id; in l2cble_process_sig_cmd()
|