hidd.c | 249 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout) 332 if (bootonly) { 348 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout) 381 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout); 445 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout) 522 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout); 534 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout) 565 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout); 581 do_connect(ctl, &src, &dst, subclass, 1, bootonly, 0, timeout); 672 { "bootonly", 0, 0, 'B' } 699 int mode = SHOW, detach = 1, nosdp = 0, nocheck = 0, bootonly = 0; local [all...] |