doc: fix warnings introduced in bluetooth headers
- Missed/mispelled argument types - Needed @typedefs to workaround tool limitations Change-Id: I1655eca96d30d04959154c5d468e1b3b330fafc5 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
0518063495
commit
ee4c153f0a
3 changed files with 23 additions and 13 deletions
|
@ -52,7 +52,7 @@ struct bt_le_conn_param {
|
|||
* @param int_min Minimum Connection Interval (N * 1.25 ms)
|
||||
* @param int_max Maximum Connection Interval (N * 1.25 ms)
|
||||
* @param lat Connection Latency
|
||||
* @param timeout Supervision Timeout (N * 10 ms)
|
||||
* @param to Supervision Timeout (N * 10 ms)
|
||||
*/
|
||||
#define BT_LE_CONN_PARAM(int_min, int_max, lat, to) \
|
||||
(&(struct bt_le_conn_param) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue