This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
949adaa4c93fc4b8b2e0b58ec54b1ecba3fbb4c5
nuttx
/
wireless
/
bluetooth
T
History
Gregory Nutt
949adaa4c9
bt_hcicore.c edited online with Bitbucket
2018-04-15 02:04:26 +00:00
..
bt_atomic.c
…
bt_atomic.h
…
bt_att.c
wireless/bluetooth and drivers/wireless/bluetooth: Simply the driver registration/initialization interface.
2018-04-14 11:33:29 -06:00
bt_att.h
…
bt_buf.c
wireless/bluetooth: Soften use of enter_critical_sectino() which is a performance hog in SMP configurations. Replace with spin_lock_irqsave() in most cases. That is the same for single core CPUs, but much more efficient in SMP configurations. And better, repace with sched_lock() if there is really no necessity to disable interrupts too.
2018-04-14 17:55:30 -06:00
bt_buf.h
…
bt_conn.c
wireless/bluetooth and drivers/wireless/bluetooth: Simply the driver registration/initialization interface.
2018-04-14 11:33:29 -06:00
bt_conn.h
…
bt_gatt.c
…
bt_hcicore.c
bt_hcicore.c edited online with Bitbucket
2018-04-15 02:04:26 +00:00
bt_hcicore.h
wireless/bluetooth and drivers/wireless/bluetooth: Simply the driver registration/initialization interface.
2018-04-14 11:33:29 -06:00
bt_ioctl.c
wireless/bluetooth and drivers/wireless/bluetooth: Simply the driver registration/initialization interface.
2018-04-14 11:33:29 -06:00
bt_ioctl.h
wireless/bluetooth and drivers/wireless/bluetooth: Simply the driver registration/initialization interface.
2018-04-14 11:33:29 -06:00
bt_keys.c
…
bt_keys.h
…
bt_l2cap.c
wireless/bluetooth and drivers/wireless/bluetooth: Simply the driver registration/initialization interface.
2018-04-14 11:33:29 -06:00
bt_l2cap.h
…
bt_netdev.c
wireless/bluetooth: Soften use of enter_critical_sectino() which is a performance hog in SMP configurations. Replace with spin_lock_irqsave() in most cases. That is the same for single core CPUs, but much more efficient in SMP configurations. And better, repace with sched_lock() if there is really no necessity to disable interrupts too.
2018-04-14 17:55:30 -06:00
bt_queue.c
wireless/bluetooth: A few trivial fixes from initial testing with the simulator. The simulated Bluetooth device is probably going to be in adequate for any level of testing.
2018-04-03 16:28:22 -06:00
bt_queue.h
wireless/bluetooth: With change the test with the simulated bluetooth driver can get all the way up the point where it determines that the attached controller is not LE capable. I am not sure how much first to take the simulation. The time would probably be better invested in bringing up real hardware.
2018-04-03 17:57:06 -06:00
bt_smp.c
drivers/bluetooth: Extend device simulation. Now makes it all the way through initialization without error. wireless/bluetooth: Add support for IOCTL commangs to get BR/EDR and LE features.
2018-04-06 16:22:49 -06:00
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
…