This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 8ea02d5 drivers: wireless: Add support for ioctl(fd, SIOCGIFADDR,
...) to gs2200m.c
new 83193d6 bt_netdev: remove invalid assert breaking build when
debugging is enabled
new dbbc551 bt_hcicore.c: Fix wrong order of bt_send() and setting last
command sent
new 1f8d3af bt_netdev.c: wrong placement of DEBUGASSERT (checks pointer
before being set)
new d6c5e57 bt_hci: add various definitions, better expose some fields
new 12e0f18 bt_hcicore.c: fix handling of advertising report; use correct
advertising interval
new 33a4947 bt_conn.c: use definition names instead of hardcoded numbers
new 1022982 fix typos
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/wireless/bluetooth/bt_hci.h | 98 ++++++++++++++++++++++++-------
net/bluetooth/Kconfig | 4 +-
wireless/bluetooth/bt_conn.c | 4 +-
wireless/bluetooth/bt_hcicore.c | 24 ++++----
wireless/bluetooth/bt_netdev.c | 8 +--
5 files changed, 99 insertions(+), 39 deletions(-)