Top "Bluez" questions

BlueZ is the Bluetooth stack implemented in most Linux kernels.

Connecting to a Bluetooth smart/LE weight scale with bluez/bluetoothctl/gatttool

What I want to do: I want to connect my Raspberry Pi 2 to a Bluetooth Smart Weight Scale (Medisana BS440) …

bluetooth bluetooth-lowenergy bluez
Linux Bluetooth programming in C & socket.h

I'm a new stackoverflow user! I'm writing because I have some problems programming Bluetooth with C on my KUbuntu 12.04. I'm …

c linux bluetooth bluez lego
Where can I find the PyBluez API

I understood from Bluetooth for Programmers chapter 2, that the PyBluez API does provide functions like discover_devices and lookup_name. …

python bluetooth bluez pybluez
Bluetooth Library for BlueZ (Windows)

What is the Windows equivalent for Linux's libbluetooth2-dev? I'm trying to run simple_scan.c for a BlueZ-enabled bluetooth …

linux bluetooth download bluez intel-edison
I want to enable debug messages on bluez

I am actually trying to figure out where the DBG("") prints are going when I do a music stream using …

debugging ubuntu logging bluetooth bluez
BlueZ/Pybluez - Bluetooth LE scan while connected to peripheral

Short question: Is it possible to scan for LE devices while periodically connecting to some and reading characteristics a) in …

python bluetooth-lowenergy bluez
Can't create RFCOMM TTY: Address already in use

I listen for a Bluetooth connection in my server doing: rfcomm listen rfcomm1 1 Then I connect with my Bluetooth client …

linux bluetooth tty bluez rfcomm
Python code for Bluetooth throws error after I had to reset the adapter

I was trying out bluetooth programming in python. It was working fine till yesterday. This morning, there was a power …

python bluetooth bluez pybluez
Setting up a pc bluetooth server for android

Possible Duplicate: Service discovery failed exception using Bluetooth on Android Alright, I've been reading a lot of topics the past …

android bluetooth spp bluez
How to get notifications from BLE Device using pygatt in python?

I am developing a Linux application using python that will connect to my BLE Device and get the data by …

python python-3.x bluez