⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 blue tooth 核心协议栈在linux上的实现
💻 IN
字号:
#---------------------------------------------------------------------# Bluetooth driver configuration#---------------------------------------------------------------------mainmenu_option next_commentcomment 'Bluetooth'tristate 'Bluetooth driver' CONFIG_BLUETOOTHif [ "$CONFIG_BLUETOOTH" = "y" -o "$CONFIG_BLUETOOTH" = "m" ]; then  choice '  Bluetooth hardware type'	              \	 "None		CONFIG_BLUETOOTH_NOINIT       \	  CSR		CONFIG_BLUETOOTH_CSR          \	  Digianswer	CONFIG_BLUETOOTH_DIGIANSWER   \	  Ericsson	CONFIG_BLUETOOTH_ERICSSON     \	  Infineon	CONFIG_BLUETOOTH_INFINEON_BMI \	  Generic	CONFIG_BLUETOOTH_GENERIC      \	  USB		CONFIG_BLUETOOTH_USBMODULE" Ericsson  if [ "$CONFIG_BLUETOOTH_ERICSSON" = "y" ]; then    bool '  Block when setting baudrate' CONFIG_BLUETOOTH_SET_BAUDRATE_BLOCKING  fi  if [ "$CONFIG_BLUETOOTH_CSR" = "y" ]; then    bool '  Support BCSP'             CONFIG_BLUETOOTH_SUPPORT_BCSP    if [ "$CONFIG_BLUETOOTH_SUPPORT_BCSP" = "y" ]; then       bool '    Use BCSP'            CONFIG_BLUETOOTH_USE_BCSP    fi  fi  bool '  Bluetooth proc entries'     CONFIG_BLUETOOTH_PROC  bool '  Input buffering'            CONFIG_BLUETOOTH_USE_INBUFFER  bool '  Use Security Manager'       CONFIG_BLUETOOTH_USE_SECURITY_MANAGER  bool '  Use L2CAP timers'           CONFIG_BLUETOOTH_L2CAP_USE_TIMERS  bool '  Allow connectionless L2CAP' CONFIG_BLUETOOTH_L2CAP_CONNECTIONLESS  bool '  Enable TCI'                 CONFIG_BLUETOOTH_USE_TCI  bool '  Enable M/S Switch'          CONFIG_BLUETOOTH_ENABLE_MSSWITCH  bool '  Enable Unplug Test Code'    CONFIG_BLUETOOTH_UNPLUG_TEST  if [ "$CONFIG_BLUETOOTH_ENABLE_MSSWITCH" = "y" ]; then    # CSR can't do scatternet yet, so we need to do M/S switch     # as early as in lp_connect_rsp()    if [ "$CONFIG_BLUETOOTH_CSR" = "y" ]; then      define_bool CONFIG_BLUETOOTH_EARLY_MSSWITCH y    fi  fi  choice '  Bluetooth reset pin'                    \	 "None		CONFIG_BLUETOOTH_RESET_NONE \	  Port_PA_Bit_7	CONFIG_BLUETOOTH_RESET_PA7  \	  Port_PB_Bit_5	CONFIG_BLUETOOTH_RESET_PB5  \	  Port_G_Bit_10	CONFIG_BLUETOOTH_RESET_G10  \	  Port_G_Bit_11	CONFIG_BLUETOOTH_RESET_G11" Nonefiendmenu

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -