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

  /system/bt/stack/l2cap/
l2c_link.c 414 if (p_ccb != p_lcb->p_pending_ccb)
433 if (p_lcb->ccb_queue.p_first_ccb != NULL || p_lcb->p_pending_ccb)
461 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb)
494 p_lcb->p_pending_ccb = NULL;
569 p_lcb->p_pending_ccb = NULL;
    [all...]
l2c_api.c 326 p_lcb->p_pending_ccb = p_ccb;
539 p_lcb->p_pending_ccb = p_ccb;
    [all...]
l2c_int.h 387 tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ member in struct:t_l2c_linkcb
    [all...]
l2c_utils.c     [all...]

Completed in 109 milliseconds