Skip to content

HCI Events missing #206

@skippy1976

Description

@skippy1976

I have been trying to track down some issues which has lead to comparaisons between a peripheral being connected with ArduinoBLE and connected to an Android phone (both nRF and native application).

When studying the communication between central and peripheral and having Debug enabled, a couple of HCI Event messages are not being handled.

HCI ACLDATA RX <- 02002005000100040013
HCI ACLDATA RX <- 02002010000C000500125808001000180000005802
HCI ACLDATA TX -> 0200000A0006000500135802000000

Expected 2 additional HCI EVENT's here:

Number of completed packets
LE Meta (LE Connection update complete)

HCI COMMAND TX -> 0113200E0000100018000000580204000600
HCI EVENT RX <- 040F0400051320

It appears that there is no interupt to process incomming packets and that it is driven by polling. Is the reason that these messages are not received / processed due to the Library not polling for events at this time?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions