Home | History | Annotate | Download | only in compat

Lines Matching refs:encrypt

250 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
321 if (encrypt && (req.subclass & 0x40)) {
350 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
383 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
447 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
524 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout);
536 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
567 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout);
671 { "encrypt", 0, 0, 'E' },
702 int fakehid = 1, encrypt = 0, timeout = 30, lm = 0;
730 encrypt = 1;
805 do_search(ctl, &bdaddr, subclass, fakehid, bootonly, encrypt, timeout);
810 do_connect(ctl, &bdaddr, &dev, subclass, fakehid, bootonly, encrypt, timeout);
853 run_server(ctl, csk, isk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);