Lines Matching refs:fixed_reg
94 tL2CAP_FIXED_CHNL_REG fixed_reg; in gatt_init() local
99 memset (&fixed_reg, 0, sizeof(tL2CAP_FIXED_CHNL_REG)); in gatt_init()
111 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in gatt_init()
112 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init()
113 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; in gatt_init()
114 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init()
115 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init()
116 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; in gatt_init()
118 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init()
119 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind; in gatt_init()
120 fixed_reg.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback */ in gatt_init()
121 fixed_reg.default_idle_tout = 0xffff; /* 0xffff default idle timeout */ in gatt_init()
123 L2CA_RegisterFixedChannel (L2CAP_ATT_CID, &fixed_reg); in gatt_init()