stm32蓝牙android,在STM32平台上实现蓝牙功能(好像是老外做的)

资料介绍

STM32_BT\SAPP-FW-DEV-010\sapp\products\fw\code\BT_EVAL_B\Bluetooth_Lib\bt_core_stack_api.h

........\...............\....\........\..\....\.........\.............\bt_hid_api.h

........\...............\....\........\..\....\.........\.............\bt_hw_config.h

........\...............\....\........\..\....\.........\.............\bt_spp_api.h

........\...............\....\........\..\....\.........\.............\KEIL\BT_BASE_1_2_1.lib

........\...............\....\........\..\....\.........\.............\....\BT_HID_PLUGIN_1_1_0.lib

........\...............\....\........\..\....\.........\.............\....\BT_SPP_PLUGIN_1_2_0.lib

........\...............\....\........\..\....\.........\BT_STM32-Release Notes.pdf

........\...............\....\........\..\....\.........\Config\os_cfg.h

........\...............\....\........\..\....\.........\Doc\BT Core Stack Developer's Guide.pdf

........\...............\....\........\..\....\.........\...\HID Developer's Guide.pdf

........\...............\....\........\..\....\.........\...\SPP Developer's Guide.pdf

........\...............\....\........\..\....\.........\LCD\STM3210B_EVAL\fonts.h

........\...............\....\........\..\....\.........\...\.............\lcd.c

........\...............\....\........\..\....\.........\...\.............\lcd.h

........\...............\....\........\..\....\.........\OS\CPU\inc\cortexm3_macro.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_adc.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_bkp.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_can.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_crc.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_dac.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_dbgmcu.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_dma.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_exti.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_flash.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_fsmc.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_gpio.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_i2c.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_iwdg.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_lib.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_map.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_nvic.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_pwr.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_rcc.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_rtc.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_sdio.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_spi.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_systick.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_tim.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_type.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_usart.h

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_wwdg.h

........\...............\....\........\..\....\.........\..\...\src\stm32f10x_adc.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_bkp.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_can.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_crc.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_dac.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_dbgmcu.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_dma.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_exti.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_flash.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_fsmc.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_gpio.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_i2c.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_iwdg.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_lib.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_nvic.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_pwr.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_rcc.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_rtc.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_sdio.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_spi.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_systick.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_tim.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_usart.c

........\...............\....\........\..\....\.........\..\...\...\stm32f10x_wwdg.c

........\...............\....\........\..\....\.........\..\uC-CPU\ARM-Cortex-M3\RealView\cpu.h

........\...............\....\........\..\....\.........\..\......\.............\........\cpu_a.asm

........\...............\....\........\..\....\.........\..\......\cpu_def.h

........\...............\....\........\..\....\.........\..\...LCD\Doc\LCD-Manual.pdf

........\...............\....\........\..\....\.........\..\......\OS\uCOS-II\lcd_os.c

........\...............\....\........\..\....\.........\..\......\Source\lcd.c

........\...............\....\........\..\....\.........\..\......\......\lcd.h

........\...............\....\........\..\....\.........\..\....IB\Doc\uC-LIB-Manual.pdf

........\...............\....\........\..\....\.........\..\......\...\uC-LIB-ReleaseNotes.pdf

........\...............\....\........\..\....\.........\..\......\lib_def.h

........\...............\....\........\..\....\.........\..\......\lib_mem.c

........\...............\....\........\..\....\.........\..\......\lib_mem.h

........\...............\....\........\..\....\.........\..\......\lib_str.c

........\...............\....\........\..\....\.........\..\......\lib_str.h

........\...............\....\........\..\....\.........\..\...Probe\Target\Communication\Generic\OS\uCOS-II\probe_com_os.c

........\...............\....\........\..\....\.........\..\........\......\.............\.......\RS-232\OS\uCOS-II\probe_rs232_os.c

........\...............\....\........\..\....\.........\..\........\......\.............\.......\......\Ports\ST\STM32\probe_rs232c.c

........\...............\....\........\..\....\.........\..\........\......\.............\.......\......\.....\..\.....\probe_rs232c.h

........\...............\....\........\..\....\.........\..\........\......\.............\.......\......\Source\probe_rs232.c

........\...............\....\........\..\....\.........\..\........\......\.............\.......\......\......\probe_rs232.h

........\...............\....\........\..\....\.........\..\........\......\.............\.......\Source\probe_com.c

........\...............\....\........\..\....\.........\..\........\......\.............\.......\......\probe_com.h

........\...............\....\........\..\....\.........\..\........\......\Plugins\uCOS-II\os_probe.c

........\...............\....\........\..\....\.........\..\........\......\.......\.......\os_probe.h

........\...............\....\........\..\....\.........\..\..OS-II\Doc\README.TXT

........\...............\....\........\..\....\.........\..\.......\Ports\ARM-Cortex-M3\Generic\RealView\os_cpu.h

........\...............\....\........\..\....\.........\..\.......\.....\.............\.......\........\os_cpu_a.asm

........\...............\....\........\..\....\.........\..\.......\.....\.............\.......\........\os_cpu_c.c

........\...............\....\........\..\....\.........\..\.......\.....\.............\.......\........\os_dbg.c

........\...............\....\........\..\....\.........\..\.......\Source\os_core.c

........\...............\....\........\..\....\.........\..\.......\......\os_flag.c

........\...............\....\........\..\....\.........\..\.......\......\os_mbox.c

........\...............\....\........\..\....\.........\..\.......\......\os_mem.c

........\...............\....\........\..\....\.........\..\.......\......\os_mutex.c……

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值