Home
last modified time | relevance | path

Searched refs:timer_active (Results 1 – 4 of 4) sorted by relevance

/btstack/src/mesh/
H A Dmesh_configuration_server.h54 uint8_t timer_active; member
H A Dmesh_configuration_server.c1783 mesh_heartbeat_publication->timer_active = 0; in config_heartbeat_publication_timeout_handler()
1796 mesh_heartbeat_publication->timer_active = 1; in config_heartbeat_publication_timeout_handler()
1861 if (mesh_heartbeat_publication->timer_active){ in config_heartbeat_publication_set_handler()
1863 mesh_heartbeat_publication->timer_active = 0; in config_heartbeat_publication_set_handler()
1887 mesh_heartbeat_publication->timer_active = 1; in config_heartbeat_publication_set_handler()
/btstack/src/classic/
H A Dbnep.h141 int timer_active; // Is a timer running? member
H A Dbnep.c692 if (channel->timer_active) { in bnep_channel_stop_timer()
694 channel->timer_active = 0; in bnep_channel_stop_timer()
708 channel->timer_active = 1; in bnep_channel_start_timer()