mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
bluetooth: Fix typos in comment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
32ad989c03
commit
d1dc0bf848
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* wireless/bluetooth/bt_buf_s.c
|
||||
* wireless/bluetooth/bt_buf.c
|
||||
* Bluetooth buffer management
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
@@ -111,7 +111,7 @@ static struct bt_buf_s *g_buf_free_irq;
|
||||
/* Pool of pre-allocated buffer structures */
|
||||
|
||||
static struct bt_buf_s
|
||||
g_buf_pool[CONFIG_BLUETOOTH_BUFFER_PREALLOC];
|
||||
g_buf_pool[CONFIG_BLUETOOTH_BUFFER_PREALLOC];
|
||||
|
||||
static bool g_poolinit = false;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* wireless/bluetooth/bt_l2cap.c
|
||||
* wireless/bluetooth/bt_l2cap.h
|
||||
* L2CAP handling
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* wireless/bluetooth/bt_att.c
|
||||
* wireless/bluetooth/bt_uuid.c
|
||||
* Bluetooth UUID handling.
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user