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:
Peter Mitsis 2015-11-20 13:53:02 -05:00 committed by Anas Nashif
commit 42bb6227dc
6 changed files with 14 additions and 14 deletions

View file

@ -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);