Home
last modified time | relevance | path

Searched refs:ch_lcid (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c185 if ((p_lcb->ch_lcid = L2CA_ConnectReq(AVCT_PSM, p_lcb->peer_addr)) == 0) { in avct_lcb_chnl_open()
233 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
243 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
408 L2CA_DisconnectReq(p_lcb->ch_lcid); in avct_lcb_chnl_disc()
454 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_cong_ind()
577 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_send_msg()
679 L2CA_DataWrite(p_lcb->ch_lcid, p_buf); in avct_lcb_msg_ind()
Davct_l2c.c126 p_lcb->conflict_lcid = p_lcb->ch_lcid; in avct_l2c_connect_ind_cback()
141 p_lcb->ch_lcid = lcid; in avct_l2c_connect_ind_cback()
Davct_lcb.c381 if (p_lcb->allocated && ((p_lcb->ch_lcid == lcid) || (p_lcb->conflict_lcid == lcid))) { in avct_lcb_by_lcid()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h65 UINT16 ch_lcid; /* L2CAP channel LCID */ member
76 UINT16 ch_lcid; /* L2CAP channel LCID */ member
92 UINT16 ch_lcid; /* L2CAP channel LCID */ member