Home | History | Annotate | Download | only in tools

Lines Matching refs:latency

2513 	uint16_t interval, latency, max_ce_length, max_interval, min_ce_length;
2553 latency = htobs(0x0000);
2560 max_interval, latency, supervision_timeout,
2809 { "latency", 1, 0, 'l' },
2816 "\tlecup <handle> <min> <max> <latency> <timeout>\n"
2821 "\t -l, --latency <range> Slave latency. Range: 0x0000 to 0x03E8\n"
2828 uint16_t handle = 0, min, max, latency, timeout;
2834 latency = 0x0007;
2854 latency = strtoul(optarg, NULL, base);
2880 htobs(latency), htobs(timeout), 5000) < 0) {