From ab59dfb5bb88174d293e20b304fe4abe9d99103e Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 4 Sep 2020 11:59:35 -0400 Subject: [PATCH] btdrv: Updated docs for BtdrvBluetoothPropertyType_Unknown3. --- nx/include/switch/services/btdrv_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/btdrv_types.h b/nx/include/switch/services/btdrv_types.h index f5a51427..d3ce453d 100644 --- a/nx/include/switch/services/btdrv_types.h +++ b/nx/include/switch/services/btdrv_types.h @@ -11,7 +11,7 @@ typedef enum { BtdrvBluetoothPropertyType_Name = 1, ///< Name. String, max length 0xF8 excluding NUL-terminator. BtdrvBluetoothPropertyType_Address = 2, ///< \ref BtdrvAddress - BtdrvBluetoothPropertyType_Unknown3 = 3, ///< Only available with \ref btdrvSetAdapterProperty. Unknown. 3-bytes. + BtdrvBluetoothPropertyType_Unknown3 = 3, ///< Only available with \ref btdrvSetAdapterProperty. Unknown, \ref BtdrvAddress. BtdrvBluetoothPropertyType_Unknown5 = 5, ///< Unknown. 3-bytes. BtdrvBluetoothPropertyType_Unknown6 = 6, ///< Unknown. 1-byte. The default is value 0x68. } BtdrvBluetoothPropertyType;