Home | History | Annotate | Download | only in gatt

Lines Matching refs:fixed_reg

84     tL2CAP_FIXED_CHNL_REG  fixed_reg;
98 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
99 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF;
100 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
101 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
102 fixed_reg.fixed_chnl_opts.mps = 670;
103 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
105 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
106 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind;
107 fixed_reg.default_idle_tout = 0xffff; /* 0xffff default idle timeout */
109 L2CA_RegisterFixedChannel (L2CAP_ATT_CID, &fixed_reg);