commit | 657cc646475b721f5c5bab82e7fd43302c7c8358 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Wed Dec 11 11:34:36 2019 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Jan 04 10:41:03 2020 +0100 |
tree | 85978861e871acfc6bcbae0f6a22ddbdc8a63e90 | |
parent | 36278a5d4d354e5d5610aa728831db9e03cc3d8d [diff] |
Bluetooth: Remove usage of BT_ERR_RATELIMITED macro The macro is really not needed and can be replaced with either usage of bt_err_ratelimited or bt_dev_err_ratelimited. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>