From 141cf0f2cb61bc55449d9cef46896951693969dc Mon Sep 17 00:00:00 2001 From: Mariusz Skamra Date: Wed, 21 Nov 2018 10:22:16 +0100 Subject: [PATCH] Bluetooth: Mention that auto connect do not work along with scan This has to be stated in API. Signed-off-by: Mariusz Skamra --- include/bluetooth/conn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bluetooth/conn.h b/include/bluetooth/conn.h index b604de22c14..0162eff689f 100644 --- a/include/bluetooth/conn.h +++ b/include/bluetooth/conn.h @@ -203,6 +203,8 @@ struct bt_conn *bt_conn_create_le(const bt_addr_le_t *peer, * Every time the device loses the connection with peer, this connection * will be re-established if connectable advertisement from peer is received. * + * Note: Auto connect is disabled during explicit scanning. + * * @param addr Remote Bluetooth address. * @param param If non-NULL, auto connect is enabled with the given * parameters. If NULL, auto connect is disabled.