walnux/drivers/wireless/bluetooth
Xiang Xiao 24cb8c25ab bluetooth: Fix the incompatibility made by https://github.com/apache/nuttx/pull/14224
that pr requires chip turn on CONFIG_DRIVERS_BLUETOOTH to use bluetooth,
but not all defconig enable this option, so let's map bt_driver_register
to bt_netdev_register in header file in this case, and revert the unnessary
change in the related chip and board folders.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-10-18 09:05:54 +08:00
..
bt_bridge.c filter redundant hci reset commands due to dual Bluetooth protocol stacks 2024-10-17 18:09:32 +08:00
bt_driver.c bluetooth: Fix the incompatibility made by https://github.com/apache/nuttx/pull/14224 2024-10-18 09:05:54 +08:00
bt_null.c Fix mistakes in comments and docs 2022-06-27 11:30:53 +08:00
bt_rpmsghci.c rpmsg services: should release the tx buffer when rpmsg_send_nocopy failed 2024-10-08 18:26:39 +08:00
bt_rpmsghci.h wireless/bluetooth: add RPMSG HCI controller support 2023-03-14 09:51:13 +08:00
bt_rpmsghci_server.c nuttx/drivers: add ept_release_cb for destroy server resource 2024-10-10 08:44:29 +08:00
bt_slip.c bluetooth: fix bt_slip_send would always block 2024-10-17 18:09:32 +08:00
bt_uart.c [bt_uart.c] fix bug:cant receive data 2024-10-17 18:09:32 +08:00
bt_uart.h [bt_uart.c] fix bug:cant receive data 2024-10-17 18:09:32 +08:00
bt_uart_bcm4343x.c bluetooth: extract btuart_register interface 2024-10-17 18:09:32 +08:00
bt_uart_cc2564.c bluetooth: extract btuart_register interface 2024-10-17 18:09:32 +08:00
bt_uart_generic.c bluetooth: extract btuart_register interface 2024-10-17 18:09:32 +08:00
bt_uart_shim.c [bt_uart.c] fix bug:cant receive data 2024-10-17 18:09:32 +08:00
CMakeLists.txt drivers: append bt_driver.c to bluetooth drivers Cmakelist. 2024-10-17 18:09:32 +08:00
Kconfig [bt_uart.c] fix bug:cant receive data 2024-10-17 18:09:32 +08:00
Make.defs bluetooth: add bt_driver_register interface 2024-10-17 18:09:32 +08:00