Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bluetooth/
H A Dbthub.c212 service = prop_dictionary_get(dict, BTDEVservice); in bthub_pioctl()
228 obj = prop_dictionary_get(prop, BTDEVservice); in bthub_pioctl()
248 prop_dictionary_set(prop, BTDEVservice, service); in bthub_pioctl()
H A Dbtdev.h49 #define BTDEVservice "service-name" macro
H A Dbtsco.c260 obj = prop_dictionary_get(dict, BTDEVservice); in btsco_match()
296 obj = prop_dictionary_get(dict, BTDEVservice); in btsco_attach()
H A Dbthidev.c174 obj = prop_dictionary_get(dict, BTDEVservice); in bthidev_match()
/netbsd-src/usr.sbin/btdevctl/
H A Dbtdevctl.c185 if (!prop_dictionary_set_string(dev, BTDEVservice, service)) in main()
186 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVservice); in main()