Searched refs:BTDEVtype (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.sbin/btdevctl/ |
H A D | sdp.c | 321 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 D | db.c | 201 obj = prop_dictionary_get(dev, BTDEVtype); in db_update0() 211 errx(EXIT_FAILURE, "invalid %s", BTDEVtype); in db_update0()
|
H A D | print.c | 113 obj = prop_dictionary_get(dict, BTDEVtype); in cfg_print()
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | bthub.c | 270 obj = prop_dictionary_get(dict, BTDEVtype); in bthub_print() 271 aprint_normal("%s: %s '%s',", pnp, BTDEVtype, in bthub_print()
|
H A D | btdev.h | 46 #define BTDEVtype "device-type" macro
|