Home | History | Annotate | Download | only in tools

Lines Matching defs:encrypt

2058 	"\tenc <bdaddr> [encrypt enable]\n";
2064 uint8_t encrypt;
2111 encrypt = (argc > 1) ? atoi(argv[1]) : 1;
2113 if (hci_encrypt_link(dd, htobs(cr->conn_info->handle), encrypt, 25000) < 0) {