incubator-nuttx/wireless/bluetooth
Lwazi Dube 16fc1b47b9 wireless/bluetooth: Support removable bluetooth modules.
This bluetooth stack remains in an inconsistent state when
the bluetooth HCI module is removed. This change adds a
bt_netdev_unregister function that can be used to clean up
after a module is removed. Some global variables are also
set to their default values.
2023-05-07 15:03:01 +08:00
..
Kconfig Kconfig: improve uniformity 2021-12-14 07:32:48 -06:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
bt_atomic.c
bt_atomic.h
bt_att.c wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_att.h compile/attribute: minor fix for packed struct mismatch 2022-12-06 03:50:20 +08:00
bt_buf.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
bt_buf.h
bt_conn.c wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_conn.h wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_gatt.c
bt_hcicore.c wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_hcicore.h wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_ioctl.c Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
bt_ioctl.h
bt_keys.c
bt_keys.h
bt_l2cap.c wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_l2cap.h
bt_netdev.c wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_queue.c
bt_queue.h
bt_smp.c wireless/bluetooth: Support removable bluetooth modules. 2023-05-07 15:03:01 +08:00
bt_smp.h
bt_uuid.c