Searched refs:BTDEVladdr (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/bluetooth/ |
| D | bthub.c | 114 prop_dictionary_set(dict, BTDEVladdr, obj); in bthub_attach() 118 BTDEVladdr, in bthub_attach() 186 laddr = prop_dictionary_get(dict, BTDEVladdr); in bthub_pioctl() 200 obj = prop_dictionary_get(prop, BTDEVladdr); in bthub_pioctl() 246 prop_dictionary_set(prop, BTDEVladdr, laddr); in bthub_pioctl()
|
| D | btdev.h | 47 #define BTDEVladdr "local-bdaddr" macro
|
| D | bthidev.c | 218 obj = prop_dictionary_get(dict, BTDEVladdr); in bthidev_attach()
|
| D | btsco.c | 290 obj = prop_dictionary_get(dict, BTDEVladdr); in btsco_attach()
|
| D | btmagic.c | 313 obj = prop_dictionary_get(aux, BTDEVladdr); in btmagic_attach()
|
| /netbsd/src/usr.sbin/btdevctl/ |
| D | db.c | 187 obj = prop_dictionary_get(dev, BTDEVladdr); in db_update0() 189 errx(EXIT_FAILURE, "invalid %s", BTDEVladdr); in db_update0() 192 prop_dictionary_remove(dev, BTDEVladdr); in db_update0()
|
| D | btdevctl.c | 177 if (!prop_dictionary_set_data(dev, BTDEVladdr, &laddr, sizeof(laddr))) in main() 178 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVladdr); in main()
|
| D | print.c | 91 obj = prop_dictionary_get(dict, BTDEVladdr); in cfg_print()
|