Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_l2c.cc67 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_callback; in smp_l2cap_if_init()
78 fixed_reg.pL2CA_FixedConn_Cb = smp_br_connect_callback; in smp_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h774 tL2CA_FIXED_CHNL_CB* pL2CA_FixedConn_Cb; member
/system/bt/stack/l2cap/
Dl2c_utils.cc1146 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) in l2cu_send_peer_info_rsp()
2693 if (!l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb) continue; in l2cu_process_fixed_chnl_resp()
2698 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_chnl_resp()
2701 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_chnl_resp()
2740 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_disc_cback()
2745 (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL)) in l2cu_process_fixed_disc_cback()
2746 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_disc_cback()
Dl2c_link.cc430 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2c_link_hci_disc_comp()
Dl2c_api.cc1480 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)( in L2CA_ConnectFixedChnl()
/system/bt/stack/gatt/
Dgatt_main.cc119 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init()
/system/bt/bta/jv/
Dbta_jv_act.cc1891 .pL2CA_FixedConn_Cb = fcchan_conn_chng_cbk, in fcchan_get()