Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c73 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init() local
75 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
76 p_l2c->pL2CA_ConnectCfm_Cb = RFCOMM_ConnectCnf; in rfcomm_l2cap_if_init()
77 p_l2c->pL2CA_ConnectPnd_Cb = NULL; in rfcomm_l2cap_if_init()
78 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
79 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
80 p_l2c->pL2CA_DisconnectInd_Cb = RFCOMM_DisconnectInd; in rfcomm_l2cap_if_init()
81 p_l2c->pL2CA_DisconnectCfm_Cb = NULL; in rfcomm_l2cap_if_init()
82 p_l2c->pL2CA_QoSViolationInd_Cb = RFCOMM_QoSViolationInd; in rfcomm_l2cap_if_init()
83 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
[all …]