Commit: cf48a5870a7044c66821238fd83df707096114b0
Parent: 73401290cfe79853d4957a2d603237b1e73c4b71
Author: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2019-12-03 18:36:34
Tree: 3df644c88ae6f2779392632f60a7cb1364d1f3c7

lib: Add ba2strlc to match kernel printk format When the kernel prints the bluetooth address (via %pMR), it prints the address in lower case. ba2strlc should be used in cases where we should match the kernel casing (i.e. addresses assigned to /dev/uhid and /dev/uinput)

Diffstat

M lib/bluetooth.c | 7 +++++++
M lib/bluetooth.h | 1 +

2 files changed, 8 insertions(+), 0 deletions(-)

View Full Diff | Patch