Home | History | Annotate | Download | only in gatt

Lines Matching refs:fixed_reg

92     tL2CAP_FIXED_CHNL_REG  fixed_reg;
106 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
107 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF;
108 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
109 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
110 fixed_reg.fixed_chnl_opts.mps = 670;
111 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
113 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
114 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind;
115 fixed_reg.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback */
116 fixed_reg.default_idle_tout = 0xffff; /* 0xffff default idle timeout */
118 L2CA_RegisterFixedChannel (L2CAP_ATT_CID, &fixed_reg);