You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/12/28 07:50:23 UTC

[incubator-nuttx] branch master updated (32ad989 -> f992ff3)

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 32ad989  include: wireless: Replace license header with Apache License 2.0
     add d1dc0bf  bluetooth: Fix typos in comment
     add 3dfb897  bluetooth: Remove the unnecessary forward reference
     add 5c0d430  bluetooth: replace leave_critical_section with spin_unlock_irqrestore
     add b06067a  bluetooth: Fix the typo error in BT_GETUINT16 and BT_PUTUINT16
     add d758955  bluetooth: Don't call BT_LE162HOST in bt_buf_get_le16
     add f992ff3  Fix nxstyle warning

No new revisions were added by this update.

Summary of changes:
 drivers/wireless/bluetooth/bt_uart.c            |  30 +--
 drivers/wireless/bluetooth/bt_uart.h            |  22 +-
 drivers/wireless/bluetooth/bt_uart_bcm4343x.c   |   2 -
 drivers/wireless/bluetooth/bt_uart_cc2564.c     |   6 +-
 drivers/wireless/bluetooth/bt_uart_generic.c    |  10 -
 include/nuttx/wireless/bluetooth/bt_buf.h       |  17 +-
 include/nuttx/wireless/bluetooth/bt_core.h      |  35 +--
 include/nuttx/wireless/bluetooth/bt_driver.h    |  19 +-
 include/nuttx/wireless/bluetooth/bt_gatt.h      |  62 +++---
 include/nuttx/wireless/bluetooth/bt_hci.h       |   2 +-
 include/nuttx/wireless/bluetooth/bt_ioctl.h     | 285 ++++++++++++------------
 include/nuttx/wireless/bluetooth/bt_null.h      |  17 +-
 include/nuttx/wireless/bluetooth/bt_uart.h      |  21 +-
 include/nuttx/wireless/bluetooth/bt_uart_shim.h |  17 +-
 include/nuttx/wireless/bluetooth/bt_uuid.h      |  19 +-
 wireless/bluetooth/bt_buf.c                     |  10 +-
 wireless/bluetooth/bt_l2cap.h                   |   2 +-
 wireless/bluetooth/bt_uuid.c                    |   2 +-
 18 files changed, 289 insertions(+), 289 deletions(-)