Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_l2cap_if.c72 p_l2c->pL2CA_QoSViolationInd_Cb = RFCOMM_QoSViolationInd; in rfcomm_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h311 tL2CA_QOS_VIOLATION_IND_CB *pL2CA_QoSViolationInd_Cb; member
/system/bt/stack/sdp/
Dsdp_main.c130 sdp_cb.reg_info.pL2CA_QoSViolationInd_Cb = NULL; in sdp_init()
/system/bt/stack/l2cap/
Dl2c_csm.c1110 if (p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb) in l2c_csm_open()
1111 (*p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb)(p_ccb->p_lcb->remote_bd_addr); in l2c_csm_open()
Dl2c_link.c537 if (p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb) in l2c_link_hci_qos_violation()
/system/bt/stack/gap/
Dgap_conn.c85 gap_cb.conn.reg_info.pL2CA_QoSViolationInd_Cb = NULL; in gap_conn_init()