doc: Change "None" return value to "N/A"
Improves documentation consistency by using "N/A" instead of "None" when the routine does not return a value. Change-Id: I429a159b3037742cbc431db0cb4828ab9d6d35c3 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
699b4ee03d
commit
42bb6227dc
6 changed files with 14 additions and 14 deletions
|
@ -168,7 +168,7 @@ uint8_t bt_conn_enc_key_size(struct bt_conn *conn);
|
|||
* @param auto_conn boolean value. If true, auto connect is enabled,
|
||||
* if false, auto connect is disabled.
|
||||
*
|
||||
* @return none
|
||||
* @return N/A
|
||||
*/
|
||||
void bt_conn_set_auto_conn(struct bt_conn *conn, bool auto_conn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue