You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need raw hex values of BLE advertisements: EIR broadcasted from device, and the EIR "scan response". Noble gives us only parsed versions, and in many cases it is not enough to "clone" original device 1:1. My PR to noble: noble/noble#426
Similar discussion: noble/noble#436
Secondly, I recently added long write support for noble: noble/noble#452
This feature is not yet pushed here in GATTacker's lib/noble. But if the PR to noble won't be accepted, this would be another reason to keep fork.
Bleno:
Because of mobile OS GATT cache we need to specify exact handle numbers. And also we don't need default bleno services.
Discussion (with detailed description): noble/bleno#224
Why are bleno and noble packages kept in
lib
dir? Are they modified somehow?If not then I want to suggest adding them
package.json
as dependencies.The text was updated successfully, but these errors were encountered: