Hi All,
Just wondering if i'm doing the right thing here.
So i am using the example of the central device to get started.The idea i'm trying to do is to use the central to connect to a peripheral based on the advertisement data. When certain flags are present in the advertisements, it connects, sends a command to the connected peripheral, and then disconnects.
My issue is that it (generally) sends the right command and collects the data, but after disconnecting it doesn't seem to send the command rather from what i see - it just sends 0's.
i'm using just the command sd_ble_gap_disconnect to d/c the peripheral. Is that correct?
Thanks
Grant