X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..55d7e1e65bccd6b4c44802cf971f39eb05e6e57a:/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h diff --git a/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h b/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h index 5dee7d996..06bbc8526 100644 --- a/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h +++ b/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h @@ -42,16 +42,17 @@ #include "BluetoothHost.h" /* Macros: */ - /** Device Class value for the Bluetooth Device class */ + /** Device Class value for the Bluetooth Device class. */ #define BLUETOOTH_DEVICE_CLASS 0xE0 - /** Device Subclass value for the Bluetooth Device class */ + /** Device Subclass value for the Bluetooth Device class. */ #define BLUETOOTH_DEVICE_SUBCLASS 0x01 - /** Device Protocol value for the Bluetooth Device class */ + /** Device Protocol value for the Bluetooth Device class. */ #define BLUETOOTH_DEVICE_PROTOCOL 0x01 /* Enums: */ + /** Enum for the possible return codes of the \ref ProcessDeviceDescriptor() function. */ enum BluetoothHost_GetDeviceDescriptorDataCodes_t { SuccessfulDeviceRead = 0, /**< Device Descriptor was processed successfully */