Searched refs:host_max_latency (Results 1 – 3 of 3) sorted by relevance
70 static uint16_t host_max_latency = 1600; variable450 host_max_latency, host_min_timeout, in btstack_main()
227 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() local628 … 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()
105 uint16_t host_max_latency; member