Bluetooth: Remove extra semicolons
Change-Id: Ifa2934bf07cb39ab73c47a55ae469d89bc84a8f4 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
51f8ca59cd
commit
b63a04fb51
1 changed files with 2 additions and 2 deletions
|
@ -521,7 +521,7 @@ struct bt_conn *bt_conn_add_le(const bt_addr_le_t *peer)
|
||||||
|
|
||||||
if (!conn) {
|
if (!conn) {
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
}
|
||||||
|
|
||||||
bt_addr_le_copy(&conn->le.dst, peer);
|
bt_addr_le_copy(&conn->le.dst, peer);
|
||||||
#if defined(CONFIG_BLUETOOTH_SMP)
|
#if defined(CONFIG_BLUETOOTH_SMP)
|
||||||
|
@ -540,7 +540,7 @@ struct bt_conn *bt_conn_add_br(const bt_addr_t *peer)
|
||||||
|
|
||||||
if (!conn) {
|
if (!conn) {
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
}
|
||||||
|
|
||||||
bt_addr_copy(&conn->br.dst, peer);
|
bt_addr_copy(&conn->br.dst, peer);
|
||||||
conn->type = BT_CONN_TYPE_BREDR;
|
conn->type = BT_CONN_TYPE_BREDR;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue