Dr. Mickey Lauer

Results 173 comments of Dr. Mickey Lauer

I'm afraid this looks more like a problem with your Swift installation than with `core-bluetooth-tool`. Here's a transcript from my machine: ```sh ~  brew tap mickeyl/formulae So 12 Mär...

Not at all! I'm not really working on+with Vala anymore, but I still have a sweet spot for the language that made so many great projects possible. Would love, if...

> @mickeyl perfect, we're looking at how we can do it, according to https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository#about-repository-transfers we should probably add you as Developer to the vala-lang organization for proper ownership transfer 🙂...

Not wanting to derail your issue, but let me join in here, since I'm having a similar question. My goal is the same (low latency high bandwidth), although I'm only...

Using `PacketLogger` on macOS, I now found out that the default setting seem to indeed enable the LE 2M PHY: ![Bildschirmfoto 2024-02-11 um 17 52 01](https://github.com/h2zero/esp-nimble-cpp/assets/167469/abf5bb5e-6ce9-4403-9b7f-f5dfb7b0cb17) I also found the...

@cmorganBE In fact, I developed the L2CAP support for `esp-nimble-cpp` exactly because it's faster (no GATT encapsulation) and way simpler to interact with in iOS and Android, since you don't...

@cmorganBE Not yet in mainline, I maintain [a fork](https://github.com/mickeyl/esp-nimble-cpp). Although I have been using it for some months now without any problems, it's not yet ready for inclusion before adding...

I guess this issue is a bit pointless after all. First, you want to support older compilers as well, and 2nd, you will accept pull requests improving the situation. I...

Sure thing, I'll take a go at it.

@rymanluk Before I create a pull request, let me run this through you. Does this look reasonable? ```diff diff --git a/nimble/host/include/host/ble_l2cap.h b/nimble/host/include/host/ble_l2cap.h index aef9682c..bcdd5c71 100644 --- a/nimble/host/include/host/ble_l2cap.h +++ b/nimble/host/include/host/ble_l2cap.h @@...