HomeSort by: relevance | last modified time | path
    Searched refs:BTDEVmode (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/bluetooth/
btdev.h 50 #define BTDEVmode "link-mode"
bthidev.c 230 obj = prop_dictionary_get(dict, BTDEVmode);
239 aprint_error(" unknown %s\n", BTDEVmode);
243 aprint_verbose(" %s %s", BTDEVmode,
btmagic.c 319 obj = prop_dictionary_get(aux, BTDEVmode);
328 aprint_error(" unknown %s\n", BTDEVmode);
332 aprint_verbose(" %s %s", BTDEVmode,
  /src/usr.sbin/btdevctl/
btdevctl.c 163 if (!prop_dictionary_set_string_nocopy(dev, BTDEVmode, mode))
164 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVmode);
169 prop_dictionary_remove(dev, BTDEVmode);
db.c 265 if (!prop_dictionary_set_string_nocopy(srv, BTDEVmode,
267 err(EXIT_FAILURE, "Cannot set %s", BTDEVmode);
print.c 103 obj = prop_dictionary_get(dict, BTDEVmode);
sdp.c 336 if (!prop_dictionary_set_string_nocopy(dict, BTDEVmode, mode))

Completed in 16 milliseconds