Closed acadeau closed 7 months ago
Hello π
Thank you for filing a very detailed issue. It looks like the issue was inadvertently introduced a while back. I will happily review a PR that introduces the missing case clause for HCI.Event.LEMeta.AdvertisingReport
, so feel free to submit it.
Fixed in #112
Hello π ,
First of all, thanks for your awesome work, the examples help me to understand how your lib works.
I have a small project where I retrieve data from a hydrometer that emits its data through BLE. I've used the scanner example , adapted to my usage, but my GenServer didn't received any
AdvertisingReport
event and I had the following warning message in the log:BLE: Unknown HCI frame ...
.After multiple explorations through the codebase, I've edited the
handle_hci_packet
function inlib/blue_heron/hci/transport.ex
:Before proposing a pull request, I was wondering if I did something wrong in my code and if I misunderstood how the library works. Here's the code (I haven't cleaned it up yet):
Did I miss something?