mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 04:04:18 +08:00
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>