It's easier to have opcode in hex. --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index 210a877..0a6e6e9 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -4748,7 +4748,7 @@ static uint8_t check_device_permissions(struct gatt_device *device, BT_IO_OPT_INVALID)) return ATT_ECODE_UNLIKELY; - DBG("opcode %u permissions %u sec_level %u", opcode, permissions, + DBG("opcode 0x%02x permissions %u sec_level %u", opcode, permissions, sec_level); switch (opcode) { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html