1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

pkg/nimble/netif_conn: fix doxygen

This commit is contained in:
Hauke Petersen 2021-09-10 21:08:57 +02:00
parent 2a65637853
commit 8982fdb0fc

View File

@ -167,7 +167,8 @@ int nimble_netif_conn_start_connection(const uint8_t *addr);
* connection
*
* @return handle of the reserved context
* @return NIMBLE_NETIF_CONN_INVALID if no unused context was available
* @return -EALREADY if already advertising
* @return -ENOMEM if no memory slot is available
*/
int nimble_netif_conn_start_adv(void);