Lines Matching +full:not +full:- +full:swapped
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
12 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 * baswap() - Swaps the order of a bd address
35 * @dst: Pointer to a bdaddr_t struct that will store the swapped
37 * @src: Pointer to the bdaddr_t struct to be swapped.
49 d[i] = s[5 - i]; in baswap()
54 * bt_to_errno() - Bluetooth error codes to standard errno
64 * If the given bt error code is not known, ENOSYS is returned.
160 * bt_status() - Standard errno value to Bluetooth error code
168 * If the given errno is not found, 0x1f is returned by default
179 case -EBADRQC: in bt_status()
182 case -ENOTCONN: in bt_status()
185 case -EIO: in bt_status()
188 case -EHOSTDOWN: in bt_status()
191 case -EACCES: in bt_status()
194 case -EBADE: in bt_status()
197 case -ENOMEM: in bt_status()
200 case -ETIMEDOUT: in bt_status()
203 case -EMLINK: in bt_status()
206 case -EALREADY: in bt_status()
209 case -EBUSY: in bt_status()
212 case -ECONNREFUSED: in bt_status()
215 case -EOPNOTSUPP: in bt_status()
218 case -EINVAL: in bt_status()
221 case -ECONNRESET: in bt_status()
224 case -ECONNABORTED: in bt_status()
227 case -ELOOP: in bt_status()
230 case -EPROTONOSUPPORT: in bt_status()
233 case -EPROTO: in bt_status()
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