Searched refs:BTDEVmode (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.sbin/btdevctl/ |
H A D | btdevctl.c | 163 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 D | db.c | 265 if (!prop_dictionary_set_string_nocopy(srv, BTDEVmode, in db_update1() 267 err(EXIT_FAILURE, "Cannot set %s", BTDEVmode); in db_update1()
|
H A D | print.c | 103 obj = prop_dictionary_get(dict, BTDEVmode); in cfg_print()
|
H A D | sdp.c | 336 if (!prop_dictionary_set_string_nocopy(dict, BTDEVmode, mode)) in config_hid()
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | btdev.h | 50 #define BTDEVmode "link-mode" macro
|
H A D | bthidev.c | 230 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 D | btmagic.c | 319 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()
|