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

  /system/bt/stack/smp/
smp_l2c.c 56 tL2CAP_FIXED_CHNL_REG fixed_reg; local
58 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
59 fixed_reg.fixed_chnl_opts.max_transmit = 0;
60 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
61 fixed_reg.fixed_chnl_opts.mon_tout = 0;
62 fixed_reg.fixed_chnl_opts.mps = 0;
63 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
65 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_callback;
66 fixed_reg.pL2CA_FixedData_Cb = smp_data_received;
67 fixed_reg.pL2CA_FixedTxComplete_Cb = smp_tx_complete_callback
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 94 tL2CAP_FIXED_CHNL_REG fixed_reg; local
99 memset (&fixed_reg, 0, sizeof(tL2CAP_FIXED_CHNL_REG));
111 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
112 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF;
113 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
114 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
115 fixed_reg.fixed_chnl_opts.mps = 670;
116 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
118 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
119 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind
    [all...]
  /system/bt/stack/l2cap/
l2c_utils.c     [all...]
l2c_api.c     [all...]
l2c_main.c 265 (l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb != NULL) )
273 l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
280 (*l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb)
    [all...]
l2c_ble.c 290 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
398 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
    [all...]
l2c_csm.c     [all...]
l2c_link.c 455 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL,
458 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL,
    [all...]
l2c_int.h 472 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member in struct:__anon69736
    [all...]
l2c_fcr.c     [all...]

Completed in 1471 milliseconds