Home
last modified time | relevance | path

Searched refs:BTDEVmode (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/btdevctl/
H A Dbtdevctl.c163 if (!prop_dictionary_set_string_nocopy(dev, BTDEVmode, mode)) in main()
164 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVmode); in main()
169 prop_dictionary_remove(dev, BTDEVmode); in main()
H A Ddb.c265 if (!prop_dictionary_set_string_nocopy(srv, BTDEVmode, in db_update1()
267 err(EXIT_FAILURE, "Cannot set %s", BTDEVmode); in db_update1()
H A Dprint.c103 obj = prop_dictionary_get(dict, BTDEVmode); in cfg_print()
H A Dsdp.c336 if (!prop_dictionary_set_string_nocopy(dict, BTDEVmode, mode)) in config_hid()
/netbsd-src/sys/dev/bluetooth/
H A Dbtdev.h50 #define BTDEVmode "link-mode" macro
H A Dbthidev.c230 obj = prop_dictionary_get(dict, BTDEVmode); in bthidev_attach()
239 aprint_error(" unknown %s\n", BTDEVmode); in bthidev_attach()
243 aprint_verbose(" %s %s", BTDEVmode, in bthidev_attach()
H A Dbtmagic.c319 obj = prop_dictionary_get(aux, BTDEVmode); in btmagic_attach()
328 aprint_error(" unknown %s\n", BTDEVmode); in btmagic_attach()
332 aprint_verbose(" %s %s", BTDEVmode, in btmagic_attach()