-
Would it be within the scope of this lib to support L2CAP communication? Looking into it for a prototype we are working on.
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Cor…
-
Hi,
The L2Cap kernel patch has now been obsolete for a while. The split packet issue should be addressed either at the BlueZ level by setting the proper MTU, or at the BlueALSA level, I can probabl…
-
i tried to run the code from the example on a esp32-wroom-32.
i adapted the code to let it build and run.
the GATT communication is working fine, but as soon as i try to swap to a l2cap communic…
-
Hello Newbie here
I was going through "DroneBot Workshop esp32 and Ps3 controll" tutorial.
Im struggling to get any of the example sketches to work with the Arduino Nano ESP32.
Everytime i try…
-
Hi,
i got problems while connecting ...
There are no probs to connect, read etc. via bluetoothctl - tool.
```
info 1541687672.925407 log_fd_: Socket success: 224 (src/blestatemachine.cc)
inf…
moe5k updated
1 month ago
-
I'm trying to connect a Lego Powered Up remote using node-poweredup. I've overridden its dependency to use @stoprocent/noble, but the behaviour is very poor and inconsistent. I think there are still u…
-
For Linux, `bluer` already offers a great L2CAP [module](https://docs.rs/bluer/latest/bluer/l2cap/index.html) that could be stubbed. For iOS, @akiles started work doing this in their own `bluest` [for…
-
Hi ,
I am facing issue to pass below PTS test case, Can any one provide solution?
L2CAP/LE/REJ/BI-02-C i getting failed because the device did not correctly handle unsupported L2CAP cammands co…
-
## Environment
- Development Kit: [ESP32-Wrover-Kit]
- Kit version (for WroverKit/PicoKit/DevKitC): [v1]
- Module or chip used: [ESP32-WROVER-B]
- IDF version (run ``git describe --tags`` …
-
hi i am having a problem with uploading it to my board i am just trying to run the
`
#include
void setup()
{
ps5.begin("1a:2b:3c:01:01:01");
Serial.println("Ready.");
}
void lo…