From 6ad9bd15d5c91c614c33930d917d162efadeba33 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 4 Aug 2020 00:02:25 -0400 Subject: [PATCH] btmu: Updated docs. --- nx/include/switch/services/btmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/btmu.h b/nx/include/switch/services/btmu.h index bac5f7ea..249a7bdb 100644 --- a/nx/include/switch/services/btmu.h +++ b/nx/include/switch/services/btmu.h @@ -136,7 +136,7 @@ Result btmuBleConnect(BtdrvAddress addr); /** * @brief BleDisconnect - * @param[in] id This must match the first BtdrvBleConnectionInfo::id from \ref btmuBleGetConnectionState (0xFFFFFFFF is invalid). + * @param[in] id This must match a BtdrvBleConnectionInfo::id from \ref btmuBleGetConnectionState (0xFFFFFFFF is invalid). */ Result btmuBleDisconnect(u32 id);