Searched refs:nosdp (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
291 if (!nosdp) {
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);
670 { "nosdp", 0, 0, 'D' },
699 int mode = SHOW, detach = 1, nosdp = 0, nocheck = 0, bootonly = 0; local
731 nosdp = 1;
851 run_server(ctl, csk, isk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);

Completed in 55 milliseconds