Home
last modified time | relevance | path

Searched refs:host_max_latency (Results 1 – 3 of 3) sorted by relevance

/btstack/example/
H A Dhid_keyboard_demo.c70 static uint16_t host_max_latency = 1600; variable
450 host_max_latency, host_min_timeout, in btstack_main()
/btstack/src/classic/
H A Dhid_host.c227 little_endian_store_16(event,pos,connection->host_max_latency); in hid_emit_sniff_params_event()
627 uint16_t host_max_latency; in hid_host_handle_sdp_client_query_result() local
628 … if (de_element_get_uint16(hid_host_sdp_attribute_value, &host_max_latency) == 1){ in hid_host_handle_sdp_client_query_result()
629 connection->host_max_latency = host_max_latency; in hid_host_handle_sdp_client_query_result()
631 connection->host_max_latency = 0xFFFF; in hid_host_handle_sdp_client_query_result()
H A Dhid_host.h105 uint16_t host_max_latency; member