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.pL2CA_FixedCong_Cb = NULL; /* do not handle congestion on this channel *
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 92 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.pL2CA_FixedCong_Cb = gatt_le_cong_cback; /* congestion callback *
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 504 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon6285
    [all...]
  /external/qemu/tcg/
tcg.h 432 unsigned int fixed_reg:1; member in struct:TCGTemp

Completed in 70 milliseconds