This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Multi.h

Part Number: LAUNCHXL-CC26X2R1

Hi TI,

    In the SDK of CC2640R2 I see that multi.c and multi.h are present.

For one of the application I have used gapMultiRoleEvent_t which is built for CC2640R2 which is defined in multi.h.

Similar thing I want to use for CC26x2R1.

I see that multi.h has been discarded in CC26x2R1 and was not able to find gapMultiRoleEvent_t .

So please suggest me the API/the union  which I can use for smooth functionality for the same ASAP.

Note: Please don't suggest me the API translation table i.e., CC2640R2 to CC26x2R1.

  • Hi Manikanth,

    I don't think there is a direct translation from one struct to another here.

    I'd look at multi_role_processGapMsg inside multi_role.c to see how the code structure has changed. It looks like a lot of the functionality that came from the gapMultiRoleEvent_t struct is now in the gapEventHdr_t struct that gets passed to the multi_role_processGapMsg function by pointer.

    Best,

    Nate