HomeSort by relevance Sort by last modified time
    Searched defs:fixed_reg (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 50 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.default_idle_tout = 60; /* set 60 seconds timeout, 0xffff default idle timeout *
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 88 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.default_idle_tout = 0xffff; /* 0xffff default idle timeout *
    [all...]
  /external/qemu/tcg/
tcg.h 252 unsigned int fixed_reg:1; member in struct:TCGTemp
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 502 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon3928
    [all...]

Completed in 197 milliseconds