This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 dongle PC_BLE_Driver API description

Hi, I'm new with the Nordic, looks fin but I can't find application command interface description for the PC_BLE_Driver.

Background: I have a running application supporting two different BLE USB dongles via virtual com port. My application send the required byte-strings via the VCOM to the dongle and it scans, connects, etc depending on the command. Now we need to go for BLE5 and i decided to use the 52840 Dongle - so my application will need to support all 3 dongled. 

The problem I have is that i can not find any information which strings i need to send/ receive via the VCOM for which command/function on the dongle running the PC_BLEdriver..

example from an existing dongle:  function: Aci_Gatt_Exchange_Configuration (0xFD0B) Parameter: 2 Bytes for Connection_Handle

maybe I'm just looking at the wrong places.

thanks in advance

Related