CC2340R5-Q1: missing functions - Porting code from CC2674

Part Number: CC2340R5-Q1
Other Parts Discussed in Thread: CC2340R5, CC1354P10, SYSCONFIG

Tool/software:

Hi 

i am porting CC2674 code to CC2340R5 Q1 chip. following information i needed

  1. OOB pairing parameters 
    1. GAPBondMgr_SCGetLocalOOBParameters() from CC2674 code
  2. I have extern for some functions, but it not works properly
    1. GAP_GetIRK()
    2. L2CAP_RegisterPsm()
    3. L2CAP_PsmInfo()
    4. L2CAP_bm_alloc()
    5. L2CAP_SendSDU()
  3. Need API for L2CAP data transmit
  4. "spConnRec_t" structure from CC2674 code:  
    1. uint16_t connHandle; // Connection Handle
    2. spClockEventData_t* pParamUpdateEventData;
    3. Clock_Struct* pUpdateClock; // pointer to clock struct
    4. int8_t rssiArr[SP_MAX_RSSI_STORE_DEPTH];

i am expecting some quick response

Thank you