BTDEVmode
obj = prop_dictionary_get(dict, BTDEVmode);
aprint_error(" unknown %s\n", BTDEVmode);
aprint_verbose(" %s %s", BTDEVmode,
obj = prop_dictionary_get(aux, BTDEVmode);
aprint_error(" unknown %s\n", BTDEVmode);
aprint_verbose(" %s %s", BTDEVmode,
if (!prop_dictionary_set_string_nocopy(dev, BTDEVmode, mode))
errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVmode);
prop_dictionary_remove(dev, BTDEVmode);
if (!prop_dictionary_set_string_nocopy(srv, BTDEVmode,
err(EXIT_FAILURE, "Cannot set %s", BTDEVmode);
obj = prop_dictionary_get(dict, BTDEVmode);
if (!prop_dictionary_set_string_nocopy(dict, BTDEVmode, mode))