Home
last modified time | relevance | path

Searched refs:last_packet (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_l2cap.cc77 struct packet* last_packet; // last packet to be delivered to app member
127 sock->last_packet = NULL; in packet_get_head_l()
166 sock->last_packet = p; in packet_put_head_l()
183 p->prev = sock->last_packet; in packet_put_tail_l()
184 sock->last_packet = p; in packet_put_tail_l()
304 sock->last_packet = NULL; in btsock_l2cap_alloc_l()