summaryrefslogtreecommitdiff
path: root/common/btle_hci_controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/btle_hci_controller.c')
-rw-r--r--common/btle_hci_controller.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/btle_hci_controller.c b/common/btle_hci_controller.c
index 3d4076b073..903e9d5624 100644
--- a/common/btle_hci_controller.c
+++ b/common/btle_hci_controller.c
@@ -503,7 +503,7 @@ static int command_ble_hci_cmd(int argc, char **argv)
hci_cmd(hci_buf);
- CPRINTS("hci cmd @%p", hci_buf);
+ CPRINTS("hci cmd @%pP", hci_buf);
return EC_SUCCESS;
}
@@ -543,7 +543,7 @@ static int command_hcitool(int argc, char **argv)
hci_cmd(hci_buf);
- CPRINTS("hci cmd @%p", hci_buf);
+ CPRINTS("hci cmd @%pP", hci_buf);
return EC_SUCCESS;
}
@@ -588,7 +588,7 @@ static int command_ble_hci_acl(int argc, char **argv)
hci_cmd(hci_buf);
- CPRINTS("hci acl @%p", hci_buf);
+ CPRINTS("hci acl @%pP", hci_buf);
return EC_SUCCESS;
}