# BLENO **Repository Path**: darkise/bleno ## Basic Information - **Project Name**: BLENO - **Description**: Linux下实现BLE设备功能 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-22 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Linux, BLE ## README 此代码在Linux下模拟实现BLE设备端,基于node.js 模块 bleno 迁移过来的 已知bug: 由于没有通知Linux的bluetooth服务,在启动bluetooth服务时有可能造成程序无法正常运行 目录说明 lib 实现ble从设备的功能函数定义 tool 与ble无关的函数定义 utils 拷贝的开源代码 exs 功能测试代码,实现3个属性,设备名称(只读),wifi设置(读写),wpa状态(只读) main.c 定义启动过程 demo-service.c 定义属性