wireless: bluetooth: nxstyle fixes

various nxstyle fixes to fix the CI complains.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2020-04-23 08:31:46 +02:00
committed by Xiang Xiao
parent 0a673d759d
commit e36d93f600
19 changed files with 414 additions and 323 deletions
+5 -2
View File
@@ -109,7 +109,8 @@ int bt_queue_open(FAR const char *name, int oflags, int nmsgs,
* Block until the next buffer is received on the queue.
*
* Input Parameters:
* mqd - The message queue descriptor previously returned by bt_open_*queue.
* mqd - The message queue descriptor previously returned by
* bt_open_*queue.
* buf - The location in which to return the received buffer.
*
* Returned Value:
@@ -140,6 +141,8 @@ int bt_queue_receive(mqd_t mqd, FAR struct bt_buf_s **buf);
*
****************************************************************************/
int bt_queue_send(mqd_t mqd, FAR struct bt_buf_s *buf, unsigned int priority);
int bt_queue_send(mqd_t mqd,
FAR struct bt_buf_s *buf,
unsigned int priority);
#endif /* __WIRELESS_BLUETOOTH_BT_QUEUE_H */