Searched refs:pL2CA_FixedConn_Cb (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/smp/ |
D | smp_l2c.cc | 61 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_callback; in smp_l2cap_if_init() 72 fixed_reg.pL2CA_FixedConn_Cb = smp_br_connect_callback; in smp_l2cap_if_init()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 262 (freg_.pL2CA_FixedConn_Cb)(cid_, address, true, 0, 2); in on_channel_close() 284 (freg_.pL2CA_FixedConn_Cb)(cid_, address, true, 0, BT_TRANSPORT_LE); in on_channel_open() 308 freg_.pL2CA_FixedConn_Cb(cid_, remote, true, 0, BT_TRANSPORT_LE); in on_outgoing_connection_fail()
|
/system/bt/stack/include/ |
D | l2c_api.h | 772 tL2CA_FIXED_CHNL_CB* pL2CA_FixedConn_Cb; member
|
/system/bt/stack/l2cap/ |
D | l2c_utils.cc | 1148 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) in l2cu_send_peer_info_rsp() 2678 if (!l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb) continue; in l2cu_process_fixed_chnl_resp() 2683 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_chnl_resp() 2686 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_chnl_resp() 2725 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_disc_cback() 2730 (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL)) in l2cu_process_fixed_disc_cback() 2731 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2cu_process_fixed_disc_cback()
|
D | l2c_link.cc | 430 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2c_link_hci_disc_comp()
|
D | l2c_api.cc | 1476 (*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)( in L2CA_ConnectFixedChnl()
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 112 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 1891 .pL2CA_FixedConn_Cb = fcchan_conn_chng_cbk, in fcchan_get()
|