Home
last modified time | relevance | path

Searched refs:iwmbt_enter_manufacturer (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.h104 extern int iwmbt_enter_manufacturer(struct libusb_device_handle *hdl);
H A Dmain.c420 r = iwmbt_enter_manufacturer(hdl); in main()
422 iwmbt_debug("iwmbt_enter_manufacturer() failed code %d", r); in main()
452 if (iwmbt_enter_manufacturer(hdl) < 0) in main()
H A Diwmbt_hw.c412 iwmbt_enter_manufacturer(struct libusb_device_handle *hdl) in iwmbt_enter_manufacturer() function