You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
261 B

2 years ago
  1. # 树莓派蓝牙控制部分(基于GDBus实现)
  2. ## 内容
  3. 基于Bluetooth.h的一个蓝牙socket的实现和利用GDBus调用BlueZ的底层API的实现
  4. ## 需求:
  5. glib-2.0
  6. ## 构建:
  7. ```cmake
  8. mkdir build && cd build
  9. cmake ..
  10. make
  11. ./MRSS_bluetooth
  12. ```