Bluetooth: host: Document parameters to remote information callback

Document the parameters in the remote_info_available callback.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-04-22 20:31:28 +02:00 committed by Carles Cufí
commit f55c8c9d0b

View file

@ -800,6 +800,9 @@ struct bt_conn_cb {
*
* This callback notifies the application that the remote information
* has been retrieved from the remote peer.
*
* @param conn Connection object.
* @param remote_info Connection information of remote device.
*/
void (*remote_info_available)(struct bt_conn *conn,
struct bt_conn_remote_info *remote_info);