Home
last modified time | relevance | path

Searched refs:local_monitor_timeout_ms (Results 1 – 2 of 2) sorted by relevance

/btstack/src/
H A Dl2cap.h306 uint16_t local_monitor_timeout_ms; member
H A Dl2cap.c344 btstack_run_loop_set_timer(&channel->monitor_timer, channel->local_monitor_timeout_ms); in l2cap_ertm_start_monitor_timer()
519 little_endian_store_16( config_options, pos, channel->local_monitor_timeout_ms); in l2cap_setup_options_ertm_request()
553 little_endian_store_16( config_options, pos, channel->local_monitor_timeout_ms); in l2cap_setup_options_ertm_response()
641 channel->local_monitor_timeout_ms = ertm_config->monitor_timeout_ms; in l2cap_ertm_configure_channel()