Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc65 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init() local
67 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
68 p_l2c->pL2CA_ConnectCfm_Cb = RFCOMM_ConnectCnf; in rfcomm_l2cap_if_init()
69 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
70 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
71 p_l2c->pL2CA_DisconnectInd_Cb = RFCOMM_DisconnectInd; in rfcomm_l2cap_if_init()
72 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
73 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
74 p_l2c->pL2CA_TxComplete_Cb = NULL; in rfcomm_l2cap_if_init()
75 p_l2c->pL2CA_Error_Cb = rfc_on_l2cap_error; in rfcomm_l2cap_if_init()