Squashed commit of the following:
wireless/bluetooth: This completes the basic logic path that gets frames from the Bluetooth stack and into the network layer. wireless/bluetooth: Fleshes out some of the network packet receive logic. wireless/bluetooth: Replace buffer allocated with primitive allocator from ieee 802.15.4. wireless/ieee802154: Fix a few typos. wireless/bluetooth: More renaming in preparation for some real work. wireless/bluetooth: Some trivial renaming; update comments
Showing
- drivers/wireless/bluetooth/bt_uart.c 7 additions, 7 deletionsdrivers/wireless/bluetooth/bt_uart.c
- include/netpacket/bluetooth.h 79 additions, 7 deletionsinclude/netpacket/bluetooth.h
- include/nuttx/wireless/bt_buf.h 45 additions, 49 deletionsinclude/nuttx/wireless/bt_buf.h
- include/nuttx/wireless/bt_driver.h 2 additions, 2 deletionsinclude/nuttx/wireless/bt_driver.h
- wireless/bluetooth/Kconfig 47 additions, 0 deletionswireless/bluetooth/Kconfig
- wireless/bluetooth/bt_att.c 50 additions, 44 deletionswireless/bluetooth/bt_att.c
- wireless/bluetooth/bt_att.h 1 addition, 1 deletionwireless/bluetooth/bt_att.h
- wireless/bluetooth/bt_buf.c 482 additions, 56 deletionswireless/bluetooth/bt_buf.c
- wireless/bluetooth/bt_buf.h 74 additions, 0 deletionswireless/bluetooth/bt_buf.h
- wireless/bluetooth/bt_conn.c 28 additions, 36 deletionswireless/bluetooth/bt_conn.c
- wireless/bluetooth/bt_conn.h 4 additions, 4 deletionswireless/bluetooth/bt_conn.h
- wireless/bluetooth/bt_gatt.c 18 additions, 18 deletionswireless/bluetooth/bt_gatt.c
- wireless/bluetooth/bt_hcicore.c 60 additions, 59 deletionswireless/bluetooth/bt_hcicore.c
- wireless/bluetooth/bt_hcicore.h 5 additions, 3 deletionswireless/bluetooth/bt_hcicore.h
- wireless/bluetooth/bt_l2cap.c 85 additions, 37 deletionswireless/bluetooth/bt_l2cap.c
- wireless/bluetooth/bt_l2cap.h 16 additions, 8 deletionswireless/bluetooth/bt_l2cap.h
- wireless/bluetooth/bt_netdev.c 151 additions, 39 deletionswireless/bluetooth/bt_netdev.c
- wireless/bluetooth/bt_queue.c 13 additions, 13 deletionswireless/bluetooth/bt_queue.c
- wireless/bluetooth/bt_queue.h 2 additions, 2 deletionswireless/bluetooth/bt_queue.h
- wireless/bluetooth/bt_smp.c 35 additions, 27 deletionswireless/bluetooth/bt_smp.c
Loading
Please register or sign in to comment