From 7f511545ef27c2a90947c1f805972452ca13db5b 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 9fe34b87..20d0afce 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -340,7 +340,7 @@ typedef struct { u16 max_interval; u16 slave_latency; u16 timeout_multiplier; - } type3; // Connection params + } type3; ///< Connection params? struct { u32 status; @@ -351,7 +351,7 @@ typedef struct { u32 conn_id; BtdrvAddress address; u16 unk_x12; - } type4; // Connection status + } type4; ///< Connection status? struct { u32 status; @@ -362,7 +362,7 @@ typedef struct { BtdrvBleAdvertisementData adv[10]; u8 count; u32 unk_x144; - } type6; // Scan result + } type6; ///< Scan result? struct { u32 status; @@ -380,7 +380,7 @@ typedef struct { BtdrvGattAttributeUuid descr_uuid; u16 size; u8 data[0x202]; - } type8; // Notification + } type8; ///< Notification? struct { u32 status;