aboutsummaryrefslogtreecommitdiffstats
path: root/src/bt-vendor_vfs/inc/ant_rx_chardev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bt-vendor_vfs/inc/ant_rx_chardev.h')
-rw-r--r--src/bt-vendor_vfs/inc/ant_rx_chardev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bt-vendor_vfs/inc/ant_rx_chardev.h b/src/bt-vendor_vfs/inc/ant_rx_chardev.h
index 1024dac..12ba629 100644
--- a/src/bt-vendor_vfs/inc/ant_rx_chardev.h
+++ b/src/bt-vendor_vfs/inc/ant_rx_chardev.h
@@ -86,6 +86,8 @@ typedef struct {
ant_channel_info_t astChannels[NUM_ANT_CHANNELS];
/* Event file descriptor used to interrupt the poll() loop in the rx thread. */
int iRxShutdownEventFd;
+ /* Indicates whether thread is waiting for a keepalive response. */
+ ANT_BOOL bWaitingForKeepaliveResponse;
} ant_rx_thread_info_t;
extern ANTNativeANTStateCb g_fnStateCallback; // TODO State callback should be inside ant_rx_thread_info_t.