From 050e8edb9cb95e874602f8a52134a5e0812d59f3 Mon Sep 17 00:00:00 2001 From: RobMeades Date: Thu, 28 Mar 2024 22:38:56 +0000 Subject: [PATCH] Doxygen fix only. --- ble/api/u_ble_gap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ble/api/u_ble_gap.h b/ble/api/u_ble_gap.h index 66caa69f..b74f7dac 100644 --- a/ble/api/u_ble_gap.h +++ b/ble/api/u_ble_gap.h @@ -191,8 +191,8 @@ typedef void (*uBleGapPhyUpdateCallback_t)(int32_t connHandle, int32_t status, /** Bonding callback when I/O capability set to #U_BT_LE_IO_DISP_YES_NO. * Confirm or deny by calling uBleGapBondConfirm(). - * @param[in] pAddress mac address of the bonding remote. - * @param num_val numeric value to confirm. + * @param[in] pAddress mac address of the bonding remote. + * @param numericValue numeric value to confirm. */ typedef void (*uBleGapBondConfirmCallback_t)(const char *pAddress, int32_t numericValue);