Skip to content

Only scanning appears to work can't connect or read / write #54

@bretpelkey

Description

@bretpelkey

Can any one help me or provide more documentation on bglib.SendCommand().

This command works fine:
result = bglib.SendCommand(serialAPI, bglib.BLECommandSystemHello());

But not this:
result = bglib.SendCommand(serialAPI, bglib.BLECommandGAPConnectDirect(new byte[] { 46, 180, 169, 89, 178, 246 }, (byte)AddressType.Public, CONN_INT_MIN, CONN_INT_MAX, TIMEOUT, LATENCY));

or
result = bglib.SendCommand(serialAPI, bglib.BLECommandConnectionDisconnect(0));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions