Bluetooth: Add clarifying comment about usage of struct bt_uuid

This type should only be used as a pointer.

Change-Id: Icf656f310344cecbde527e809af6d00dcfc7ef82
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-02-02 14:12:00 +01:00 committed by Anas Nashif
parent a4963cea35
commit 87d8bfeaa2

View File

@ -32,6 +32,7 @@ enum {
BT_UUID_TYPE_128,
};
/** @brief This is a 'tentative' type and should be used as a pointer only */
struct bt_uuid {
uint8_t type;
};