Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Doxygen fix only.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMeades committed Mar 28, 2024
1 parent 3da65fc commit 050e8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ble/api/u_ble_gap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 050e8ed

Please sign in to comment.