include/bluetooth/avdtp.h
0 → 100644
+55
−0
+5
−2
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Main changes:
- ECC HCI command support for controller-only build
- L2CAP fixes
- Fixes to thread stack usage
- Other minor cleanups & fixes
----------------------------------------------------------------
Arun Jagadish (1):
Bluetooth: AVDTP: SEP Definition
Carles Cufi (3):
Bluetooth: Controller: Implement ECC commands
Bluetooth: Controller: Fix local LE supported features bitmap
Bluetooth: hci_uart: Fix init order in hci_uart bootup
Jaganath Kanakkassery (2):
Bluetooth: RFCOMM: Handle security for outgoing DLCs
Bluetooth: RFCOMM: Remove send DM from drop()
Johan Hedberg (2):
Bluetooth: Fix coding style issues in LE address helper functions
Bluetooth: Controller: Make use of min() convenience macro
Luiz Augusto von Dentz (2):
Bluetooth: L2CAP: Fix segmentation
Bluetooth: L2CAP: Fix possibly reading past the end of buffer
Szymon Janc (7):
Bluetooth: GATT: Fix primary service discovery response
Bluetooth: Simplify ncmd handling
Bluetooth: Account K_THREAD_SIZEOF in BT_STACK macros
Bluetooth: Fix missing prototype config
Bluetooth: L2CAP: Fix set but not used variables
Bluetooth: samples/hci_uart: Use proper stack declaration
Bluetooth: Make bt_send stack requirements a Kconfig option
Vinayak Chettimada (2):
Bluetooth: hci_uart: reduce configured stack sizes
Bluetooth: Controller: Fix DLE to check supported rx length
include/bluetooth/avdtp.h | 55 ++++++++++++++++++++++++
include/bluetooth/log.h | 7 ++-
samples/bluetooth/hci_uart/microbit.conf | 9 ++--
samples/bluetooth/hci_uart/nrf5.conf | 10 +++--
samples/bluetooth/hci_uart/src/main.c | 14 +++---
subsys/bluetooth/controller/hci/hci.c | 11 +++--
subsys/bluetooth/controller/hci/hci_driver.c | 25 +++++++++++
subsys/bluetooth/controller/hci/hci_internal.h | 2 +-
subsys/bluetooth/controller/ll/ctrl.c | 17 ++++----
subsys/bluetooth/controller/ll/ctrl.h | 12 +++---
subsys/bluetooth/host/Kconfig | 25 ++++++++---
subsys/bluetooth/host/avdtp.c | 30 +++++++++++++
subsys/bluetooth/host/avdtp_internal.h | 9 ++++
subsys/bluetooth/host/conn_internal.h | 2 +-
subsys/bluetooth/host/gatt.c | 5 +++
subsys/bluetooth/host/hci_core.c | 42 +++++-------------
subsys/bluetooth/host/hci_core.h | 17 +++-----
subsys/bluetooth/host/hci_ecc.c | 20 +++++++--
subsys/bluetooth/host/hci_raw.c | 10 +++--
subsys/bluetooth/host/hci_raw_internal.h | 34 +++++++++++++++
subsys/bluetooth/host/l2cap.c | 14 +++---
subsys/bluetooth/host/rfcomm.c | 48 +++++++++++++++------
22 files changed, 307 insertions(+), 111 deletions(-)
create mode 100644 include/bluetooth/avdtp.h
create mode 100644 subsys/bluetooth/host/hci_raw_internal.h
Change-Id: I1ae288678e02e81cf7f2c0d2806af831bad58716
Signed-off-by:
Johan Hedberg <johan.hedberg@intel.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE