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.c88 tL2CAP_FIXED_CHNL_REG fixed_reg; local
102 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
103 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF;
104 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
105 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
106 fixed_reg.fixed_chnl_opts.mps = 670;
107 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
109 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
110 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind;
111 fixed_reg
[all...]
/external/qemu/tcg/
H A Dtcg.h252 unsigned int fixed_reg:1; member in struct:TCGTemp
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h502 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon1525

Completed in 125 milliseconds