Searched refs:remote_id (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 95 p_ccb->remote_id); in l2c_csm_indicate_connection_open() 286 l2cu_reject_ble_connection(p_ccb, p_ccb->remote_id, result); in l2c_csm_closed() 487 p_ccb->peer_cfg.mtu, p_ccb->remote_id); in l2c_csm_term_w4_sec_comp() 522 p_ccb, p_ccb->remote_id, in l2c_csm_term_w4_sec_comp() 540 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_term_w4_sec_comp() 1355 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2cap_disconnect_rsp() 1405 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2ca_disconnect_rsp() 1415 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_utils.cc | 449 L2CAP_CMD_CONN_RSP, p_ccb->remote_id); in l2cu_send_peer_connect_rsp() 683 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id); in l2cu_send_peer_config_rsp() 798 UINT8_TO_STREAM(p, p_ccb->remote_id); in l2cu_send_peer_config_rej() 927 void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_disc_rsp() argument 933 remote_id); in l2cu_send_peer_disc_rsp() 1051 void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_info_rsp() argument 1079 p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id); in l2cu_send_peer_info_rsp() 2883 L2CAP_CMD_CREDIT_BASED_CONN_RES, p_ccb->remote_id); in l2cu_send_peer_credit_based_conn_res() 3004 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, p_ccb->remote_id); in l2cu_send_peer_ble_credit_based_conn_res()
|
D | l2c_main.cc | 410 p_ccb->remote_id = id; in process_l2cap_cmd() 612 p_ccb->remote_id = id; in process_l2cap_cmd() 753 p_ccb->remote_id = id; in process_l2cap_cmd()
|
D | l2c_int.h | 316 uint8_t remote_id; /* Transaction ID for local */ member 704 extern void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id,
|
D | l2c_ble.cc | 583 temp_p_ccb->remote_id = id; in l2cble_process_sig_cmd() 903 p_ccb->remote_id = id; in l2cble_process_sig_cmd() 1020 p_ccb->remote_id = id; in l2cble_process_sig_cmd()
|
D | l2c_api.cc | 671 if (p_ccb->remote_id != id) { in L2CA_ConnectCreditBasedRsp() 673 p_ccb->remote_id, id); in L2CA_ConnectCreditBasedRsp()
|
/system/bt/test/mock/ |
D | mock_stack_l2cap_utils.cc | 257 void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_disc_rsp() argument 268 void l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_info_rsp() argument
|