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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 452 (p_ccb->xmit_hold_q.count + p_lcb->ucd_out_sec_pending_q.count),
643 while (p_lcb->ucd_out_sec_pending_q.p_first)
644 GKI_freebuf (GKI_dequeue (&p_lcb->ucd_out_sec_pending_q));
739 GKI_enqueue (&p_ccb->p_lcb->ucd_out_sec_pending_q, p_data);
758 if ( p_ccb->p_lcb->ucd_out_sec_pending_q.count )
760 p_buf = (BT_HDR*)(p_ccb->p_lcb->ucd_out_sec_pending_q.p_first);
787 if ( p_ccb->p_lcb->ucd_out_sec_pending_q.count )
789 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_out_sec_pending_q);
810 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_out_sec_pending_q);
    [all...]
l2c_int.h 417 BUFFER_Q ucd_out_sec_pending_q; /* Security pending outgoing UCD packet */ member in struct:t_l2c_linkcb
    [all...]
l2c_utils.c     [all...]

Completed in 37 milliseconds