<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font size="+1">I am using Raspberry Pi 3 (with wifi+bluetooth).<br>
When using the command tool, bluetoothctl, it can detect old and
new bluetooth devices (version > 4.0).<br>
<br>
However, using the bluetoothlaz inside my lazarus app, it can only
detect old bluetooth devices (not the BLE new devices).<br>
<br>
I am guessing the bluetoothctl uses the new version and features
in bluez (ver 5.41) but bluetoothlaz uses the<br>
{$linklib bluetooth}<br>
<br>
which probably is the file<br>
/usr/lib/arm-linux-gnueabihf/libbluetooth.so.3<br>
which is a symbolic link to
/usr/lib/arm-linux-gnueabihf/libbluetooth.so.3.18.13<br>
<br>
which might probably be compiled with old versions of bluez (or turn
off the BLE feature).<br>
<br>
Do you think my guess is correct?<br>
<br>
If yes, can anyone point me to how to update the libbluetooth.so ?<br>
Should I compile a new .so? How (I am bad in linux).<br>
<br>
Thanks a lot in advance.<br>
<br>
Dennis<br>
</font>
</body>
</html>