Home | History | Annotate | Download | only in tools

Lines Matching full:lap

163 		uint8_t lap[3];
172 lap[0] = (l & 0xff);
173 lap[1] = (l >> 8) & 0xff;
174 lap[2] = (l >> 16) & 0xff;
175 if (hci_write_current_iac_lap(s, 1, lap, 1000) < 0) {
180 uint8_t lap[3 * MAX_IAC_LAP];
183 if (hci_read_current_iac_lap(s, &n, lap, 1000) < 0) {
192 printf("%02x", lap[j + 3 * i]);