Lines Matching refs:p_l2c
63 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init() local
65 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
66 p_l2c->pL2CA_ConnectCfm_Cb = RFCOMM_ConnectCnf; in rfcomm_l2cap_if_init()
67 p_l2c->pL2CA_ConnectPnd_Cb = NULL; in rfcomm_l2cap_if_init()
68 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
69 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
70 p_l2c->pL2CA_DisconnectInd_Cb = RFCOMM_DisconnectInd; in rfcomm_l2cap_if_init()
71 p_l2c->pL2CA_DisconnectCfm_Cb = NULL; in rfcomm_l2cap_if_init()
72 p_l2c->pL2CA_QoSViolationInd_Cb = RFCOMM_QoSViolationInd; in rfcomm_l2cap_if_init()
73 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
74 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
75 p_l2c->pL2CA_TxComplete_Cb = NULL; in rfcomm_l2cap_if_init()
77 L2CA_Register(BT_PSM_RFCOMM, p_l2c, true /* enable_snoop */); in rfcomm_l2cap_if_init()