This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
wireless
/
bluetooth
History
Gregory Nutt
49644be9a5
include/nuttx/wireless and wireless/bluetooth: Add support for an IOCTL command to enable Bluetooth security.
2018-04-02 17:34:41 -06:00
..
bt_atomic.c
…
bt_atomic.h
…
bt_att.c
wireless/bluetooth and net/bluetooth: Clean up some garbage left in Kconfig file that broke 'make menuconfig'. Clean up some craziness with Bluetooth frame length definitions.
2018-04-01 15:21:58 -06:00
bt_att.h
…
bt_buf.c
wireless/bluetooth: Buffer allocation was always allocationg a new buffer, even if one was provided.. causing data loss. Correct initialization of lengths: IOB lenth includes data offset. Bluetooth buffer length does not.
2018-04-01 15:46:11 -06:00
bt_buf.h
…
bt_conn.c
wireless/bluetooth: Completes basic Rx/Tx data paths. Still missing: device address discovery and pairing logic.
2018-04-02 06:38:31 -06:00
bt_conn.h
…
bt_gatt.c
…
bt_hcicore.c
wireless/bluetooth and net/bluetooth: Clean up some garbage left in Kconfig file that broke 'make menuconfig'. Clean up some craziness with Bluetooth frame length definitions.
2018-04-01 15:21:58 -06:00
bt_hcicore.h
…
bt_ioctl.c
include/nuttx/wireless and wireless/bluetooth: Add support for an IOCTL command to enable Bluetooth security.
2018-04-02 17:34:41 -06:00
bt_ioctl.h
…
bt_keys.c
…
bt_keys.h
…
bt_l2cap.c
…
bt_l2cap.h
…
bt_netdev.c
wireless/bluetooth: Completes basic Rx/Tx data paths. Still missing: device address discovery and pairing logic.
2018-04-02 06:38:31 -06:00
bt_queue.c
…
bt_queue.h
…
bt_smp.c
…
bt_smp.h
…
bt_uuid.c
…
Kconfig
wireless/bluetooth and net/bluetooth: Clean up some garbage left in Kconfig file that broke 'make menuconfig'. Clean up some craziness with Bluetooth frame length definitions.
2018-04-01 15:21:58 -06:00
Make.defs
…