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

  /system/bt/stack/smp/
smp_l2c.c 60 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
61 fixed_reg.fixed_chnl_opts.max_transmit = 0;
62 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
63 fixed_reg.fixed_chnl_opts.mon_tout = 0;
64 fixed_reg.fixed_chnl_opts.mps = 0;
65 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
  /system/bt/stack/gatt/
gatt_main.c 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;
    [all...]
  /system/bt/stack/l2cap/
l2c_api.c     [all...]
l2c_ble.c 342 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
418 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_main.c 215 l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
    [all...]
  /system/bt/stack/include/
l2c_api.h 1049 tL2CAP_FCR_OPTS fixed_chnl_opts; member in struct:__anon72767
    [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]

Completed in 118 milliseconds