weliem / bluez_inc

A C library for Bluez (BLE) that hides all DBus communication. It doesn't get easier than this. This library can also be used in C++.
MIT License
84 stars 19 forks source link

Does it support classic Bluetooth? #37

Closed huenrong closed 4 months ago

huenrong commented 4 months ago

Does this library support the function of classic Bluetooth? My device has a Bluetooth module. I need to use it as a BLE device to configure parameters, and as a classic Bluetooth to connect to the mobile phone to play music.

weliem commented 4 months ago

Only BLE is supported.