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

  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 56 fixed_reg.fixed_chnl_opts.mps = 0;
  /external/qemu/hw/
bt-l2cap.c 50 int mps; member in struct:l2cap_instance_s::l2cap_chan_s
417 ch->mps = 65536;
650 /* MPS */
658 ch->mps = val;
764 data[len ++] = l2cap->group_ch.mps & 0xff;
765 data[len ++] = l2cap->group_ch.mps >> 8;
1010 if (len - 4 > ch->mps)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
l2c_utils.c 578 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
678 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
    [all...]
l2c_main.c 510 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
612 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 208 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
212 if (mtu <= mps)
218 if (mps > 0)
220 tx_win_size = (mtu/mps)+1;
224 APPL_TRACE_ERROR0("The MPS is zero");
230 APPL_TRACE_DEBUG3("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
231 tx_win_size, mtu, mps);
240 ** Description This function sets the MPS
242 ** Returns UINT16 MPS
247 UINT16 mps; local
    [all...]
bta_hl_int.h 715 extern UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 194 SDP_TRACE_DEBUG6("sdp_connect_ind: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
196 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
250 SDP_TRACE_DEBUG6("sdp_connect_cfm: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
252 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 142 UINT16 mps; member in struct:__anon3368
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 102 fixed_reg.fixed_chnl_opts.mps = 670;
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 310 milliseconds