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

  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 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;
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 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;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 277 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
372 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
l2c_api.c     [all...]
l2c_main.c 270 if (l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 937 tL2CAP_FCR_OPTS fixed_chnl_opts; member in struct:__anon3371
    [all...]

Completed in 1122 milliseconds