hidd.c | 250 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout) 333 if (bootonly) { 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) 523 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout); 535 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout) 566 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout); 582 do_connect(ctl, &src, &dst, subclass, 1, bootonly, 0, timeout); 673 { "bootonly", 0, 0, 'B' } 700 int mode = SHOW, detach = 1, nosdp = 0, nocheck = 0, bootonly = 0; local [all...] |