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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 21 * This file contains the L2CAP UCD code
46 ** Description UCD Discover callback
62 /* if this application is waiting UCD reception info */
64 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION ))
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
67 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION);
70 /* if this application is waiting UCD MTU info */
72 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU ))
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
75 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU)
    [all...]
l2c_utils.c 217 /* clean up any security pending UCD */
    [all...]
l2c_int.h 269 tL2C_UCD_REG ucd; member in struct:__anon6287
416 UINT16 ucd_mtu; /* peer MTU on UCD */
417 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
418 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 304 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; local
306 len = MIN(len, UGETW(ucd->wTotalLength));
351 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; local
353 *config = ucd->bConfigurationValue;
  /frameworks/base/core/java/android/app/
ActivityThread.java 1117 UpdateCompatibilityData ucd = new UpdateCompatibilityData(); local
    [all...]

Completed in 217 milliseconds