Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c79 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_callback; in smp_l2cap_if_init()
85 fixed_reg.pL2CA_FixedConn_Cb = smp_br_connect_callback; in smp_l2cap_if_init()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1249 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) { in l2cu_send_peer_info_rsp()
2835 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) { in l2cu_process_fixed_chnl_resp()
2842 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_chnl_resp()
2845 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_chnl_resp()
2850 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_chnl_resp()
2853 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_chnl_resp()
2898 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_disc_cback()
2901 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_disc_cback()
2906 && (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) ) { in l2cu_process_fixed_disc_cback()
2908 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2cu_process_fixed_disc_cback()
[all …]
Dl2c_link.c447 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2c_link_hci_disc_comp()
450 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2c_link_hci_disc_comp()
Dl2c_api.c1718 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb) in L2CA_ConnectFixedChnl()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1050 tL2CA_FIXED_CHNL_CB *pL2CA_FixedConn_Cb; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c125 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2541 .pL2CA_FixedConn_Cb = fcchan_conn_chng_cbk, in fcchan_get()