Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h26 #define L2CAP_CMD_CONN_RSP 0x03 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c494 case L2CAP_CMD_CONN_RSP: in process_l2cap_cmd()
Dl2c_utils.c595 …if ((p_buf = l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote… in l2cu_send_peer_connect_rsp()
628 … if ((p_buf = l2cu_build_header(p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, rem_id)) == NULL ) { in l2cu_reject_connection()