From f585a60146bfe21311a42a8e80715b4663a5374f Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Sat, 17 Apr 2021 00:13:40 +0200 Subject: [PATCH] btdrv: change ble event info comments to doc text --- nx/include/switch/services/btdrv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nx/include/switch/services/btdrv.h b/nx/include/switch/services/btdrv.h index fed38e18..9077a996 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -331,7 +331,7 @@ typedef struct { u16 max_interval; u16 slave_latency; u16 timeout_multiplier; - } type3; // Connection params + } type3; ///< Connection params? struct { u32 status; @@ -342,7 +342,7 @@ typedef struct { u32 conn_id; BtdrvAddress address; u16 unk_x12; - } type4; // Connection status + } type4; ///< Connection status? struct { u32 status; @@ -353,7 +353,7 @@ typedef struct { BtdrvBleAdvertisementData adv[10]; u8 count; u32 unk_x144; - } type6; // Scan result + } type6; ///< Scan result? struct { u32 status; @@ -371,7 +371,7 @@ typedef struct { BtdrvGattAttributeUuid descr_uuid; u16 size; u8 data[0x202]; - } type8; // Notification + } type8; ///< Notification? struct { u32 status;