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

View File

@ -987,7 +987,7 @@ int bt_gatt_read(FAR struct bt_conn_s *conn, uint16_t handle, uint16_t offset,
bt_gatt_read_func_t func); bt_gatt_read_func_t func);
/**************************************************************************** /****************************************************************************
* Name: * Name: bt_gatt_write
* *
* Description: * Description:
* This procedure write the attribute value and return the result in the * This procedure write the attribute value and return the result in the

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); uint16_t ediv, FAR const uint8_t *ltk);
/**************************************************************************** /****************************************************************************
* Name: * Name: bt_conn_le_conn_update
* *
* Description: * Description:
* *
* Input Parameters: * Input Parameters:
* *
* Returned Value: * Returned Value:
* Zero is returned on success; a negated errno value is returned on any
* failure.
* *
****************************************************************************/ ****************************************************************************/