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

  /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/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...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 142 UINT16 mps; member in struct:__anon3368
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 122 milliseconds