mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
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:
committed by
Xiang Xiao
parent
0a673d759d
commit
e36d93f600
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user