Home | History | Annotate | Download | only in tools

Lines Matching full:lap

411 	"\t    [--iac=lap]  specify the inquiry access code\n"
417 uint8_t lap[3] = { 0x33, 0x8b, 0x9e };
446 lap[0] = (l & 0xff);
447 lap[1] = (l >> 8) & 0xff;
448 lap[2] = (l >> 16) & 0xff;
463 num_rsp = hci_inquiry(dev_id, length, num_rsp, lap, &info, flags);
500 "\tscan [--length=N] [--numrsp=N] [--iac=lap] [--flush] [--class] [--info] [--oui] [--refresh]\n";
505 uint8_t lap[3] = { 0x33, 0x8b, 0x9e };
540 lap[0] = (l & 0xff);
541 lap[1] = (l >> 8) & 0xff;
542 lap[2] = (l >> 16) & 0xff;
591 num_rsp = hci_inquiry(dev_id, length, num_rsp, lap, &info, flags);
972 uint8_t lap[3] = { 0x33, 0x8b, 0x9e };
995 memcpy(cp.lap, lap, 3);