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

  /system/bt/stack/l2cap/
l2c_ucd.c 21 * This file contains the L2CAP UCD code
49 ** Description UCD Discover callback
65 /* if this application is waiting UCD reception info */
67 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION ))
69 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
70 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION);
73 /* if this application is waiting UCD MTU info */
75 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU ))
77 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
78 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU)
    [all...]
l2c_utils.c 223 /* clean up any security pending UCD */
    [all...]
l2c_int.h 245 tL2C_UCD_REG ucd; member in struct:__anon72816
412 UINT16 ucd_mtu; /* peer MTU on UCD */
413 fixed_queue_t *ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */
414 fixed_queue_t *ucd_in_sec_pending_q; /* Security pending incoming UCD packet */
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 1218 UpdateCompatibilityData ucd = new UpdateCompatibilityData(); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 65 milliseconds