Searched refs:bootonly (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/compat/
H A Dhidd.c249 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout) argument
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) argument
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) argument
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) argument
565 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout);
581 do_connect(ctl, &src, &dst, subclass, 1, bootonly, 0, timeout);
672 { "bootonly",
699 int mode = SHOW, detach = 1, nosdp = 0, nocheck = 0, bootonly = 0; local
[all...]

Completed in 83 milliseconds