Skip to content
Advertisement

Tag: bluetooth-lowenergy

L2CAP IOS + Linux (Bluez)

I’m trying to make a simple L2CAP Socket communication between IOS and a Linux PC. I’ve been able to: Create an L2CAP connection between two Linux machines (using example code from https://github.com/atwilc3000/sample/tree/master/Bluetooth) Create an L2CAP connection between two Iphones (using example code from https://github.com/github-deden/iOS_L2Cap) On that IOS example they are using some PSM advertise in order to chose the correct

How to recompile an existing linux application

I am looking to edit and recompile the hcitool.c of bluez version 5.31. I installed the bluez 5.31 by following the procedure from the answer of this: Bluetooth Low Energy in C – using Bluez to create a GATT server In my trial, I duplicated the hcitool.c file and named it as myhcitool.c inside the tools folder and I use

Advertisement