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:
parent
d9e228a4b0
commit
f55c8c9d0b
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue