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 <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
c443888f3d
commit
609843a527
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue