1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-07 16:20:19 +00:00

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

@ -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;