I'm trying to work on a bluetooth project in C using BlueZ on Linux and I'm following a tutorial for guidance, but it's quite a few years old and I think the library it uses is now deprecated (libbluetooth1-dev).
Here is the tutorial, the compilation line in that section requires the library bluetooth
which I believe you would have got from performing this page of the tutorial, however running the apt-get command on that page results in this error:
Package bluez-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
bluez
E: Unable to locate package libbluetooth1-dev
E: Package 'bluez-utils' has no installation candidate
Any help would be greatly appreciated.