Add missing function names in function headers.

This commit is contained in:
Gregory Nutt
2018-08-13 15:53:15 -06:00
parent 8c61c2f31b
commit ef3abe1423
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -400,13 +400,15 @@ int bt_conn_le_start_encryption(FAR struct bt_conn_s *conn, uint64_t rand,
uint16_t ediv, FAR const uint8_t *ltk);
/****************************************************************************
* Name:
* Name: bt_conn_le_conn_update
*
* Description:
*
* Input Parameters:
*
* Returned Value:
* Zero is returned on success; a negated errno value is returned on any
* failure.
*
****************************************************************************/