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.cc79 struct packet* last_packet; // last packet to be delivered to app member
133 sock->last_packet = NULL; in packet_get_head_l()
172 sock->last_packet = p; in packet_put_head_l()
189 p->prev = sock->last_packet; in packet_put_tail_l()
190 sock->last_packet = p; in packet_put_tail_l()
318 sock->last_packet = NULL; in btsock_l2cap_alloc_l()