# BluetoothCpp **Repository Path**: llongww/BluetoothCpp ## Basic Information - **Project Name**: BluetoothCpp - **Description**: 蓝牙C++封装库,目前仅支持windows的非低功耗蓝牙。 - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 5 - **Created**: 2022-03-25 - **Last Updated**: 2024-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: 蓝牙 ## README # BluetoothCpp BluetoothCpp 是一个蓝牙通信库,基于C++20,在VS2022下编译通过,目前仅支持windows操作系统。 功能: 1. 支持RFCOMM; 2. 支持服务器/客户端模式; 3. 接受配对申请; 4. 获取蓝牙列表。