Bluetooth: doc: Fix displacement of conn type description
Improves placement of available connection type values in Bluetooth API documentation by moving comment describing the value to separate line above item. Change-Id: I50eab1eb9659e20da35cd35a6fa0d6fabde3f63d Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
parent
6a1474e75b
commit
a00625f37c
1 changed files with 4 additions and 2 deletions
|
@ -111,8 +111,10 @@ const bt_addr_le_t *bt_conn_get_dst(const struct bt_conn *conn);
|
|||
|
||||
/** Connection Type */
|
||||
enum {
|
||||
BT_CONN_TYPE_LE, /** LE Connection Type */
|
||||
BT_CONN_TYPE_BR, /** BR/EDR Connection Type */
|
||||
/** LE Connection Type */
|
||||
BT_CONN_TYPE_LE,
|
||||
/** BR/EDR Connection Type */
|
||||
BT_CONN_TYPE_BR,
|
||||
};
|
||||
|
||||
/** LE Connection Info Structure */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue