added (e)rtx timer to l2cap channel

This commit is contained in:
matthias.ringwald@gmail.com 2014-01-10 10:59:12 +00:00
parent 3b0484b3ed
commit a4774f9a17

View File

@ -139,6 +139,8 @@ typedef struct {
uint8_t reason; // used in decline internal
timer_source_t rtx; // also used for ertx
// client connection
void * connection;