Home | History | Annotate | Download | only in smp

Lines Matching refs:fixed_reg

50     tL2CAP_FIXED_CHNL_REG  fixed_reg;
52 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
53 fixed_reg.fixed_chnl_opts.max_transmit = 0;
54 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
55 fixed_reg.fixed_chnl_opts.mon_tout = 0;
56 fixed_reg.fixed_chnl_opts.mps = 0;
57 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
59 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_cback;
60 fixed_reg.pL2CA_FixedData_Cb = smp_data_ind;
61 fixed_reg.default_idle_tout = 60; /* set 60 seconds timeout, 0xffff default idle timeout */
64 L2CA_RegisterFixedChannel (L2CAP_SMP_CID, &fixed_reg);