Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to perform a bluetooth low-energy scan via BlueZ C library

I'm new in programming Bluetooth low energy using BlueZ.

I want to develop a native code c to scan nearby devices using a BlueZ API for Bluetooth low energy on Intel Edison. I've seen this question, but the answer doesn't really help. Any advice?

like image 267
Longes Avatar asked Nov 03 '14 14:11

Longes


1 Answers

The GattLib library (which was created after this question was asked) has the tools to scan/connect to BLE devices using C.

like image 177
emack Avatar answered Oct 04 '22 10:10

emack