Home
last modified time | relevance | path

Searched refs:BTDEVladdr (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/dev/bluetooth/
Dbthub.c114 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()
Dbtdev.h47 #define BTDEVladdr "local-bdaddr" macro
Dbthidev.c218 obj = prop_dictionary_get(dict, BTDEVladdr); in bthidev_attach()
Dbtsco.c290 obj = prop_dictionary_get(dict, BTDEVladdr); in btsco_attach()
Dbtmagic.c313 obj = prop_dictionary_get(aux, BTDEVladdr); in btmagic_attach()
/netbsd/src/usr.sbin/btdevctl/
Ddb.c187 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()
Dbtdevctl.c177 if (!prop_dictionary_set_data(dev, BTDEVladdr, &laddr, sizeof(laddr))) in main()
178 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVladdr); in main()
Dprint.c91 obj = prop_dictionary_get(dict, BTDEVladdr); in cfg_print()