Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_tmp

1022             BT_HDR *p_tmp = (BT_HDR *)fixed_queue_try_dequeue(p_fcrb->waiting_for_ack_q);
1023 ls = p_tmp->layer_specific & L2CAP_FCR_SAR_BITS;
1028 osi_free(p_tmp);
1609 BT_HDR *p_tmp = (BT_HDR *)list_node(node_tmp);
1613 if ((p_tmp->layer_specific == 0) && (p_tmp->event == p_ccb->local_cid)) {
1614 list_remove(p_ccb->p_lcb->link_xmit_data_q, p_tmp);
1615 osi_free(p_tmp);