Searched refs:tx_ident (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/net/bluetooth/
H A Dl2cap.h649 __u8 tx_ident; member in struct:l2cap_conn
/linux-master/net/bluetooth/
H A Dl2cap_core.c917 if (++conn->tx_ident > 128)
918 conn->tx_ident = 1;
920 id = conn->tx_ident;

Completed in 236 milliseconds