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

  /system/bt/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 241 tL2C_UCD_REG ucd; member in struct:__anon69733
388 UINT16 ucd_mtu; /* peer MTU on UCD */
389 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
390 BUFFER_Q ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 1150 UpdateCompatibilityData ucd = new UpdateCompatibilityData(); local
    [all...]

Completed in 64 milliseconds