Home
last modified time | relevance | path

Searched refs:local_id (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c505 if (p_ccb->local_id != id) { in process_l2cap_cmd()
507 p_ccb->local_id, id); in process_l2cap_cmd()
679 if (p_ccb->local_id != id) { in process_l2cap_cmd()
681 p_ccb->local_id, id); in process_l2cap_cmd()
715 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id)) { in process_l2cap_cmd()
Dl2c_utils.c553 p_ccb->local_id = p_ccb->p_lcb->id; in l2cu_send_peer_connect_req()
556 p_ccb->local_id)) == NULL) { in l2cu_send_peer_connect_req()
663 p_ccb->local_id = p_ccb->p_lcb->id; in l2cu_send_peer_config_req()
685 L2CAP_CMD_CONFIG_REQ, p_ccb->local_id)) == NULL ) { in l2cu_send_peer_config_req()
977 p_ccb->local_id = p_ccb->p_lcb->id; in l2cu_send_peer_disc_req()
979 …2cu_build_header(p_ccb->p_lcb, L2CAP_DISC_REQ_LEN, L2CAP_CMD_DISC_REQ, p_ccb->local_id)) == NULL) { in l2cu_send_peer_disc_req()
3032 p_ccb->local_id = p_ccb->p_lcb->id; in l2cu_send_peer_ble_credit_based_conn_req()
3155 p_ccb->local_id = p_ccb->p_lcb->id; in l2cu_send_peer_ble_flow_control_credit()
3199 p_ccb->local_id = p_ccb->p_lcb->id; in l2cu_send_peer_ble_credit_based_disconn_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h302 UINT8 local_id; /* Transaction ID for local trans */ member