Add missing function names in function headers.
This commit is contained in:
parent
8c61c2f31b
commit
ef3abe1423
@ -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);
|
||||
|
||||
/****************************************************************************
|
||||
* Name:
|
||||
* Name: bt_gatt_write
|
||||
*
|
||||
* Description:
|
||||
* This procedure write the attribute value and return the result in the
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user