Home
last modified time | relevance | path

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

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