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:
parent
a4963cea35
commit
87d8bfeaa2
@ -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;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user