Home
last modified time | relevance | path

Searched refs:BTDEVtype (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/btdevctl/
Dsdp.c321 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "bthidev")) in config_hid()
373 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "btsco")) in config_hset()
408 if (!prop_dictionary_set_string_nocopy(dict, BTDEVtype, "btsco")) in config_hf()
Ddb.c201 obj = prop_dictionary_get(dev, BTDEVtype); in db_update0()
211 errx(EXIT_FAILURE, "invalid %s", BTDEVtype); in db_update0()
Dprint.c113 obj = prop_dictionary_get(dict, BTDEVtype); in cfg_print()
/netbsd/src/sys/dev/bluetooth/
Dbthub.c270 obj = prop_dictionary_get(dict, BTDEVtype); in bthub_print()
271 aprint_normal("%s: %s '%s',", pnp, BTDEVtype, in bthub_print()
Dbtdev.h46 #define BTDEVtype "device-type" macro