Searched defs:fixed_reg (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_l2c.c58 tL2CAP_FIXED_CHNL_REG fixed_reg; local
60 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
61 fixed_reg.fixed_chnl_opts.max_transmit = 0;
62 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
63 fixed_reg.fixed_chnl_opts.mon_tout = 0;
64 fixed_reg.fixed_chnl_opts.mps = 0;
65 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
67 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_callback;
68 fixed_reg.pL2CA_FixedData_Cb = smp_data_received;
69 fixed_reg
[all...]
/system/bt/stack/gatt/
H A Dgatt_main.c94 tL2CAP_FIXED_CHNL_REG fixed_reg; local
99 memset (&fixed_reg, 0, sizeof(tL2CAP_FIXED_CHNL_REG));
111 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
112 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF;
113 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
114 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
115 fixed_reg.fixed_chnl_opts.mps = 670;
116 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
118 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
119 fixed_reg
[all...]
/system/bt/stack/l2cap/
H A Dl2c_int.h497 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon1229

Completed in 1143 milliseconds