Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c69 p_l2c->pL2CA_QoSViolationInd_Cb = RFCOMM_QoSViolationInd; in rfcomm_l2cap_if_init()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h297 tL2CA_QOS_VIOLATION_IND_CB *pL2CA_QoSViolationInd_Cb; member
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_csm.c975 if (p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb) in l2c_csm_open()
976 (*p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb)(p_ccb->p_lcb->remote_bd_addr); in l2c_csm_open()
Dl2c_link.c502 if (p_ccb->p_rcb->api.pL2CA_QoSViolationInd_Cb) in l2c_link_hci_qos_violation()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c128 sdp_cb.reg_info.pL2CA_QoSViolationInd_Cb = NULL; in sdp_init()
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c82 gap_cb.conn.reg_info.pL2CA_QoSViolationInd_Cb = NULL; in gap_conn_init()