Part Number: LAUNCHXL-CC26X2R1
Tool/software: Code Composer Studio
Hello,
I am using LAUNCHXL-CC26X2R1 & my project is based on multi_role example.
SDK simplelink_cc13x2_26x2_sdk_3_40_00_02.
I am connecting 2 units: 1st one advertises, 2nd scans & connects to it.
I get some unknown commands in multi_role_processStackMsg():
I've looked for those commands in hci_tl.h:
#define HCI_LE_READ_LOCAL_P256_PUBLIC_KEY 0x2025
#define HCI_LE_GENERATE_DHKEY 0x2026
#define HCI_LE_CONNECTION_UPDATE 0x2013
But for some reason these commands doesn't show up in the TI BLE5-Stack API Documentation of the HCI Constants.
What are those commands? Is there anything I should do about it?
Thanks,
Amit