/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 | 84 tL2CAP_FIXED_CHNL_REG fixed_reg; local 98 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; 99 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; 100 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; 101 fixed_reg.fixed_chnl_opts.mon_tout = 12000; 102 fixed_reg.fixed_chnl_opts.mps = 670; 103 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; 105 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; 106 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind; 107 fixed_reg.default_idle_tout = 0xffff; /* 0xffff default idle timeout * [all...] |
/external/qemu/tcg/ |
tcg.c | 312 ts->fixed_reg = 1; 352 ts->fixed_reg = 0; 367 ts->fixed_reg = 0; 387 ts->fixed_reg = 0; 769 if (ts->fixed_reg) { 779 ts->fixed_reg = 0; [all...] |
tcg.h | 252 unsigned int fixed_reg:1; member in struct:TCGTemp
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_api.c | [all...] |
l2c_ble.c | 281 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) 376 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
|
l2c_main.c | 267 (l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb != NULL) ) 270 if (l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) 277 (*l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb)(p_lcb->remote_bd_addr, p_msg); [all...] |
l2c_utils.c | 154 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); 157 && (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) ) 158 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); [all...] |
l2c_csm.c | [all...] |
l2c_int.h | 502 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon2951 [all...] |
l2c_link.c | 417 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); [all...] |
l2c_fcr.c | [all...] |