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

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_l2c.c50 tL2CAP_FIXED_CHNL_REG fixed_reg; local
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
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c92 tL2CAP_FIXED_CHNL_REG fixed_reg; local
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
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h504 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon1665
/external/qemu/tcg/
H A Dtcg.h432 unsigned int fixed_reg:1; member in struct:TCGTemp

Completed in 170 milliseconds