From 609843a527004aba045b643b8221d0a0029f5209 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 8 Jun 2016 05:50:15 +0200 Subject: [PATCH] Bluetooth: Fix comment for bt_conn_lookup_state_le NULL peer means that first connection with specific state should be returned. Change-Id: Ia635584437f948d9dcd82a3619fcf1516d23e0d1 Signed-off-by: Szymon Janc --- net/bluetooth/conn_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/conn_internal.h b/net/bluetooth/conn_internal.h index 97d24c9aff5..bf40d6662b3 100644 --- a/net/bluetooth/conn_internal.h +++ b/net/bluetooth/conn_internal.h @@ -135,7 +135,7 @@ void bt_conn_ssp_auth(struct bt_conn *conn, uint32_t passkey); /* Look up an existing connection */ struct bt_conn *bt_conn_lookup_handle(uint16_t handle); -/* Look up a connection state. For BT_ADDR_LE_ANY, returns the first connection +/* Look up a connection state. For NULL peer, returns the first connection * with the specific state */ struct bt_conn *bt_conn_lookup_state_le(const bt_addr_le_t *peer,