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:
parent
aa393809a4
commit
141cf0f2cb
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue