Bluetooth: Mention that auto connect do not work along with scan

This has to be stated in API.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra 2018-11-21 10:22:16 +01:00 committed by Anas Nashif
commit 141cf0f2cb

View file

@ -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.