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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 400 if (p_ccb != p_lcb->p_pending_ccb)
419 if (p_lcb->ccb_queue.p_first_ccb != NULL || p_lcb->p_pending_ccb)
439 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb)
459 p_lcb->p_pending_ccb = NULL;
535 p_lcb->p_pending_ccb = NULL;
    [all...]
l2c_api.c 320 p_lcb->p_pending_ccb = p_ccb;
    [all...]
l2c_int.h 391 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 954 milliseconds