Lines Matching full:bluetooth
2 BlueZ - Bluetooth protocol stack for Linux
25 /* Bluetooth kernel library. */
27 #define pr_fmt(fmt) "Bluetooth: " fmt
31 #include <net/bluetooth/bluetooth.h>
39 * This function reverses the byte order of a Bluetooth device
54 * bt_to_errno() - Bluetooth error codes to standard errno
55 * @code: Bluetooth error code to be converted
57 * This function takes a Bluetooth error code as input and convets
160 * bt_status() - Standard errno value to Bluetooth error code
164 * equivalent Bluetooth error code.
166 * Return: Bluetooth error code.
243 * bt_info() - Log Bluetooth information message
263 * bt_warn() - Log Bluetooth warning message
283 * bt_err() - Log Bluetooth error message
316 * bt_dbg() - Log Bluetooth debugging message
340 * bt_warn_ratelimited() - Log rate-limited Bluetooth warning message
363 * bt_err_ratelimited() - Log rate-limited Bluetooth error message