Searched refs:BTDEVservice (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/bluetooth/ |
| H A D | bthub.c | 212 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 D | btdev.h | 49 #define BTDEVservice "service-name" macro
|
| H A D | btsco.c | 260 obj = prop_dictionary_get(dict, BTDEVservice); in btsco_match() 296 obj = prop_dictionary_get(dict, BTDEVservice); in btsco_attach()
|
| H A D | bthidev.c | 174 obj = prop_dictionary_get(dict, BTDEVservice); in bthidev_match()
|
| /netbsd-src/usr.sbin/btdevctl/ |
| H A D | btdevctl.c | 185 if (!prop_dictionary_set_string(dev, BTDEVservice, service)) in main() 186 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVservice); in main()
|