Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/btdevctl/
H A 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()
H A Ddb.c201 obj = prop_dictionary_get(dev, BTDEVtype); in db_update0()
211 errx(EXIT_FAILURE, "invalid %s", BTDEVtype); in db_update0()
H A Dprint.c113 obj = prop_dictionary_get(dict, BTDEVtype); in cfg_print()
/netbsd-src/sys/dev/bluetooth/
H A Dbthub.c270 obj = prop_dictionary_get(dict, BTDEVtype); in bthub_print()
271 aprint_normal("%s: %s '%s',", pnp, BTDEVtype, in bthub_print()
H A Dbtdev.h46 #define BTDEVtype "device-type" macro