# ble_scanner_demo **Repository Path**: yocop/ble_scanner_demo ## Basic Information - **Project Name**: ble_scanner_demo - **Description**: YoC BLE SCANNER SDK - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-18 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 BLE Scanner应用主要实现了蓝牙设备的发现、连接、BLE Profile的发现以及操作。示例程序中通过扫描HRS设备,并与之建立连接通信,展示了BLE Central应用的主要工作流程。 # 编译 ```bash make clean;make ``` # 烧录 ```bash make flashall ``` # 启动 烧录完成之后按复位键,串口会有打印输出