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.

CC2642R: Flashing BIM and Persistent App using SmartRF Flash Programmer 2

Part Number: CC2642R

Hello,

I have a weird bug occurring with a CC2642 board where it will not let me program it directly through Code Composer Studio, however it does let me program it through Flash Programmer v2.

However, since I my program is using OAD, I need to flash over three things: (1) BIM, (2) Persistent Application, and (3) My Application.

My questions is, what address location do I flash the Persistent Application and My Application to?

Thank you!

James

  • Hi James,

    Can you check the linker file for each of those?

    Typically that would tell the compiler which address its program should reside.

    You can also check the .map file for each of those, which actually shows where the program resides (also has other details).

    Thanks,
    Toby

  • Hi Toby, 

    As an example, I'm pasting the .map file for the Persistent Application at the bottom of my reply (it is quite long).

    So would I flash the .bin file to location 0x00034000 ?

    (I'm not sure how to find the linker file)

    ******************************************************************************
                TI ARM Clang Linker PC v2.1.2                      
    ******************************************************************************
    >> Linked Tue Nov  7 10:49:43 2023
    
    OUTPUT FILE NAME:   <persistent_app_CC26X2R1_LAUNCHXL_tirtos7_ticlang.out>
    ENTRY POINT SYMBOL: "_c_int00"  address: 0004eaa9
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
      $BOUND$0x34000        00034000   00004000  00004000  00000000  R IX
      FLASH_IMG_HDR         00038000   00000090  0000008d  00000003  R  X
      ENTRY                 00038090   00000040  0000003c  00000004  R  X
      FLASH                 000380d0   0001df30  0001d174  00000dbc  R  X
      RTOS_SRAM             20000000   0000012c  000000d8  00000054  RW X
      SRAM                  20000fdf   00013021  00002b5b  000104c6  RW X
    
    
    SEGMENT ALLOCATION MAP
    
    run origin  load origin   length   init length attrs members
    ----------  ----------- ---------- ----------- ----- -------
    00034000    00034000    00004000   00000000    rw-
      00034000    00034000    00004000   00000000    rw- .TI.bound:flashBuf0
    00038000    00038000    0001d244   0001d244    r-x
      00038000    00038000    0000008d   0000008d    r-- .image_header
      00038090    00038090    0000003c   0000003c    r-- .resetVecs
      000380d0    000380d0    00019cc0   00019cc0    r-x .text
      00051d90    00051d90    00002625   00002625    r-- .rodata
      000543b8    000543b8    00000e8c   00000e8c    r-- .cinit
    20001810    20001810    00000010   00000000    rw-
      20001810    20001810    00000010   00000000    rw- .TI.bound:dmaUart0RxControlTableEntry
    20001820    20001820    0000274b   00000000    rw-
      20001820    20001820    00000010   00000000    rw- .TI.bound:dmaUart0TxControlTableEntry
      20001830    20001830    00000e3d   00000000    rw- .data
      20002670    20002670    000018fb   00000000    rw- .bss
    20013c00    20013c00    00000400   00000000    rw-
      20013c00    20013c00    00000400   00000000    rw- .stack
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    .TI.bound:flashBuf0 
    *          0    00034000    00004000     UNINITIALIZED
                      00034000    00004000     ti_drivers_config.o (.TI.bound:flashBuf0)
    
    .image_header 
    *          0    00038000    0000008d     
                      00038000    0000008d     oad_image_header_app.o (.image_header)
    
    .resetVecs 
    *          0    00038090    0000003c     
                      00038090    0000003c     ti_sysbios_config.o (.resetVecs)
    
    .intvecs   0    000380cc    00000000     UNINITIALIZED
    
    EntrySection 
    *          0    000380cc    00000000     UNINITIALIZED
    
    .text      0    000380d0    00019cc0     
                      000380d0    00000be0     StackWrapper.a : gapbondmgr.o (.text)
                      00038cb0    0000090c     oad_persistent_app.o (.text.OadPersistApp_taskFxn)
                      000395bc    00000708     OneLib.a : ll_adv_end_causes.o (.text)
                      00039cc4    000006f4     oad.o (.text.OAD_processQueue)
                      0003a3b8    000006ec     StackWrapper.a : gapbondmgr.o (.text)
                      0003aaa4    000004f0     OneLib.a : ll_ae.o (.text)
                      0003af94    00000498     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_fsmActiveState)
                      0003b42c    00000480     OneLib.a : ble.o (.text)
                      0003b8ac    0000047c              : ll_isr.o (.text)
                      0003bd28    00000460              : ll_slave_end_causes.o (.text)
                      0003c188    00000448              : ll.o (.text)
                      0003c5d0    000003e0     oad.o (.text.oadProcessExtControlCmd)
                      0003c9b0    0000038c     OneLib.a : ll_scheduler.o (.text)
                      0003cd3c    00000350              : ll_slave_end_causes.o (.text)
                      0003d08c    00000348              : ll_ae.o (.text)
                      0003d3d4    00000338              : ll_ae.o (.text)
                      0003d70c    00000334              : ll_scheduler.o (.text)
                      0003da40    000002b0     StackWrapper.a : gapbondmgr.o (.text)
                      0003dcf0    000002a8     nvocmp.o (.text.NVOCMP_initNvApi)
                      0003df98    000002a0     nvocmp.o (.text.NVOCMP_compactPage)
                      0003e238    0000029c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_open)
                      0003e4d4    00000294     OneLib.a : ll.o (.text)
                      0003e768    00000274              : ll_ae.o (.text)
                      0003e9dc    00000274              : ll_isr.o (.text)
                      0003ec50    00000268              : ll_isr.o (.text)
                      0003eeb8    0000025c              : ll_common.o (.text)
                      0003f114    0000025c     StackWrapper.a : gapbondmgr.o (.text)
                      0003f370    00000254     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDHCC26X2_hwiFxn)
                      0003f5c4    0000024c     nvocmp.o (.text.NVOCMP_addItem)
                      0003f810    0000024c     OneLib.a : ll_data.o (.text)
                      0003fa5c    00000204              : gattservapp.o (.text)
                      0003fc60    000001e8     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_scheduleCmd)
                      0003fe48    000001e8     OneLib.a : ll.o (.text)
                      00040030    000001e0     StackWrapper.a : osal.o (.text)
                      00040210    000001dc     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_dispatchNextCmd)
                      000403ec    000001c0     ble_user_config_stack.o (.text.setBleUserConfig)
                      000405ac    000001bc     OneLib.a : ll_scheduler.o (.text)
                      00040768    00000198              : ll_common.o (.text)
                      00040900    00000196              : ll_common.o (.text)
                      00040a96    00000002     ti_sysbios_config.o (.text.BIOS_nullFunc)
                      00040a98    00000194     drivers_cc26x2.a : PowerCC26X2_calibrateRCOSC.c.obj (.text.PowerCC26X2_auxISR)
                      00040c2c    00000188                      : AESECBCC26XX.c.obj (.text.AESECB_addDataInternal)
                      00040db4    00000188     OneLib.a : ll_isr.o (.text)
                      00040f3c    00000184              : ll_ae.o (.text)
                      000410c0    0000017c     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDH_computeSharedSecret)
                      0004123c    00000174     crc32.o (.text.CRC32_calc)
                      000413b0    00000174     OneLib.a : gattservapp.o (.text)
                      00041524    00000174              : ll_scheduler.o (.text)
                      00041698    0000016c     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_startOperation)
                      00041804    00000168     OneLib.a : ll_ae.o (.text)
                      0004196c    00000162     StackWrapper.a : osal.o (.text)
                      00041ace    00000002     ti_drivers_config.o (.text.Board_initHook)
                      00041ad0    00000160     icall.o (.text.ICall_waitMatch)
                      00041c30    00000158     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.text.AESCTR_processData)
                      00041d88    00000158                      : PowerCC26X2.c.obj (.text.Power_sleep)
                      00041ee0    00000158     OneLib.a : ll_common.o (.text)
                      00042038    00000150              : gap_task.o (.text)
                      00042188    00000150              : ll_ae.o (.text)
                      000422d8    0000014c              : ll_isr.o (.text)
                      00042424    00000148     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_radioOpDoneCb)
                      0004256c    00000144     StackWrapper.a : gap.o (.text)
                      000426b0    00000140     OneLib.a : gattservapp.o (.text)
                      000427f0    00000134     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_ratSetupChannel)
                      00042924    00000130     driverlib.lib : aes.o (.text.NOROM_AESWriteToKeyStore)
                      00042a54    0000012c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_close)
                      00042b80    0000012c                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_fsmSetupState)
                      00042cac    0000012c     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNGCC26XX_hwiFxn)
                      00042dd8    00000124     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_abortCmd)
                      00042efc    00000120     nvocmp.o (.text.NVOCMP_findItem)
                      0004301c    00000120     ti_sysbios_config.o (.text.ti_sysbios_family_arm_cc26xx_Timer_construct)
                      0004313c    00000120     OneLib.a : ll_common.o (.text)
                      0004325c    00000120              : ll_data.o (.text)
                      0004337c    0000011c     sysbios.a : Hwi_asm_gnu.obj (.text.ti_sysbios_family_arm_m3_Hwi_dispatch)
                      00043498    00000118     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_init)
                      000435b0    00000118     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_decodeOverridePointers)
                      000436c8    00000114     OneLib.a : ll_common.o (.text)
                      000437dc    0000010c     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDH_generatePublicKey)
                      000438e8    0000010c                      : PowerCC26X2_calibrateRCOSC.c.obj (.text.PowerCC26X2_calibrate)
                      000439f4    0000010c     OneLib.a : gatt_client.o (.text)
                      00043b00    00000108     NVSCC26XX.o (.text.NVSCC26XX_write)
                      00043c08    00000108     oad.o (.text.OAD_open)
                      00043d10    00000108     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_fsmPowerUpState)
                      00043e18    00000104     drivers_cc26x2.a : GPIOCC26X2.c.obj (.text.GPIO_init)
                      00043f1c    000000fe     OneLib.a : ll_scheduler.o (.text)
                      0004401a    00000002     ble_user_config.o (.text.DefaultAssertCback)
                      0004401c    000000fc     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_hwiCpe0Active)
                      00044118    000000fc     OneLib.a : ll_isr.o (.text)
                      00044214    000000fc              : ll_scheduler.o (.text)
                      00044310    000000f8     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNG_getRandom)
                      00044408    000000f8     OneLib.a : sm_rsppairing.o (.text)
                      00044500    000000f6     drivers_cc26x2.a : AESCTRDRBGXX.c.obj (.text.AESCTRDRBG_getRandomBytes)
                      000445f6    00000002     rom_init.o (.text.MAP_HCI_CteRequestFailedEvent)
                      000445f8    000000f4     driverlib.lib : sys_ctrl.o (.text.NOROM_SysCtrlStandby)
                      000446ec    000000f0     OneLib.a : ll_ae.o (.text)
                      000447dc    000000ec              : gap_advertiser.o (.text)
                      000448c8    000000ec              : ll_common.o (.text)
                      000449b4    000000e4     driverlib.lib : setup.o (.text.NOROM_SetupTrimDevice)
                      00044a98    000000e4     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_pend)
                      00044b7c    000000e4     OneLib.a : gapgattserver.o (.text)
                      00044c60    000000e4              : ll_ae.o (.text)
                      00044d44    000000e0     ti_sysbios_config.o (.text.ti_sysbios_knl_Event_pend)
                      00044e24    000000e0     OneLib.a : ll_scheduler.o (.text)
                      00044f04    000000e0     StackWrapper.a : osal_timers.o (.text)
                      00044fe4    000000dc     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_control)
                      000450c0    000000dc     OneLib.a : ll_ae.o (.text)
                      0004519c    000000d8     devinfoservice.o (.text.DevInfo_SetParameter)
                      00045274    000000d8     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_excFillContext)
                      0004534c    000000d0     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.configureXOSCHF)
                      0004541c    000000cc                      : AESCTRDRBGXX.c.obj (.text.AESCTRDRBG_construct)
                      000454e8    000000cc     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_workFuncDynamic)
                      000455b4    000000cc     OneLib.a : hci_event.o (.text)
                      00045680    000000cc     StackWrapper.a : osal.o (.text)
                      0004574c    000000ca     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_updatePaConfiguration)
                      00045816    00000002     rom_init.o (.text.MAP_llClearPeriodicAdvSets)
                      00045818    000000c8     OneLib.a : gap_scanner.o (.text)
                      000458e0    000000c8              : gapgattserver.o (.text)
                      000459a8    000000c8              : ll.o (.text)
                      00045a70    000000c8              : ll_ae.o (.text)
                      00045b38    000000c6     drivers_cc26x2.a : AESCTRDRBGXX.c.obj (.text.AESCTRDRBG_reseed)
                      00045bfe    000000c4     driverlib.lib : setup.o (.text.TrimAfterColdResetWakeupFromShutDown)
                      00045cc2    00000002     rom_init.o (.text.MAP_llClearPeriodicScanSets)
                      00045cc4    000000c0     oad.o (.text.oadCreateFactoryImageBackup)
                      00045d84    000000c0     OneLib.a : ll.o (.text)
                      00045e44    000000c0              : ll_isr.o (.text)
                      00045f04    000000bc     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_swiHw)
                      00045fc0    000000bc     oad.o (.text.oadWriteAttrCB)
                      0004607c    000000bc     OneLib.a : ble.o (.text)
                      00046138    000000bc              : ll_ecc.o (.text)
                      000461f4    000000bc              : ll_scheduler.o (.text)
                      000462b0    000000b8     devinfoservice.o (.text.devInfo_ReadAttrCB)
                      00046368    000000b8     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_Instance_finalize)
                      00046420    000000b8     OneLib.a : ll.o (.text)
                      000464d8    000000b8              : ll_slave_end_causes.o (.text)
                      00046590    000000b8     StackWrapper.a : gapbondmgr.o (.text)
                      00046648    000000b8                    : gattservapp_util.o (.text)
                      00046700    000000b4     driverlib.lib : osc.o (.text.NOROM_OSCHF_AttemptToSwitchToXosc)
                      000467b4    000000b4     ti_sysbios_config.o (.text.PowerCC26XX_standbyPolicy)
                      00046868    000000b4     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_releaseDependency)
                      0004691c    000000b4     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_setPri)
                      000469d0    000000b0     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_setDependency)
                      00046a80    000000b0     OneLib.a : ll_enc.o (.text)
                      00046b30    000000b0     libclang_rt.builtins.a : udivmoddi4.S.obj (.text)
                      00046be0    000000ac     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_pendCmd)
                      00046c8c    000000ac     OneLib.a : ll_ae.o (.text)
                      00046d38    000000a8              : hci_data.o (.text)
                      00046de0    000000a8              : ll.o (.text)
                      00046e88    000000a8              : ll_common.o (.text)
                      00046f30    000000a8     StackWrapper.a : gapbondmgr.o (.text)
                      00046fd8    000000a4     icall.o (.text.ICall_heapMalloc)
                      0004707c    000000a4     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_initRadioSetup)
                      00047120    000000a4     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_Instance_init)
                      000471c4    000000a4     OneLib.a : ll_ae.o (.text)
                      00047268    000000a4     StackWrapper.a : gapbondmgr.o (.text)
                      0004730c    000000a4                    : osal_cbtimer.o (.text)
                      000473b0    000000a0     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_calculateDispatchTime)
                      00047450    000000a0     OneLib.a : gap_scanner.o (.text)
                      000474f0    000000a0              : gattservapp.o (.text)
                      00047590    000000a0              : ll_common.o (.text)
                      00047630    000000a0              : ll_scheduler.o (.text)
                      000476d0    0000009c     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.text.AESCTR_startOneStepOperation)
                      0004776c    0000009c     oad_persistent_app.o (.text.OadPersistApp_updatePHYStat)
                      00047808    0000009c     OneLib.a : ll_common.o (.text)
                      000478a4    0000009c              : ll_ecc.o (.text)
                      00047940    00000098     nvocmp.o (.text.NVOCMP_erase)
                      000479d8    00000098     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_defaultSubmitPolicy)
                      00047a70    00000098     OneLib.a : gattservapp.o (.text)
                      00047b08    00000098              : hci_event.o (.text)
                      00047ba0    00000096     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_verifyGap)
                      00047c36    00000002     rom_init.o (.text.MAP_llCoexInit)
                      00047c38    00000094     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_ratRestartChannels)
                      00047ccc    00000094     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_startI)
                      00047d60    00000094     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_sleep)
                      00047df4    00000094     OneLib.a : gatt_server.o (.text)
                      00047e88    00000094              : ll.o (.text)
                      00047f1c    00000094              : ll_common.o (.text)
                      00047fb0    00000094              : ll_scheduler.o (.text)
                      00048044    00000092              : gap_task.o (.text)
                      000480d6    00000002     rom_init.o (.text.MAP_llCoexSetParams)
                      000480d8    00000090     osal_icall_ble.o (.text.osalInitTasks)
                      00048168    00000090     OneLib.a : ll.o (.text)
                      000481f8    00000090              : ll_ae.o (.text)
                      00048288    0000008c     drivers_cc26x2.a : GPIOCC26XX.c.obj (.text.GPIO_setConfig)
                      00048314    0000008c                      : TRNGCC26XX.c.obj (.text.TRNG_construct)
                      000483a0    0000008c     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_init)
                      0004842c    00000088     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_cmdDispatchTime)
                      000484b4    00000088                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_discardPendCmd)
                      0004853c    00000088     OneLib.a : ll_isr.o (.text)
                      000485c4    00000088     StackWrapper.a : osal_cbtimer.o (.text)
                      0004864c    00000084     icall.o (.text.ICall_setTimer)
                      000486d0    00000084     nvocmp.o (.text.NVOCMP_readHeader)
                      00048754    00000084     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_getInfo)
                      000487d8    00000084     OneLib.a : ll_ae.o (.text)
                      0004885c    00000080     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.text.AESCTR_hwiFxn)
                      000488dc    00000080     driverlib.lib : sys_ctrl.o (.text.NOROM_SysCtrlSetRechargeBeforePowerDown)
                      0004895c    00000080     NVSCC26XX.o (.text.doErase)
                      000489dc    00000080     oad.o (.text.oadResetState)
                      00048a5c    00000080     oad.o (.text.oadSendNotification)
                      00048adc    00000080     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_initNVIC)
                      00048b5c    00000080     ti_sysbios_config.o (.text.ti_sysbios_gates_GateMutexPri_enter)
                      00048bdc    00000080     OneLib.a : ll_enc.o (.text)
                      00048c5c    0000007e     driverlib.lib : chipinfo.o (.text.NOROM_ChipInfo_GetChipType)
                      00048cda    0000007e     OneLib.a : gap_task.o (.text)
                      00048d58    0000007c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_ratDisableChannel)
                      00048dd4    0000007c     icall.o (.text.icall_directAPI)
                      00048e50    0000007c     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_postInit)
                      00048ecc    0000007c     OneLib.a : ll_common.o (.text)
                      00048f48    0000007c     StackWrapper.a : gapbondmgr.o (.text)
                      00048fc4    0000007a     OneLib.a : gattservapp.o (.text)
                      0004903e    00000002     rom_init.o (.text.MAP_llCoexUpdateCounters)
                      00049040    00000078     icall.o (.text.ICall_heapInit)
                      000490b8    00000078     driverlib.lib : osc.o (.text.NOROM_OSCHF_SwitchToRcOscTurnOffXosc)
                      00049130    00000078                   : osc.o (.text.NOROM_OSC_CapArrayAdjustWorkaround_Boot)
                      000491a8    00000078     NVSCC26XX.o (.text.NVSCC26XX_open)
                      00049220    00000078     oad_persistent_app.o (.text.OadPersistApp_processParamUpdate)
                      00049298    00000078     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_ratFreeChannel)
                      00049310    00000078     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_postInit)
                      00049388    00000078     OneLib.a : gap_linkmgr.o (.text)
                      00049400    00000078              : l2cap_task.o (.text)
                      00049478    00000078              : ll_common.o (.text)
                      000494f0    00000078     StackWrapper.a : osal_cbtimer.o (.text)
                      00049568    00000076     OneLib.a : ll_common.o (.text)
                      000495de    00000076     StackWrapper.a : gap.o (.text)
                      00049654    00000074     drivers_cc26x2.a : AESCTRDRBGXX.c.obj (.text.AESCTRDRBGXX_updateState)
                      000496c8    00000074                      : ECDHCC26X2.c.obj (.text.ECDHCC26X2_getKeyResult)
                      0004973c    00000074     nvocmp.o (.text.NVOCMP_readItemApi)
                      000497b0    00000074     drivers_cc26x2.a : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_updateSubSecInc)
                      00049824    00000074     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_hwiHw)
                      00049898    00000074     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_restoreHwi)
                      0004990c    00000074     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_startup)
                      00049980    00000074     OneLib.a : ll_enc.o (.text)
                      000499f4    00000070     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_cleanup)
                      00049a64    00000070                      : AESCTRCC26XX.c.obj (.text.AESCTR_construct)
                      00049ad4    00000070     icall_cc2650.o (.text.ICallPlatform_pwrUpdActivityCounter)
                      00049b44    00000070     icall.o (.text.ICall_createRemoteTasksAtRuntime)
                      00049bb4    00000070     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_Instance_init)
                      00049c24    00000070     OneLib.a : gatt_server.o (.text)
                      00049c94    00000070              : ll_ae.o (.text)
                      00049d04    00000070              : ll_common.o (.text)
                      00049d74    00000070              : ll_enc.o (.text)
                      00049de4    00000070     StackWrapper.a : osal.o (.text)
                      00049e54    0000006e     OneLib.a : gatt_server.o (.text)
                      00049ec2    00000002     rom_init.o (.text.MAP_llDmmDynamicFree)
                      00049ec4    0000006c     icall.o (.text.ICall_wait)
                      00049f30    0000006c     nvocmp.o (.text.NVOCMP_eraseNvApi)
                      00049f9c    0000006c     nvocmp.o (.text.NVOCMP_writeItemApi)
                      0004a008    0000006c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_issueRadioFreeCb)
                      0004a074    0000006c     drivers_cc26x2.a : Random.c.obj (.text.Random_seedAutomatic)
                      0004a0e0    0000006c     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_dispatchC)
                      0004a14c    0000006c     OneLib.a : ll_isr.o (.text)
                      0004a1b8    0000006c     StackWrapper.a : osal_cbtimer.o (.text)
                      0004a224    0000006a     nvocmp.o (.text.NVOCMP_verifyCRC)
                      0004a28e    0000006a     libc.a : copy_decompress_lzss.c.obj (.text:decompress:lzss)
                      0004a2f8    00000068     drivers_cc26x2.a : AESECBCC26XX.c.obj (.text.AESECB_construct)
                      0004a360    00000068                      : AESECBCC26XX.c.obj (.text.AESECB_hwiFxn)
                      0004a3c8    00000068     icall.o (.text.ICall_enrollService)
                      0004a430    00000068     icall.o (.text.ICall_send)
                      0004a498    00000068     icall.o (.text.ICall_sendServiceComplete)
                      0004a500    00000068     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_detachOverrides)
                      0004a568    00000068     ti_sysbios_config.o (.text.ti_sysbios_knl_Event_post)
                      0004a5d0    00000068     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_run)
                      0004a638    00000068     OneLib.a : gap_task.o (.text)
                      0004a6a0    00000068              : gattservapp.o (.text)
                      0004a708    00000068              : ll.o (.text)
                      0004a770    00000068              : ll_ae.o (.text)
                      0004a7d8    00000068     StackWrapper.a : osal_timers.o (.text)
                      0004a840    00000066     OneLib.a : ll_common.o (.text)
                      0004a8a6    00000066     StackWrapper.a : icall_lite_translation.o (.text)
                      0004a90c    00000064     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_hwiFxn)
                      0004a970    00000064     main.o (.text.AssertHandler)
                      0004a9d4    00000064     drivers_cc26x2.a : PowerCC26X2_calibrateRCOSC.c.obj (.text.PowerCC26X2_initiateCalibration)
                      0004aa38    00000064     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_attachOverrides)
                      0004aa9c    00000064                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_dispatchNextEvent)
                      0004ab00    00000064                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_hwiCpe0PowerFsm)
                      0004ab64    00000064     oad.o (.text.oadFindCurrentImageHdr)
                      0004abc8    00000064     oad.o (.text.oadValidateCandidateHdr)
                      0004ac2c    00000064     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.oscillatorISR)
                      0004ac90    00000064     ti_sysbios_config.o (.text.ti_sysbios_gates_GateMutexPri_leave)
                      0004acf4    00000064     ti_sysbios_config.o (.text.ti_sysbios_knl_Idle_init)
                      0004ad58    00000064     ti_sysbios_config.o (.text.ti_sysbios_knl_TaskSupport_buildTaskStack)
                      0004adbc    00000064     OneLib.a : gapgattserver.o (.text)
                      0004ae20    00000064              : gattservapp.o (.text)
                      0004ae84    00000064              : ll_isr.o (.text)
                      0004aee8    00000064              : ll_scheduler.o (.text)
                      0004af4c    00000062     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_syncCb)
                      0004afae    00000002     rom_init.o (.text.MAP_llDmmSetThreshold)
                      0004afb0    00000060     drivers_cc26x2.a : CryptoResourceCC26XX.c.obj (.text.CryptoResourceCC26XX_constructRTOSObjects)
                      0004b010    00000060     nvocmp.o (.text.NVOCMP_checkItem)
                      0004b070    00000060     drivers_cc26x2.a : PKAResourceCC26XX.c.obj (.text.PKAResourceCC26XX_constructRTOSObjects)
                      0004b0d0    00000060     main.o (.text.main)
                      0004b130    00000060     osal_icall_ble.o (.text.stack_main)
                      0004b190    00000060     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_walkQueueDynamic)
                      0004b1f0    00000060     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_post)
                      0004b250    00000060     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_schedule)
                      0004b2b0    00000060     OneLib.a : ll_ae.o (.text)
                      0004b310    00000060              : ll_ae.o (.text)
                      0004b370    00000060              : ll_common.o (.text)
                      0004b3d0    00000060              : sm_pairing.o (.text)
                      0004b430    00000060     StackWrapper.a : gapbondmgr.o (.text)
                      0004b490    0000005e     rf_multiMode_cc26x2.a : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCAnaDivTxOverride)
                      0004b4ee    0000005e     OneLib.a : ll_common.o (.text)
                      0004b54c    0000005c     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNGCC26XX_startTrng)
                      0004b5a8    0000005c     rf_multiMode_cc26x2.a : rf_patch_mce_bt5.c.cc26x2.ticlang.o (.text.rf_patch_mce_bt5)
                      0004b604    0000005c     OneLib.a : gap_perilinkmgr.o (.text)
                      0004b660    0000005c              : ll_scheduler.o (.text)
                      0004b6bc    0000005c              : sm_intpairing.o (.text)
                      0004b718    0000005c              : sm_rsppairing.o (.text)
                      0004b774    0000005a              : hci.o (.text)
                      0004b7ce    00000002     rom_init.o (.text.MAP_llHealthUpdate)
                      0004b7d0    00000058     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDH_construct)
                      0004b828    00000058     icall.o (.text.HEAPMGR_GETLARGESTFREEBUF)
                      0004b880    00000058     icall.o (.text.ICall_fetchMsg)
                      0004b8d8    00000058     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_applyRfCorePatch)
                      0004b930    00000058     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNG_init)
                      0004b988    00000058     sysbios.a : Hwi_asm_switch_gnu.obj (.text.ti_sysbios_family_arm_m3_Hwi_initStacks)
                      0004b9e0    00000058     OneLib.a : ll_ae.o (.text)
                      0004ba38    00000058              : ll_common.o (.text)
                      0004ba90    00000058              : ll_enc.o (.text)
                      0004bae8    00000058              : ll_isr.o (.text)
                      0004bb40    00000058              : sm_pairing.o (.text)
                      0004bb98    00000058     StackWrapper.a : sm_ecc.o (.text)
                      0004bbf0    00000056     drivers_cc26x2.a : StructRingBuf.c.obj (.text.StructRingBuf_put)
                      0004bc46    00000002     rom_init.o (.text.MAP_llMaster_TaskEnd)
                      0004bc48    00000054     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_construct)
                      0004bc9c    00000054     icall.o (.text.ICall_registerApp)
                      0004bcf0    00000054     nvocmp.o (.text.NVOCMP_compactNvApi)
                      0004bd44    00000054     nvocmp.o (.text.NVOCMP_getDstPage)
                      0004bd98    00000054     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_fsmXOSCState)
                      0004bdec    00000054                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_getCurrentTime)
                      0004be40    00000054     util.o (.text.Util_constructClock)
                      0004be94    00000054     OneLib.a : gattservapp.o (.text)
                      0004bee8    00000054              : hci_event.o (.text)
                      0004bf3c    00000054              : linkdb.o (.text)
                      0004bf90    00000054              : ll.o (.text)
                      0004bfe4    00000054              : ll_ae.o (.text)
                      0004c038    00000054     StackWrapper.a : osal_bufmgr.o (.text)
                      0004c08c    00000052     driverlib.lib : chipinfo.o (.text.NOROM_ChipInfo_GetHwRevision)
                      0004c0de    00000052     OneLib.a : gap_centlinkmgr.o (.text)
                      0004c130    00000050     ti_drivers_config.o (.text.Board_shutDownExtFlash)
                      0004c180    00000050     nvocmp.o (.text.NVOCMP_loadApiPtrsMin)
                      0004c1d0    00000050     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_wakeupNotification)
                      0004c220    00000050     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_post)
                      0004c270    00000050     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_runLoop)
                      0004c2c0    00000050     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_schedule)
                      0004c310    00000050     OneLib.a : gap_perilinkmgr.o (.text)
                      0004c360    00000050              : gap_scanner.o (.text)
                      0004c3b0    00000050              : hci_tl.o (.text)
                      0004c400    00000050              : ll_common.o (.text)
                      0004c450    00000050              : ll_enc.o (.text)
                      0004c4a0    00000050     StackWrapper.a : gattservapp_util.o (.text)
                      0004c4f0    00000050                    : osal.o (.text)
                      0004c540    00000050                    : osal_clock.o (.text)
                      0004c590    0000004e     ti_drivers_config.o (.text.Board_sendExtFlashByte)
                      0004c5de    0000004e     nvocmp.o (.text.NVOCMP_readItem)
                      0004c62c    0000004e     StackWrapper.a : gap.o (.text)
                      0004c67a    0000004c     drivers_cc26x2.a : AESECBCC26XX.c.obj (.text.AESECB_startOperation)
                      0004c6c6    00000002     rom_init.o (.text.MAP_llPeriodicAdv_PostProcess)
                      0004c6c8    0000004c     ti_sysbios_config.o (.text.BIOS_startFunc)
                      0004c714    0000004c     drivers_cc26x2.a : CryptoUtils.c.obj (.text.CryptoUtils_reverseCopyPad)
                      0004c760    0000004c     icall.o (.text.ICall_newTask)
                      0004c7ac    0000004c     driverlib.lib : osc.o (.text.NOROM_OSC_HPOSCRelativeFrequencyOffsetGet)
                      0004c7f8    0000004c     nvocmp.o (.text.NVOCMP_setItemInactive)
                      0004c844    0000004c     NVSCC26XX.o (.text.NVSCC26XX_init)
                      0004c890    0000004c     NVSCC26XX.o (.text.NVSCC26XX_read)
                      0004c8dc    0000004c     drivers_cc26x2.a : StructRingBuf.c.obj (.text.StructRingBuf_get)
                      0004c928    0000004c     rf_multiMode_cc26x2.a : rf_patch_cpe_bt5.c.cc26x2.ticlang.o (.text.configureBt5Patch)
                      0004c974    0000004c     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.switchXOSCHF)
                      0004c9c0    0000004c     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_Instance_init)
                      0004ca0c    0000004c     ti_sysbios_config.o (.text.ti_sysbios_runtime_Startup_exec)
                      0004ca58    0000004c     OneLib.a : ble.o (.text)
                      0004caa4    0000004c              : ll_scheduler.o (.text)
                      0004caf0    0000004c              : ll_scheduler.o (.text)
                      0004cb3c    00000048     driverlib.lib : aux_sysif.o (.text.NOROM_AUXSYSIFOpModeChange)
                      0004cb84    00000048     rf_multiMode_cc26x2.a : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCSynthPowerDown)
                      0004cbcc    00000048     NVS.o (.text.NVS_open)
                      0004cc14    00000048     oad_persistent_app.o (.text.OadPersistApp_clearConnListEntry)
                      0004cc5c    00000048     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.PowerCC26XX_switchXOSC_HF)
                      0004cca4    00000048     oad.o (.text.oadEnqueueMsg)
                      0004ccec    00000048     ti_sysbios_config.o (.text.ti_sysbios_family_arm_cc26xx_Timer_start)
                      0004cd34    00000048     OneLib.a : att_util.o (.text)
                      0004cd7c    00000048              : gattservapp.o (.text)
                      0004cdc4    00000048              : ll.o (.text)
                      0004ce0c    00000048              : ll.o (.text)
                      0004ce54    00000048              : ll_common.o (.text)
                      0004ce9c    00000048              : ll_common.o (.text)
                      0004cee4    00000044     ti_sysbios_config.o (.text.BIOS_atExitFunc)
                      0004cf28    00000044     drivers_cc26x2.a : GPIOCC26X2.c.obj (.text.GPIO_hwiIntFxn)
                      0004cf6c    00000044     icall.o (.text.ICall_getEntityId)
                      0004cfb0    00000044     driverlib.lib : prcm.o (.text.NOROM_PRCMPowerDomainsAllOff)
                      0004cff4    00000044                   : prcm.o (.text.NOROM_PRCMPowerDomainsAllOn)
                      0004d038    00000044     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_cmdGet)
                      0004d07c    00000044                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_updatePowerupDuration)
                      0004d0c0    00000044     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_Instance_finalize)
                      0004d104    00000044     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_construct2)
                      0004d148    00000044     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_disableInterrupt)
                      0004d18c    00000044     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_enableInterrupt)
                      0004d1d0    00000044     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_restore)
                      0004d214    00000044     OneLib.a : ll.o (.text)
                      0004d258    00000044              : ll.o (.text)
                      0004d29c    00000044              : ll_ae.o (.text)
                      0004d2e0    00000044              : ll_ae.o (.text)
                      0004d324    00000044              : ll_common.o (.text)
                      0004d368    00000044     StackWrapper.a : osal.o (.text)
                      0004d3ac    00000044                    : osal_timers.o (.text)
                      0004d3f0    00000042     oad_persistent_app.o (.text.OadPersistApp_passcodeCb)
                      0004d432    00000042     OneLib.a : ll.o (.text)
                      0004d474    00000042              : ll_common.o (.text)
                      0004d4b6    00000040     drivers_cc26x2.a : AESCTRDRBGXX.c.obj (.text.AESCTRDRBGXX_addBigendCounter)
                      0004d4f6    00000002     rom_init.o (.text.MAP_llProcessPeriodicScanRxFIFO)
                      0004d4f8    00000040     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDHCC26X2_waitForResult)
                      0004d538    00000040     icall.o (.text.ICall_setTimerMSecs)
                      0004d578    00000040     drivers_cc26x2.a : PowerCC26X2_calibrateRCOSC.c.obj (.text.PowerCC26X2_RCOSC_clockFunc)
                      0004d5b8    00000040                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_setAclkRefSrc)
                      0004d5f8    00000040     util.o (.text.Util_rescheduleClock)
                      0004d638    00000040     NVSCC26XX.o (.text.disableFlashCache)
                      0004d678    00000040     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_getTicksUntilInterrupt)
                      0004d6b8    00000040     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_exit)
                      0004d6f8    00000040     OneLib.a : gap_configmgr.o (.text)
                      0004d738    00000040              : gattservapp.o (.text)
                      0004d778    00000040              : linkdb.o (.text)
                      0004d7b8    00000040              : ll_common.o (.text)
                      0004d7f8    00000040              : ll_common.o (.text)
                      0004d838    00000040              : sm_intpairing.o (.text)
                      0004d878    00000040     StackWrapper.a : osal.o (.text)
                      0004d8b8    00000040                    : osal_bufmgr.o (.text)
                      0004d8f8    00000040                    : osal_bufmgr.o (.text)
                      0004d938    00000040                    : osal_timers.o (.text)
                      0004d978    0000003e     OneLib.a : ll_common.o (.text)
                      0004d9b6    00000002     rom_init.o (.text.MAP_llSetPeriodicSyncInfo)
                      0004d9b8    0000003c     drivers_cc26x2.a : GPIO.c.obj (.text.GPIO_resetConfig)
                      0004d9f4    0000003c     ti_sysbios_config.o (.text.HwiP_construct)
                      0004da30    0000003c     icall.o (.text.ICall_dispatch)
                      0004da6c    0000003c     driverlib.lib : sys_ctrl.o (.text.NOROM_SysCtrlIdle)
                      0004daa8    0000003c     nvocmp.o (.text.NVOCMP_getFreeNvApi)
                      0004dae4    0000003c     oad.o (.text.OAD_setBlockSize)
                      0004db20    0000003c     drivers_cc26x2.a : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_setTdcClkSrc24M)
                      0004db5c    0000003c     ti_sysbios_config.o (.text.ti_sysbios_family_arm_cc26xx_Timer_periodicStub)
                      0004db98    0000003c     ti_sysbios_config.o (.text.ti_sysbios_family_arm_cc26xx_Timer_setThreshold)
                      0004dbd4    0000003c     ti_sysbios_config.o (.text.ti_sysbios_heaps_HeapCallback_construct)
                      0004dc10    0000003c     ti_sysbios_config.o (.text.ti_sysbios_knl_ClockSupport_init)
                      0004dc4c    0000003c     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_blockI)
                      0004dc88    0000003c     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_create)
                      0004dcc4    0000003c     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_restore)
                      0004dd00    0000003c     ti_sysbios_config.o (.text.ti_sysbios_runtime_Memory_alloc)
                      0004dd3c    0000003c     OneLib.a : gap_linkmgr.o (.text)
                      0004dd78    0000003c              : gattservapp.o (.text)
                      0004ddb4    0000003c              : gattservapp.o (.text)
                      0004ddf0    0000003c              : gattservapp.o (.text)
                      0004de2c    0000003c              : hci_event.o (.text)
                      0004de68    0000003c              : hci_tl.o (.text)
                      0004dea4    0000003c              : linkdb.o (.text)
                      0004dee0    0000003c              : ll_ae.o (.text)
                      0004df1c    0000003c     StackWrapper.a : osal.o (.text)
                      0004df58    0000003c                    : osal.o (.text)
                      0004df94    0000003c                    : osal.o (.text)
                      0004dfd0    0000003c                    : osal_timers.o (.text)
                      0004e00c    0000003c                    : sm_ecc.o (.text)
                      0004e048    0000003a     drivers_cc26x2.a : CryptoUtils.c.obj (.text.CryptoUtils_copyPad)
                      0004e082    0000003a     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_checkStacks)
                      0004e0bc    0000003a     StackWrapper.a : osal.o (.text)
                      0004e0f6    00000002     rom_init.o (.text.MAP_llTerminatePeriodicScan)
                      0004e0f8    00000038     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.text.AESCTR_cleanup)
                      0004e130    00000038                      : AESECBCC26XX.c.obj (.text.AESECB_cleanup)
                      0004e168    00000038     icall.o (.text.ICall_heapFree)
                      0004e1a0    00000038     icall.o (.text.ICall_searchServiceEntity)
                      0004e1d8    00000038     nvocmp.o (.text.NVOCMP_disableCache)
                      0004e210    00000038     nvocmp.o (.text.NVOCMP_write)
                      0004e248    00000038     oad_persistent_app.o (.text.OadPersistApp_createTask)
                      0004e280    00000038     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_oscDisableQualifiers)
                      0004e2b8    00000038                      : Random.c.obj (.text.Random_getNumber)
                      0004e2f0    00000038     rf_multiMode_cc26x2.a : rf_patch_cpe_bt5.c.cc26x2.ticlang.o (.text.rf_patch_cpe_bt5)
                      0004e328    00000038     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_processVitalTaskFlag)
                      0004e360    00000038     OneLib.a : hci.o (.text)
                      0004e398    00000038              : linkdb.o (.text)
                      0004e3d0    00000038              : ll_ae.o (.text)
                      0004e408    00000038              : ll_ae.o (.text)
                      0004e440    00000038              : ll_scheduler.o (.text)
                      0004e478    00000038              : sm_rsppairing.o (.text)
                      0004e4b0    00000038     StackWrapper.a : gattservapp_util.o (.text)
                      0004e4e8    00000038                    : osal_timers.o (.text)
                      0004e520    00000038     libc.a : autoinit.c.obj (.text:__TI_auto_init_nobinit_nopinit)
                      0004e558    00000036     drivers_cc26x2.a : CryptoUtils.c.obj (.text.CryptoUtils_buffersMatch)
                      0004e58e    00000036     icall.o (.text.ICall_fetchServiceMsg)
                      0004e5c4    00000036     StackWrapper.a : ble_dispatch_lite.o (.text)
                      0004e5fa    00000002     rom_init.o (.text.MAP_llUpdateCteState)
                      0004e5fc    00000034     icall.o (.text.ICall_searchTask)
                      0004e630    00000034     nvocmp.o (.text.NVOCMP_changePageState)
                      0004e664    00000034     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_releaseConstraint)
                      0004e698    00000034     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_powerConstraintRelease)
                      0004e6cc    00000034                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_runDirectImmediateCmd)
                      0004e700    00000034     ti_sysbios_config.o (.text.SwiP_construct)
                      0004e734    00000034     util.o (.text.Util_enqueueMsg)
                      0004e768    00000034     ti_sysbios_config.o (.text._pthread_cleanupFxn)
                      0004e79c    00000034     flash_interface_int_rtos_NVS.o (.text.eraseFlashPg)
                      0004e7d0    00000034     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_getStackInfo)
                      0004e804    00000034     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_init)
                      0004e838    00000034     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_Instance_init)
                      0004e86c    00000034     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_unblockI)
                      0004e8a0    00000034     ti_sysbios_config.o (.text.ti_sysbios_runtime_Error_raiseX)
                      0004e8d4    00000034     flash_interface_int_rtos_NVS.o (.text.writeFlash)
                      0004e908    00000034     flash_interface_int_rtos_NVS.o (.text.writeFlashPg)
                      0004e93c    00000034     OneLib.a : hci.o (.text)
                      0004e970    00000034              : ll_ae.o (.text)
                      0004e9a4    00000034              : ll_enc.o (.text)
                      0004e9d8    00000034              : ll_scheduler.o (.text)
                      0004ea0c    00000034              : ll_scheduler.o (.text)
                      0004ea40    00000034     StackWrapper.a : gapbondmgr.o (.text)
                      0004ea74    00000034                    : icall_startup.o (.text)
                      0004eaa8    00000034     sysbios.a : boot_cortex_m.obj (.text:_c_int00)
                      0004eadc    00000032     ti_sysbios_config.o (.text.ti_sysbios_knl_Event_pendTimeout)
                      0004eb0e    00000032     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_pendTimeout)
                      0004eb40    00000030     ti_sysbios_config.o (.text.BIOS_init)
                      0004eb70    00000030     ti_drivers_config.o (.text.Board_wakeUpExtFlash)
                      0004eba0    00000030     ti_sysbios_config.o (.text.ClockP_construct)
                      0004ebd0    00000030     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDHCC26X2_getKeyResultMontgomery)
                      0004ec00    00000030     icall.o (.text.ICall_primEntityId2ServiceId)
                      0004ec30    00000030     NVSCC26XX.o (.text.NVSCC26XX_erase)
                      0004ec60    00000030     oad_persistent_app.o (.text.OadPersistApp_enqueueMsg)
                      0004ec90    00000030     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_setConstraint)
                      0004ecc0    00000030     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_checkCmdFsError)
                      0004ecf0    00000030     rom_init.o (.text.ROM_Init)
                      0004ed20    00000030     flash_interface_int_rtos_NVS.o (.text.flash_open)
                      0004ed50    00000030     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.notify)
                      0004ed80    00000030     oad.o (.text.oadEraseExtFlashPages)
                      0004edb0    00000030     oad.o (.text.oadGetNextBlockReq)
                      0004ede0    00000030     oad.o (.text.oadInactivityTimeout)
                      0004ee10    00000030     flash_interface_int_rtos_NVS.o (.text.readFlash)
                      0004ee40    00000030     flash_interface_int_rtos_NVS.o (.text.readFlashPg)
                      0004ee70    00000030     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_excHandlerMin)
                      0004eea0    00000030     ti_sysbios_config.o (.text.ti_sysbios_knl_TaskSupport_start)
                      0004eed0    00000030     ti_sysbios_config.o (.text.ti_sysbios_runtime_System_atexit)
                      0004ef00    00000030     ti_sysbios_config.o (.text.ti_sysbios_runtime_System_processAtExit)
                      0004ef30    00000030     OneLib.a : gattservapp.o (.text)
                      0004ef60    00000030              : ll_scheduler.o (.text)
                      0004ef90    00000030     StackWrapper.a : osal_timers.o (.text)
                      0004efc0    0000002e     driverlib.lib : chipinfo.o (.text.NOROM_ThisLibraryIsFor_CC13x2_CC26x2_HwRev20AndLater_HaltIfViolated)
                      0004efee    0000002e     oad_persistent_app.o (.text.OadPersistApp_pairStateCb)
                      0004f01c    0000002e     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_calculateDeltaTimeUs)
                      0004f04a    0000002e     OneLib.a : gattservapp.o (.text)
                      0004f078    0000002c     icall_cc2650.o (.text.ICallPlatform_pwrDispenseImpl)
                      0004f0a4    0000002c     icall_cc2650.o (.text.ICallPlatform_pwrRequireImpl)
                      0004f0d0    0000002c     icall.o (.text.ICall_getLocalMsgEntityId)
                      0004f0fc    0000002c     icall.o (.text.ICall_init)
                      0004f128    0000002c     nvocmp.o (.text.NVOCMP_setCompactHdr)
                      0004f154    0000002c     NVS.o (.text.NVS_init)
                      0004f180    0000002c     oad_persistent_app.o (.text.OadPersistApp_clockHandler)
                      0004f1ac    0000002c     ti_sysbios_config.o (.text.PowerCC26XX_schedulerDisable)
                      0004f1d8    0000002c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_executeDirectImmediateCmd)
                      0004f204    0000002c     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNGCC26XX_stopTrng)
                      0004f230    0000002c     ti_sysbios_config.o (.text._pthread_delete)
                      0004f25c    0000002c     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_getTicks)
                      0004f288    0000002c     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_getTimeout)
                      0004f2b4    0000002c     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_setPri)
                      0004f2e0    0000002c     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_restoreHwi)
                      0004f30c    0000002c     OneLib.a : gatt_task.o (.text)
                      0004f338    0000002c              : gattservapp.o (.text)
                      0004f364    0000002c     StackWrapper.a : hal_assert.o (.text)
                      0004f390    0000002c                    : osal_bufmgr.o (.text)
                      0004f3bc    0000002a     driverlib.lib : osc.o (.text.NOROM_OSCHF_TurnOnXosc)
                      0004f3e6    0000002a     oad_persistent_app.o (.text.OadPersistApp_advCallback)
                      0004f410    0000002a     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNG_generateKey)
                      0004f43a    0000002a     ti_sysbios_config.o (.text.ti_sysbios_family_arm_cc26xx_Timer_setNextTick)
                      0004f464    0000002a     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_allBlockedFunction)
                      0004f48e    00000002     rom_init.o (.text.MAP_llUpdatePeriodicAdvChainPacket)
                      0004f490    00000028     ti_sysbios_config.o (.text.BIOS_registerRTSLock)
                      0004f4b8    00000028     devinfoservice.o (.text.DevInfo_AddService)
                      0004f4e0    00000028     icall.o (.text.ICall_createRemoteTasks)
                      0004f508    00000028     icall.o (.text.ICall_getMaxMSecs)
                      0004f530    00000028     icall.o (.text.ICall_heapGetStats)
                      0004f558    00000028     icall.o (.text.ICall_sendServiceMsg)
                      0004f580    00000028     drivers_cc26x2.a : List.c.obj (.text.List_remove)
                      0004f5a8    00000028     driverlib.lib : chipinfo.o (.text.NOROM_ChipInfo_GetChipFamily)
                      0004f5d0    00000028     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.PowerCC26XX_isStableXOSC_HF)
                      0004f5f8    00000028     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_cmdStoreEvents)
                      0004f620    00000028     sysbios.a : Hwi_asm_gnu.obj (.text.ti_sysbios_family_arm_m3_Hwi_excHandlerAsm)
                      0004f648    00000028     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_Instance_init)
                      0004f670    00000028     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_init)
                      0004f698    00000028     sysbios.a : TaskSupport_asm_gnu.obj (.text.ti_sysbios_knl_TaskSupport_swap)
                      0004f6c0    00000028     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_construct)
                      0004f6e8    00000028     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_init)
                      0004f710    00000028     OneLib.a : gattservapp.o (.text)
                      0004f738    00000028              : ll_common.o (.text)
                      0004f760    00000028     StackWrapper.a : osal.o (.text)
                      0004f788    00000028                    : osal_snv_wrapper.o (.text)
                      0004f7b0    00000028                    : osal_snv_wrapper.o (.text)
                      0004f7d8    00000028                    : osal_snv_wrapper.o (.text)
                      0004f800    00000026     drivers_cc26x2.a : AESCTRDRBGXX.c.obj (.text.AESCTRDRBG_generateKey)
                      0004f826    00000026     icall.o (.text.ICall_msgEnqueue)
                      0004f84c    00000026     drivers_cc26x2.a : List.c.obj (.text.List_insert)
                      0004f872    00000026                      : List.c.obj (.text.List_putHead)
                      0004f898    00000026     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_runScheduleCmd)
                      0004f8be    00000026     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_create)
                      0004f8e4    00000026     StackWrapper.a : gattservapp_util.o (.text)
                      0004f90a    00000024     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.text.AESCTR_setOperationInProgress)
                      0004f92e    00000002     rf_multiMode_cc26x2.a : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCCpePatchReset)
                      0004f930    00000024     ti_sysbios_config.o (.text.BIOS_removeRTSLock)
                      0004f954    00000024     drivers_cc26x2.a : List.c.obj (.text.List_put)
                      0004f978    00000024                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_getOscHfSourceReady)
                      0004f99c    00000024                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_setSubSecIncToXoscLf)
                      0004f9c0    00000024                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_writeCtrim)
                      0004f9e4    00000024                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_writeCtrimFract)
                      0004fa08    00000024                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_writeCtrimFractEn)
                      0004fa2c    00000024                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_writeRtrim)
                      0004fa50    00000024                      : PowerCC26X2.c.obj (.text.Power_registerNotify)
                      0004fa74    00000024     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_clkPowerUp)
                      0004fa98    00000024                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_hwiCpe0ChangePhy)
                      0004fabc    00000024                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_isStateTransitionAllowed)
                      0004fae0    00000024                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_searchAndReplacePAOverride)
                      0004fb04    00000024     ti_sysbios_config.o (.text.SemaphoreP_createBinary)
                      0004fb28    00000024     NVSCC26XX.o (.text.restoreFlashCache)
                      0004fb4c    00000024     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_construct)
                      0004fb70    00000024     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_create)
                      0004fb94    00000024     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_destruct)
                      0004fbb8    00000024     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_enter)
                      0004fbdc    00000024     OneLib.a : gapgattserver.o (.text)
                      0004fc00    00000024              : gatt_server.o (.text)
                      0004fc24    00000024     StackWrapper.a : ble_dispatch_lite.o (.text)
                      0004fc48    00000024                    : gapbondmgr.o (.text)
                      0004fc6c    00000024                    : osal.o (.text)
                      0004fc90    00000024                    : osal.o (.text)
                      0004fcb4    00000024                    : osal_timers.o (.text)
                      0004fcd8    00000024                    : osal_timers.o (.text)
                      0004fcfc    00000022     drivers_cc26x2.a : List.c.obj (.text.List_get)
                      0004fd1e    00000022     oad.o (.text.OAD_getSWVersion)
                      0004fd40    00000022     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_queueEnd)
                      0004fd62    00000022     nvocmp.o (.text.memcmp)
                      0004fd84    00000022     ti_sysbios_config.o (.text.ti_sysbios_gates_GateMutexPri_insertPri)
                      0004fda6    00000022     OneLib.a : gatt_server.o (.text)
                      0004fdc8    00000020     driverlib.lib : aes.o (.text.AESReadNonAuthenticationModeIV)
                      0004fde8    00000020     crc32.o (.text.CRC32_value)
                      0004fe08    00000020     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDHCC26X2_internalCallbackFxn)
                      0004fe28    00000020     icall.o (.text.ICall_primRepostSync)
                      0004fe48    00000020     driverlib.lib : pka.o (.text.NOROM_PKAClearPkaRam)
                      0004fe68    00000020     rf_multiMode_cc26x2.a : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCDoorbellSendTo)
                      0004fe88    00000020                           : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCOverrideSearch)
                      0004fea8    00000020     NVSCC26XX.o (.text.NVSCC26XX_getAttrs)
                      0004fec8    00000020     oad_persistent_app.o (.text.OadPersistApp_getConnIndex)
                      0004fee8    00000020     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_disableTCXOQual)
                      0004ff08    00000020                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_enableTCXOQual)
                      0004ff28    00000020     ti_sysbios_config.o (.text.PowerCC26XX_schedulerRestore)
                      0004ff48    00000020     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_unregisterNotify)
                      0004ff68    00000020     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_cmdAlloc)
                      0004ff88    00000020                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_getRssi)
                      0004ffa8    00000020                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_invokeGlobalCallback)
                      0004ffc8    00000020                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_ratIsRunning)
                      0004ffe8    00000020                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_setTxPower)
                      00050008    00000020     ti_sysbios_config.o (.text.SemaphoreP_constructBinary)
                      00050028    00000020     flash_interface_int_rtos_NVS.o (.text.flash_close)
                      00050048    00000020     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_initStack)
                      00050068    00000020     ti_sysbios_config.o (.text.ti_sysbios_gates_GateMutexPri_Instance_init)
                      00050088    00000020     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_delete)
                      000500a8    00000020     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_delete)
                      000500c8    00000020     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_destruct)
                      000500e8    00000020     OneLib.a : gattservapp.o (.text)
                      00050108    00000020              : ll_isr.o (.text)
                      00050128    00000020              : ll_isr.o (.text)
                      00050148    00000020              : ll_isr.o (.text)
                      00050168    00000020              : ll_isr.o (.text)
                      00050188    00000020              : ll_rat.o (.text)
                      000501a8    00000020              : sm_intpairing.o (.text)
                      000501c8    00000020              : sm_rsppairing.o (.text)
                      000501e8    00000020     StackWrapper.a : gattservapp_util.o (.text)
                      00050208    00000020                    : osal_cbtimer.o (.text)
                      00050228    00000020                    : osal_snv_wrapper.o (.text)
                      00050248    0000001e     driverlib.lib : flash.o (.text.NOROM_FlashProgram)
                      00050266    0000001e                   : flash.o (.text.NOROM_FlashSectorErase)
                      00050284    0000001e     sysbios.a : Hwi_asm_switch_gnu.obj (.text.ti_sysbios_family_arm_m3_Hwi_switchAndRunFunc)
                      000502a2    0000001e     ti_sysbios_config.o (.text.ti_sysbios_gates_GateMutexPri_create)
                      000502c0    0000001e     ti_sysbios_config.o (.text.ti_sysbios_knl_Event_create)
                      000502de    0000001e     OneLib.a : hci_data.o (.text)
                      000502fc    0000001e     StackWrapper.a : osal.o (.text)
                      0005031a    0000001e                    : osal.o (.text)
                      00050338    0000001c     ti_sysbios_config.o (.text.BIOS_rtsLock)
                      00050354    0000001c     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDHCC26X2_formatCurve25519PrivateKeyScratch)
                      00050370    0000001c                      : ECDHCC26X2.c.obj (.text.ECDHCC26X2_waitForAccess)
                      0005038c    0000001c     ti_sysbios_config.o (.text.HwiP_setPriority)
                      000503a8    0000001c     icall.o (.text.ICall_enterCSImpl)
                      000503c4    0000001c     nvocmp.o (.text.NVOCMP_expectCompApi)
                      000503e0    0000001c     nvocmp.o (.text.NVOCMP_writeByte)
                      000503fc    0000001c     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.Power_getTransitionLatency)
                      00050418    0000001c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_clkInactivityCallback)
                      00050434    0000001c                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_getPAOverrideOffsetAndValue)
                      00050450    0000001c                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_powerConstraintSet)
                      0005046c    0000001c                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_swiFsm)
                      00050488    0000001c     crc.o (.text.crc_update)
                      000504a4    0000001c     oad.o (.text.memcmp)
                      000504c0    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_Instance_finalize)
                      000504dc    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_construct)
                      000504f8    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Event_checkEvents)
                      00050514    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Idle_run)
                      00050530    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Queue_get)
                      0005054c    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Queue_put)
                      00050568    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Semaphore_construct)
                      00050584    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_construct)
                      000505a0    0000001c     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_destruct)
                      000505bc    0000001c     OneLib.a : sm_pairing.o (.text)
                      000505d8    0000001c     StackWrapper.a : hal_assert.o (.text)
                      000505f4    0000001c                    : osal.o (.text)
                      00050610    0000001c                    : osal.o (.text)
                      0005062c    0000001c                    : osal_timers.o (.text)
                      00050648    0000001a     icall_cc2650.o (.text.ICallPlatform_pwrDispense)
                      00050662    0000001a     icall_cc2650.o (.text.ICallPlatform_pwrRequire)
                      0005067c    0000001a     oad_persistent_app.o (.text.OadPersistApp_connEvtCB)
                      00050696    0000001a     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_sleepTimeout)
                      000506b0    0000001a     OneLib.a : hci.o (.text)
                      000506ca    0000001a     StackWrapper.a : osal_list.o (.text)
                      000506e4    00000018     ti_sysbios_config.o (.text.BIOS_exitFunc)
                      000506fc    00000018     ti_sysbios_config.o (.text.BIOS_rtsUnlock)
                      00050714    00000018     drivers_cc26x2.a : CryptoResourceCC26XX.c.obj (.text.CryptoResourceCC26XX_acquireLock)
                      0005072c    00000018                      : CryptoUtils.c.obj (.text.CryptoUtils_reverseBufferBytewise)
                      00050744    00000018                      : GPIOCC26XX.c.obj (.text.GPIO_disableInt)
                      0005075c    00000018     icall.o (.text.ICall_heapMallocLimited)
                      00050774    00000018     NVSCC26XX.o (.text.NVSCC26XX_lock)
                      0005078c    00000018     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.PowerCC26XX_calibrate)
                      000507a4    00000018                      : PowerCC26X2.c.obj (.text.Power_idleFunc)
                      000507bc    00000018     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_cancelCmd)
                      000507d4    00000018                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_restartClockTimeout)
                      000507ec    00000018     util.o (.text.Util_dequeueMsg)
                      00050804    00000018     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_scheduleNextTick)
                      0005081c    00000018     ti_sysbios_config.o (.text.ti_sysbios_knl_Event_Instance_init)
                      00050834    00000018     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_construct2)
                      0005084c    00000018     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_or)
                      00050864    00000018     sysbios.a : TaskSupport_asm_gnu.obj (.text.ti_sysbios_knl_TaskSupport_glue)
                      0005087c    00000018     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_unblock)
                      00050894    00000018     OneLib.a : linkdb.o (.text)
                      000508ac    00000018              : ll.o (.text)
                      000508c4    00000018              : ll_common.o (.text)
                      000508dc    00000018     StackWrapper.a : ble_dispatch_lite.o (.text)
                      000508f4    00000018                    : osal.o (.text)
                      0005090c    00000018                    : osal.o (.text)
                      00050924    00000018                    : osal.o (.text)
                      0005093c    00000018                    : osal_pwrmgr.o (.text)
                      00050954    00000016     ti_drivers_config.o (.text.Board_init)
                      0005096a    00000016     ti_sysbios_config.o (.text.HwiP_setFunc)
                      00050980    00000016     drivers_cc26x2.a : List.c.obj (.text.List_clearList)
                      00050996    00000016     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_ratCompare)
                      000509ac    00000016     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNGCC26XX_startJob)
                      000509c2    00000016     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_start)
                      000509d8    00000016     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_block)
                      000509ee    00000016     OneLib.a : ll_isr.o (.text)
                      00050a04    00000016     StackWrapper.a : osal_list.o (.text)
                      00050a1a    00000002     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_defaultCallback)
                      00050a1c    00000014     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_init)
                      00050a30    00000014                      : AESCTRDRBGXX.c.obj (.text.AESCTRDRBG_init)
                      00050a44    00000014                      : AESCTRCC26XX.c.obj (.text.AESCTR_init)
                      00050a58    00000014                      : AESECBCC26XX.c.obj (.text.AESECB_init)
                      00050a6c    00000014     crc32.o (.text.CRC32_memCpy)
                      00050a80    00000014     drivers_cc26x2.a : ECDHCC26X2.c.obj (.text.ECDHCC26X2_convertReturnValue)
                      00050a94    00000014                      : ECDHCC26X2.c.obj (.text.ECDH_init)
                      00050aa8    00000014                      : GPIOCC26XX.c.obj (.text.GPIO_read)
                      00050abc    00000014     icall.o (.text.ICall_abort)
                      00050ad0    00000014     nvocmp.o (.text.OUTLINED_FUNCTION_0)
                      00050ae4    00000014     util.o (.text.OUTLINED_FUNCTION_0)
                      00050af8    00000014     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_dbellSyncOnAck)
                      00050b0c    00000014                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_flushCmd)
                      00050b20    00000014     rom_init.o (.text.ROM_Spinlock)
                      00050b34    00000014     ti_sysbios_config.o (.text.SwiP_disable)
                      00050b48    00000014     ti_sysbios_config.o (.text.SwiP_inISR)
                      00050b5c    00000014     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNG_close)
                      00050b70    00000014     libc.a : args_main.c.obj (.text._args_main)
                      00050b84    00000014     ble_user_config.o (.text.driverTable_fnSpinlock)
                      00050b98    00000014     flash_interface_int_rtos_NVS.o (.text.flash_init)
                      00050bac    00000014     oad_persistent_app.o (.text.simple_peripheral_spin)
                      00050bc0    00000014     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_switchFromBootStack)
                      00050bd4    00000014     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_disable)
                      00050be8    00000014     OneLib.a : ll_common.o (.text)
                      00050bfc    00000014              : ll_data.o (.text)
                      00050c10    00000014     StackWrapper.a : osal.o (.text)
                      00050c24    00000014                    : osal.o (.text)
                      00050c38    00000014                    : osal.o (.text)
                      00050c4c    00000014     libclang_rt.builtins.a : aeabi_memset.S.obj (.text)
                      00050c60    00000014                            : aeabi_uldivmod.S.obj (.text)
                      00050c74    00000012     icall.o (.text.ICall_pwrUpdActivityCounter)
                      00050c86    00000012     nvocmp.o (.text.NVOCMP_readByte)
                      00050c98    00000012     NVS.o (.text.NVS_write)
                      00050caa    00000012     oad.o (.text.OAD_evenBitCount)
                      00050cbc    00000012     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_getCmdOp)
                      00050cce    00000012     drivers_cc26x2.a : StructRingBuf.c.obj (.text.StructRingBuf_construct)
                      00050ce0    00000012     StackWrapper.a : ble_dispatch_lite.o (.text)
                      00050cf2    00000012                    : osal.o (.text)
                      00050d04    00000012     libc.a : memcpy_t2.S.obj (.text:TI_memcpy_small)
                      00050d16    00000002     libclang_rt.builtins.a : aeabi_div0.c.obj (.text.__aeabi_ldiv0)
                      00050d18    00000010     drivers_cc26x2.a : AESCCM.c.obj (.text.AESCCM_Params_init)
                      00050d28    00000010                      : AESCCM.c.obj (.text.AESCCM_open)
                      00050d38    00000010                      : AESCTRDRBG.c.obj (.text.AESCTRDRBG_open)
                      00050d48    00000010                      : AESCTR.c.obj (.text.AESCTR_Params_init)
                      00050d58    00000010                      : AESCTR.c.obj (.text.AESCTR_open)
                      00050d68    00000010                      : AESECB.c.obj (.text.AESECB_Params_init)
                      00050d78    00000010                      : AESECB.c.obj (.text.AESECB_open)
                      00050d88    00000010                      : ECDHCC26X2.c.obj (.text.ECDH_Params_init)
                      00050d98    00000010                      : ECDH.c.obj (.text.ECDH_open)
                      00050da8    00000010                      : GPIOCC26XX.c.obj (.text.GPIO_write)
                      00050db8    00000010     ti_sysbios_config.o (.text.HwiP_Params_init)
                      00050dc8    00000010     ti_sysbios_config.o (.text.HwiP_inISR)
                      00050dd8    00000010     ti_sysbios_config.o (.text.HwiP_post)
                      00050de8    00000010     rf_multiMode_cc26x2.a : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCCpeIntGetAndClear)
                      00050df8    00000010                           : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCHwIntGetAndClear)
                      00050e08    00000010     nvocmp.o (.text.NVOCMP_read)
                      00050e18    00000010     oad.o (.text.OAD_isUsrAppValid)
                      00050e28    00000010     oad_persistent_app.o (.text.OUTLINED_FUNCTION_1)
                      00050e38    00000010     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.OUTLINED_FUNCTION_1)
                      00050e48    00000010     oad_persistent_app.o (.text.OadPersistApp_processOadWriteCB)
                      00050e58    00000010     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_oscCtlClearXtal)
                      00050e68    00000010                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_prcmEnableCacheRetention)
                      00050e78    00000010                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_readCtrim)
                      00050e88    00000010                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_readCtrimFract)
                      00050e98    00000010                      : PowerCC26X2_calibrateRCOSC_helpers.c.obj (.text.PowerCC26X2_readRtrim)
                      00050ea8    00000010                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_switchToTCXO)
                      00050eb8    00000010     ti_sysbios_config.o (.text.SwiP_Params_init)
                      00050ec8    00000010     oad_persistent_app.o (.text.SysCtrlSystemReset)
                      00050ed8    00000010     drivers_cc26x2.a : TRNG.c.obj (.text.TRNG_Params_init)
                      00050ee8    00000010                      : TRNG.c.obj (.text.TRNG_open)
                      00050ef8    00000010     oad.o (.text.oadReadAttrCB)
                      00050f08    00000010     ti_sysbios_config.o (.text.ti_sysbios_family_arm_cc26xx_Timer_dynamicStub)
                      00050f18    00000010     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_excHandler)
                      00050f28    00000010     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_disable)
                      00050f38    00000010     OneLib.a : gap_perilinkmgr.o (.text)
                      00050f48    00000010              : ll_ae.o (.text)
                      00050f58    00000010              : ll_common.o (.text)
                      00050f68    00000010              : ll_common.o (.text)
                      00050f78    00000010              : ll_data.o (.text)
                      00050f88    00000010              : ll_isr.o (.text)
                      00050f98    00000010              : ll_isr.o (.text)
                      00050fa8    00000010              : ll_isr.o (.text)
                      00050fb8    00000010              : ll_isr.o (.text)
                      00050fc8    00000010              : ll_scheduler.o (.text)
                      00050fd8    00000010              : sm_task.o (.text)
                      00050fe8    00000010              : sm_task.o (.text)
                      00050ff8    00000010     StackWrapper.a : onboard.o (.text)
                      00051008    00000010                    : osal_memory_icall.o (.text)
                      00051018    00000010                    : osal_memory_icall.o (.text)
                      00051028    00000010                    : osal_memory_icall.o (.text)
                      00051038    00000010     libc.a : copy_zero_init.c.obj (.text:decompress:ZI)
                      00051048    0000000e     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.text.AESCTR_close)
                      00051056    0000000e     icall.o (.text.ICall_signal)
                      00051064    0000000e     NVS.o (.text.NVS_read)
                      00051072    0000000e     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.OUTLINED_FUNCTION_0)
                      00051080    0000000e     oad_persistent_app.o (.text.OUTLINED_FUNCTION_0)
                      0005108e    0000000e     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.OUTLINED_FUNCTION_0)
                      0005109c    0000000e                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.OUTLINED_FUNCTION_3)
                      000510aa    0000000e     drivers_cc26x2.a : StructRingBuf.c.obj (.text.StructRingBuf_isFull)
                      000510b8    0000000e     ti_sysbios_config.o (.text.SwiP_setPriority)
                      000510c6    0000000e     util.o (.text.Util_constructQueue)
                      000510d4    0000000e     libc.a : strlen.c.obj (.text.strlen)
                      000510e2    0000000e     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.switchToTCXO)
                      000510f0    0000000e     libc.a : memset_t2.S.obj (.text:TI_memset_small)
                      000510fe    0000000e            : copy_decompress_none.c.obj (.text:decompress:none)
                      0005110c    0000000c     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_close)
                      00051118    0000000c                      : AESCTRDRBG.c.obj (.text.AESCTRDRBG_Params_init)
                      00051124    0000000c                      : AESECB.c.obj (.text.AESECB_Operation_init)
                      00051130    0000000c                      : AESECBCC26XX.c.obj (.text.AESECB_close)
                      0005113c    0000000c     ti_sysbios_config.o (.text.BIOS_getThreadType)
                      00051148    0000000c     ti_sysbios_config.o (.text.BIOS_linkedWithIncorrectBootLibrary)
                      00051154    0000000c     ti_sysbios_config.o (.text.BIOS_start)
                      00051160    0000000c     drivers_cc26x2.a : CryptoKeyPlaintext.c.obj (.text.CryptoKeyPlaintext_initBlankKey)
                      0005116c    0000000c                      : CryptoKeyPlaintext.c.obj (.text.CryptoKeyPlaintext_initKey)
                      00051178    0000000c                      : CryptoResourceCC26XX.c.obj (.text.CryptoResourceCC26XX_releaseLock)
                      00051184    0000000c                      : ECDH.c.obj (.text.ECDH_OperationGeneratePublicKey_init)
                      00051190    0000000c                      : ECDHCC26X2.c.obj (.text.ECDH_close)
                      0005119c    0000000c     ti_sysbios_config.o (.text.HwiP_disable)
                      000511a8    0000000c     icall.o (.text.ICall_leaveCSImpl)
                      000511b4    0000000c     icall.o (.text.ICall_pwrDispense)
                      000511c0    0000000c     icall.o (.text.ICall_pwrRequire)
                      000511cc    0000000c     icall.o (.text.ICall_taskEntry)
                      000511d8    0000000c     driverlib.lib : cpu.o (.text.NOROM_CPUcpsid)
                      000511e4    0000000c                   : cpu.o (.text.NOROM_CPUcpsie)
                      000511f0    0000000c     nvocmp.o (.text.NVOCMP_doRAMCRC)
                      000511fc    0000000c     NVSCC26XX.o (.text.NVSCC26XX_unlock)
                      00051208    0000000c     oad.o (.text.OAD_getactiveCxnHandle)
                      00051214    0000000c     oad.o (.text.OAD_register)
                      00051220    0000000c     oad_persistent_app.o (.text.OUTLINED_FUNCTION_3)
                      0005122c    0000000c     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_oscClockSourceGet)
                      00051238    0000000c                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_setPeriphDeepSleepEnable)
                      00051244    0000000c                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_sysCtrlGetResetSource)
                      00051250    0000000c                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_sysCtrlVoltageConditionalControl)
                      0005125c    0000000c                      : PowerCC26X2.c.obj (.text.Power_getConstraintMask)
                      00051268    0000000c     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_Params_init)
                      00051274    0000000c     ble_user_config.o (.text.RegisterAssertCback)
                      00051280    0000000c     ti_sysbios_config.o (.text.SemaphoreP_delete)
                      0005128c    0000000c     ti_sysbios_config.o (.text.SwiP_getTrigger)
                      00051298    0000000c     libc.a : _lock.c.obj (.text._register_lock)
                      000512a4    0000000c            : _lock.c.obj (.text._register_unlock)
                      000512b0    0000000c     icall.o (.text.matchLiteCS)
                      000512bc    0000000c     icall.o (.text.osalHeapInitFxn)
                      000512c8    0000000c     ti_sysbios_config.o (.text.ti_sysbios_knl_ClockSupport_setNextTick)
                      000512d4    0000000c     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_tick)
                      000512e0    0000000c     ti_sysbios_config.o (.text.ti_sysbios_knl_Queue_empty)
                      000512ec    0000000c     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_Params_init)
                      000512f8    0000000c     ti_sysbios_config.o (.text.ti_sysbios_knl_Task_self)
                      00051304    0000000c     OneLib.a : gattservapp.o (.text)
                      00051310    0000000c              : hci_tl.o (.text)
                      0005131c    0000000c              : hci_tl.o (.text)
                      00051328    0000000c              : hci_tl.o (.text)
                      00051334    0000000c              : ll_ae.o (.text)
                      00051340    0000000c              : ll_scheduler.o (.text)
                      0005134c    0000000c              : ll_scheduler.o (.text)
                      00051358    0000000c              : sm_task.o (.text)
                      00051364    0000000c              : sm_task.o (.text)
                      00051370    0000000c     StackWrapper.a : ble_dispatch_lite.o (.text)
                      0005137c    0000000c                    : gattservapp_util.o (.text)
                      00051388    0000000c                    : osal.o (.text)
                      00051394    0000000c                    : osal.o (.text)
                      000513a0    0000000c                    : osal_cbtimer.o (.text)
                      000513ac    0000000c                    : osal_list.o (.text)
                      000513b8    0000000a     drivers_cc26x2.a : AESCCM.c.obj (.text.AESCCM_Operation_init)
                      000513c2    0000000a                      : AESCTRCC26XX.c.obj (.text.AESCTR_disableThreadSafety)
                      000513cc    0000000a                      : AESCTRCC26XX.c.obj (.text.AESCTR_enableThreadSafety)
                      000513d6    0000000a     ti_sysbios_config.o (.text.ClockP_Params_init)
                      000513e0    0000000a     drivers_cc26x2.a : ECDH.c.obj (.text.ECDH_OperationComputeSharedSecret_init)
                      000513ea    0000000a     icall.o (.text.ICall_stopTimer)
                      000513f4    0000000a     devinfoservice.o (.text.OUTLINED_FUNCTION_0)
                      000513fe    0000000a     nvocmp.o (.text.OUTLINED_FUNCTION_1)
                      00051408    0000000a     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.OUTLINED_FUNCTION_5)
                      00051412    0000000a     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_sysCtrlStandby)
                      0005141c    0000000a     ti_sysbios_config.o (.text.SemaphoreP_pend)
                      00051426    0000000a     icall.o (.text.osalHeapGetStatsFxn)
                      00051430    0000000a     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_Params_init)
                      0005143a    0000000a     OneLib.a : ll_enc.o (.text)
                      00051444    0000000a              : ll_isr.o (.text)
                      0005144e    00000008     driverlib.lib : cpu.o (.text.NOROM_CPUdelay)
                      00051456    00000008     NVSCC26XX.o (.text.NVSCC26XX_close)
                      0005145e    00000008     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.OUTLINED_FUNCTION_2)
                      00051466    00000008     oad_persistent_app.o (.text.OUTLINED_FUNCTION_4)
                      0005146e    00000008     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_oschfTrySwitchToXosc)
                      00051476    00000008     ti_sysbios_config.o (.text.ti_sysbios_runtime_System_exit)
                      0005147e    00000008     StackWrapper.a : osal_timers.o (.text)
                      00051486    00000006     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.text.AESCCM_oneStepDecrypt)
                      0005148c    00000006                      : AESCCMCC26XX.c.obj (.text.AESCCM_oneStepEncrypt)
                      00051492    00000006                      : AESCTRCC26XX.c.obj (.text.AESCTR_acquireLock)
                      00051498    00000006                      : AESCTRCC26XX.c.obj (.text.AESCTR_oneStepEncrypt)
                      0005149e    00000006                      : AESECBCC26XX.c.obj (.text.AESECB_oneStepDecrypt)
                      000514a4    00000006                      : AESECBCC26XX.c.obj (.text.AESECB_oneStepEncrypt)
                      000514aa    00000006     ti_sysbios_config.o (.text.ClockP_stop)
                      000514b0    00000006     ti_sysbios_config.o (.text.HwiP_restore)
                      000514b6    00000006     icall.o (.text.ICall_clockFunc)
                      000514bc    00000006     icall.o (.text.ICall_freeMsg)
                      000514c2    00000006     NVSCC26XX.o (.text.NVSCC26XX_control)
                      000514c8    00000006     NVS.o (.text.NVS_Params_init)
                      000514ce    00000006     NVS.o (.text.NVS_close)
                      000514d4    00000006     NVS.o (.text.NVS_erase)
                      000514da    00000006     NVS.o (.text.NVS_getAttrs)
                      000514e0    00000006     oad.o (.text.OUTLINED_FUNCTION_0)
                      000514e6    00000006     oad_persistent_app.o (.text.OUTLINED_FUNCTION_2)
                      000514ec    00000006     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.OUTLINED_FUNCTION_4)
                      000514f2    00000006                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_clkReqAccess)
                      000514f8    00000006                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_runDirectCmd)
                      000514fe    00000006                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_runImmediateCmd)
                      00051504    00000006     icall.o (.text.osalHeapAllocFxn)
                      0005150a    00000006     icall.o (.text.osalHeapFreeFxn)
                      00051510    00000006     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_destruct)
                      00051516    00000006     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_doSwiRestore)
                      0005151c    00000006     ti_sysbios_config.o (.text.ti_sysbios_family_arm_m3_Hwi_doTaskRestore)
                      00051522    00000006     ti_sysbios_config.o (.text.ti_sysbios_gates_GateMutexPri_Params_init)
                      00051528    00000006     ti_sysbios_config.o (.text.ti_sysbios_heaps_HeapCallback_alloc)
                      0005152e    00000006     ti_sysbios_config.o (.text.ti_sysbios_heaps_HeapCallback_free)
                      00051534    00000006     ti_sysbios_config.o (.text.ti_sysbios_heaps_HeapCallback_getStats)
                      0005153a    00000006     ti_sysbios_config.o (.text.ti_sysbios_heaps_HeapCallback_isBlocking)
                      00051540    00000006     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_stop)
                      00051546    00000006     ti_sysbios_config.o (.text.ti_sysbios_knl_Idle_loop)
                      0005154c    00000006     ti_sysbios_config.o (.text.ti_sysbios_knl_Queue_construct)
                      00051552    00000006     ti_sysbios_config.o (.text.ti_sysbios_knl_Swi_startup)
                      00051558    00000004     drivers_cc26x2.a : AESCTRDRBGXX.c.obj (.text.AESCTRDRBG_getBytes)
                      0005155c    00000004                      : AESCTRCC26XX.c.obj (.text.AESCTR_releaseLock)
                      00051560    00000004     ti_sysbios_config.o (.text.ClockP_destruct)
                      00051564    00000004     ti_sysbios_config.o (.text.ClockP_getSystemTickPeriod)
                      00051568    00000004     ti_sysbios_config.o (.text.ClockP_getTimeout)
                      0005156c    00000004     ti_sysbios_config.o (.text.ClockP_isActive)
                      00051570    00000004     ti_sysbios_config.o (.text.ClockP_setTimeout)
                      00051574    00000004     ti_sysbios_config.o (.text.ClockP_start)
                      00051578    00000004     rom_init.o (.text.HOOK_llProcessMasterControlPacket_hook)
                      0005157c    00000004     ti_sysbios_config.o (.text.HwiP_destruct)
                      00051580    00000004     ti_sysbios_config.o (.text.HwiP_enableInterrupt)
                      00051584    00000004     icall.o (.text.ICall_free)
                      00051588    00000004     icall.o (.text.ICall_getHeapStats)
                      0005158c    00000004     icall.o (.text.ICall_getTicks)
                      00051590    00000004     icall.o (.text.ICall_malloc)
                      00051594    00000004     icall.o (.text.ICall_mallocLimited)
                      00051598    00000004     rom_init.o (.text.LE_SetExtAdvData_hook)
                      0005159c    00000004     rom_init.o (.text.LE_SetExtAdvEnable_hook)
                      000515a0    00000004     rom_init.o (.text.LE_SetExtScanRspData_hook)
                      000515a4    00000004     rom_init.o (.text.LL_ProcessEvent_LL_EVT_EXT_SCAN_TIMEOUT_hook)
                      000515a8    00000004     rom_init.o (.text.LL_ProcessEvent_LL_EVT_MASTER_CONN_CREATED_hook)
                      000515ac    00000004     rom_init.o (.text.MAP_LL_AbortedCback)
                      000515b0    00000004     rom_init.o (.text.MAP_RTLSSrv_processHciEvent)
                      000515b4    00000004     rom_init.o (.text.MAP_gapAdv_handleAdvHciCmdComplete)
                      000515b8    00000004     rom_init.o (.text.MAP_gapAdv_periodicAdvCmdCompleteCBs)
                      000515bc    00000004     rom_init.o (.text.MAP_gapScan_periodicAdvCmdCompleteCBs)
                      000515c0    00000004     rom_init.o (.text.MAP_gapScan_periodicAdvCmdStatusCBs)
                      000515c4    00000004     rom_init.o (.text.MAP_gapScan_processBLEPeriodicAdvCBs)
                      000515c8    00000004     rom_init.o (.text.MAP_llCalcConnMaxTimeLength)
                      000515cc    00000004     rom_init.o (.text.MAP_llDmmDynamicAlloc)
                      000515d0    00000004     rom_init.o (.text.MAP_llDmmGetActivityIndex)
                      000515d4    00000004     rom_init.o (.text.MAP_llDmmSetAdvHandle)
                      000515d8    00000004     rom_init.o (.text.MAP_llFindNextPeriodicAdv)
                      000515dc    00000004     rom_init.o (.text.MAP_llFindNextPeriodicScan)
                      000515e0    00000004     rom_init.o (.text.MAP_llFreeCteSamplesEntryQueue)
                      000515e4    00000004     rom_init.o (.text.MAP_llGetCteInfo)
                      000515e8    00000004     rom_init.o (.text.MAP_llGetCurrentPeriodicAdv)
                      000515ec    00000004     rom_init.o (.text.MAP_llGetCurrentPeriodicScan)
                      000515f0    00000004     rom_init.o (.text.MAP_llGetPeriodicAdv)
                      000515f4    00000004     rom_init.o (.text.MAP_llInitFeatureSet)
                      000515f8    00000004     rom_init.o (.text.MAP_llPrepareNextExtAdv)
                      000515fc    00000004     rom_init.o (.text.MAP_llProcessExtScanRxFIFO_hook)
                      00051600    00000004     rom_init.o (.text.MAP_llSetStarvationMode)
                      00051604    00000004     rom_init.o (.text.MAP_llSetupCte)
                      00051608    00000004     rom_init.o (.text.MAP_llSetupPeriodicAdv)
                      0005160c    00000004     rom_init.o (.text.MAP_llSlave_TaskEnd)
                      00051610    00000004     rom_init.o (.text.MAP_llTrigPeriodicAdv)
                      00051614    00000004     rom_init.o (.text.MAP_llUpdateExtAdvTx)
                      00051618    00000004     rf_multiMode_cc26x2.a : rfc.c.cc26x2.ticlang.o (.text.NOROM_RFCOverrideUpdate)
                      0005161c    00000004     oad.o (.text.OAD_cancel)
                      00051620    00000004     drivers_cc26x2.a : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_oschfSwitchToRcosc)
                      00051624    00000004                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_sysCtrlIdle)
                      00051628    00000004                      : PowerCC26X2_helpers.c.obj (.text.PowerCC26X2_turnOnXosc)
                      0005162c    00000004     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.text.RF_defaultExecutionPolicy)
                      00051630    00000004     rom_init.o (.text.SM_dhKeyCB_hook)
                      00051634    00000004     rom_init.o (.text.SM_p256KeyCB_hook)
                      00051638    00000004     ti_sysbios_config.o (.text.SemaphoreP_destruct)
                      0005163c    00000004     ti_sysbios_config.o (.text.SemaphoreP_post)
                      00051640    00000004     ti_sysbios_config.o (.text.SwiP_destruct)
                      00051644    00000004     ti_sysbios_config.o (.text.SwiP_or)
                      00051648    00000004     ti_sysbios_config.o (.text.SwiP_restore)
                      0005164c    00000004     drivers_cc26x2.a : TRNGCC26XX.c.obj (.text.TRNG_generateEntropy)
                      00051650    00000004     util.o (.text.Util_isActive)
                      00051654    00000004     util.o (.text.Util_startClock)
                      00051658    00000004     util.o (.text.Util_stopClock)
                      0005165c    00000004     ti_sysbios_config.o (.text._system_post_cinit)
                      00051660    00000004     ti_sysbios_config.o (.text._system_pre_init)
                      00051664    00000004     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.configureRFCoreClocks)
                      00051668    00000004     rom_init.o (.text.gapSendSlaveSecurityReqEvent_hook)
                      0005166c    00000004     flash_interface_int_rtos_NVS.o (.text.hasExternalFlash)
                      00051670    00000004     rom_init.o (.text.llFindStartType_hook)
                      00051674    00000004     rom_init.o (.text.llGetNextConn_hook)
                      00051678    00000004     rom_init.o (.text.llNextChanIndex_hook)
                      0005167c    00000004     rom_init.o (.text.llScheduler_hook)
                      00051680    00000004     rom_init.o (.text.llSetupExtAdv_hook)
                      00051684    00000004     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.nopResourceHandler)
                      00051688    00000004     icall.o (.text.osalHeapIsBlockingFxn)
                      0005168c    00000004     rom_init.o (.text.rfCallback_hook)
                      00051690    00000004     rom_init.o (.text.smGeneratePairingReqRsp_hook)
                      00051694    00000004     rom_init.o (.text.smResponderProcessLTKReq_hook)
                      00051698    00000004     rom_init.o (.text.smpResponderProcessIncoming_hook)
                      0005169c    00000004     rom_init.o (.text.smpResponderProcessPairingPublicKey_hook)
                      000516a0    00000004     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_destruct)
                      000516a4    00000004     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_isActive)
                      000516a8    00000004     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_setPeriod)
                      000516ac    00000004     ti_sysbios_config.o (.text.ti_sysbios_knl_Clock_setTimeout)
                      000516b0    00000004     OneLib.a : ll_enc.o (.text)
                      000516b4    00000004     StackWrapper.a : gap.o (.text)
                      000516b8    00000004                    : osal.o (.text)
                      000516bc    00000004                    : osal.o (.text)
                      000516c0    00000004                    : osal_list.o (.text)
                      000516c4    00000004                    : osal_list.o (.text)
                      000516c8    00000004     libc.a : exit.c.obj (.text:abort)
                      000516cc    00000004     libclang_rt.builtins.a : aeabi_memcpy.S.obj (.text)
                      000516d0    00000002     libc.a : _lock.c.obj (.text._nop)
                      000516d2    00000002     drivers_cc26x2.a : PowerCC26X2.c.obj (.text.emptyClockFunc)
                      000516d4    00000002                      : CryptoResourceCC26XX.c.obj (.text.errorSpin)
                      000516d6    00000002                      : PKAResourceCC26XX.c.obj (.text.errorSpin)
                      000516d8    00000002     icall_api_lite.o (.text.rfErrCb)
                      000516da    00000002     ti_sysbios_config.o (.text.ti_sysbios_runtime_System_exitSpin)
                      000516dc    00000002     OneLib.a : ll.o (.text)
                      000516de    00000002              : ll.o (.text)
                      000516e0    00000002     StackWrapper.a : common_rom_init.o (.text)
                      000516e2    00000002                    : hal_assert.o (.text)
                      000516e4    00000002                    : hal_assert.o (.text)
                      000516e6    00000002                    : onboard.o (.text)
                      000516e8    00000008     ble_r2.symbols (.tramp.smGeneratePairingReqRsp.1)
                      000516f0    00000008     ble_r2.symbols (.tramp.gapSendSlaveSecurityReqEvent.1)
                      000516f8    00000008     ble_r2.symbols (.tramp.LL_PseudoRand.1)
                      00051700    00000008     ble_r2.symbols (.tramp.llResetRadio.1)
                      00051708    00000008     ble_r2.symbols (.tramp.smpResponderProcessPairingReq.1)
                      00051710    00000008     ble_r2.symbols (.tramp.smpInitiatorProcessPairingRsp.1)
                      00051718    00000008     ble_r2.symbols (.tramp.SM_RegisterTask.1)
                      00051720    00000008     ble_r2.symbols (.tramp.GATT_ServiceChangedInd.1)
                      00051728    00000008     ble_r2.symbols (.tramp.gattServApp_RegisterServiceCBs.1)
                      00051730    00000008     ble_r2.symbols (.tramp.GATT_RegisterService.1)
                      00051738    00000008     ble_r2.symbols (.tramp.gattNotifyEvent.1)
                      00051740    00000008     ble_r2.symbols (.tramp.ATT_UpdateMTU.1)
                      00051748    00000008     ble_r2.symbols (.tramp.ROM_BASE_ADDR.1)
                      00051750    00000008     ble_r2.symbols (.tramp.GAP_PasscodeUpdate.1)
                      00051758    00000008     ble_r2.symbols (.tramp.L2CAP_bm_alloc.1)
                      00051760    00000008     ble_r2.symbols (.tramp.smpResponderProcessIncoming.1)
                      00051768    00000008     ble_r2.symbols (.tramp.linkDB_Add.1)
                      00051770    00000008     ble_r2.symbols (.tramp.HCI_CommandCompleteEvent.1)
                      00051778    00000008     ble_r2.symbols (.tramp.smGenerateRandMsg.1)
                      00051780    00000008     ble_r2.symbols (.tramp.ATT_ExchangeMTURsp.1)
                      00051788    00000008     ble_r2.symbols (.tramp.HCI_LE_SetResolvablePrivateAddressTimeoutCmd.1)
                      00051790    00000008     ble_r2.symbols (.tramp.LL_ReadLocalP256PublicKeyCompleteEventCback.1)
                      00051798    00000008     ble_r2.symbols (.tramp.attSendMsg.1)
                      000517a0    00000008     ble_r2.symbols (.tramp.gattGetClientStatus.1)
                      000517a8    00000008     ble_r2.symbols (.tramp.gattGetServerStatus.1)
                      000517b0    00000008     ble_r2.symbols (.tramp.llCheckRxBuffers.1)
                      000517b8    00000008     ble_r2.symbols (.tramp.SM_ResponderInit.1)
                      000517c0    00000008     ble_r2.symbols (.tramp.gap_PeriConnRegister.1)
                      000517c8    00000008     ble_r2.symbols (.tramp.gapAdv_init.1)
                      000517d0    00000008     ble_r2.symbols (.tramp.SM_InitiatorInit.1)
                      000517d8    00000008     ble_r2.symbols (.tramp.gap_CentConnRegister.1)
                      000517e0    00000008     ble_r2.symbols (.tramp.gapScan_init.1)
                      000517e8    00000008     ble_r2.symbols (.tramp.gap_PrivacyInit.1)
                      000517f0    00000008     ble_r2.symbols (.tramp.gap_SecParamsInit.1)
                      000517f8    00000008     ble_r2.symbols (.tramp.hciInitEventMasks.1)
                      00051800    00000008     ble_r2.symbols (.tramp.gapFindADType.1)
                      00051808    00000008     ble_r2.symbols (.tramp.gapPeriProcessSignalEvt.1)
                      00051810    00000008     ble_r2.symbols (.tramp.gapCentProcessSignalEvt.1)
                      00051818    00000008     ble_r2.symbols (.tramp.gapCentProcessConnUpdateCompleteEvt.1)
                      00051820    00000008     ble_r2.symbols (.tramp.LL_GenerateDHKeyCompleteEventCback.1)
                      00051828    00000008     ble_r2.symbols (.tramp.HCI_CommandStatusEvent.1)
                      00051830    00000008     ble_r2.symbols (.tramp.LL_SetPhy.1)
                      00051838    00000008     ble_r2.symbols (.tramp.smFinishPublicKeyExchange.1)
                      00051840    00000008     ble_r2.symbols (.tramp.smSaveRemotePublicKeys.1)
                      00051848    00000008     ble_r2.symbols (.tramp.smpInitiatorProcessPairingPubKey.1)
                      00051850    00000008     ble_r2.symbols (.tramp.gapSendLinkUpdateEvent.1)
                      00051858    00000008     ble_r2.symbols (.tramp.gapL2capConnParamUpdateReq.1)
                      00051860    00000008     ble_r2.symbols (.tramp.GAP_SendSlaveSecurityRequest.1)
                      00051868    00000008     ble_r2.symbols (.tramp.smGenerateAddrInput.1)
                      00051870    00000008     ble_r2.symbols (.tramp.LE_AE_SetData.1)
                      00051878    00000008     ble_r2.symbols (.tramp.gattServApp_DequeueReTx.1)
                      00051880    00000008     ble_r2.symbols (.tramp.gattServApp_ProcessMsg.1)
                      00051888    00000008     ble_r2.symbols (.tramp.gapGetState.1)
                      00051890    00000008     ble_r2.symbols (.tramp.l2capProcessRxData.1)
                      00051898    00000008     ble_r2.symbols (.tramp.l2capDisconnectChannel.1)
                      000518a0    00000008     ble_r2.symbols (.tramp.l2capFindRemoteCID.1)
                      000518a8    00000008     ble_r2.symbols (.tramp.linkDB_GetInfo.1)
                      000518b0    00000008     ble_r2.symbols (.tramp.gattServApp_FindWriteAttrCB.1)
                      000518b8    00000008     ble_r2.symbols (.tramp.linkDB_PerformFunc.1)
                      000518c0    00000008     ble_r2.symbols (.tramp.LL_ConnParamUpdateCback.1)
                      000518c8    00000008     ble_r2.symbols (.tramp.gapAdv_processRemoveSetEvt.1)
                      000518d0    00000008     ble_r2.symbols (.tramp.gapScan_processSessionEndEvt.1)
                      000518d8    00000008     ble_r2.symbols (.tramp.gapProcessDisconnectCompleteEvt.1)
                      000518e0    00000008     ble_r2.symbols (.tramp.LL_ENC_LoadKey.1)
                      000518e8    00000008     ble_r2.symbols (.tramp.LL_ENC_GenerateNonce.1)
                      000518f0    00000008     ble_r2.symbols (.tramp.GATT_Init.1)
                      000518f8    00000008     ble_r2.symbols (.tramp.SM_Init.1)
                      00051900    00000008     ble_r2.symbols (.tramp.GAP_Init.1)
                      00051908    00000008     ble_r2.symbols (.tramp.L2CAP_Init.1)
                      00051910    00000008     ble_r2.symbols (.tramp.gapInit_sendConnCancelledEvt.1)
                      00051918    00000008     ble_r2.symbols (.tramp.gapInit_initiatingEnd.1)
                      00051920    00000008     ble_r2.symbols (.tramp.gapReadBufSizeCmdStatus.1)
                      00051928    00000008     ble_r2.symbols (.tramp.llStartDurationTimer.1)
                      00051930    00000008     ble_r2.symbols (.tramp.GATT_ServiceEncKeySize.1)
                      00051938    00000008     ble_r2.symbols (.tramp.gattServApp_FindPrepareWriteQ.1)
                      00051940    00000008     ble_r2.symbols (.tramp.linkDB_State.1)
                      00051948    00000008     ble_r2.symbols (.tramp.LL_CountAdvSets.1)
                      00051950    00000008     ble_r2.symbols (.tramp.l2capRegisterATTReTxTask.1)
                      00051958    00000008     ble_r2.symbols (.tramp.linkDB_Register.1)
                      00051960    00000008     ble_r2.symbols (.tramp.GATT_RegisterForReq.1)
                      00051968    00000008     ble_r2.symbols (.tramp.gattServApp_SetNumPrepareWrites.1)
                      00051970    00000008     ble_r2.symbols (.tramp.GAP_RegisterBondMgrCBs.1)
                      00051978    00000008     ble_r2.symbols (.tramp.HCI_LE_ClearResolvingListCmd.1)
                      00051980    00000008     ble_r2.symbols (.tramp.LL_CtrlToHostFlowControl.1)
                      00051988    00000008     ble_r2.symbols (.tramp.llSetupRejectIndExt.1)
                      00051990    00000008     ble_r2.symbols (.tramp.llMoveTempTxDataEntries.1)
                      00051998    00000008     ble_r2.symbols (.tramp.LL_RX_bm_alloc.1)
                      000519a0    00000008     ble_r2.symbols (.tramp.llAlignToNextEvent.1)
                      000519a8    00000008     ble_r2.symbols (.tramp.llWriteTxData.1)
                      000519b0    00000008     ble_r2.symbols (.tramp.llFragmentPDU.1)
                      000519b8    00000008     ble_r2.symbols (.tramp.HCI_DataBufferOverflowEvent.1)
                      000519c0    00000008     ble_r2.symbols (.tramp.LL_ConnActive.1)
                      000519c8    00000008     ble_r2.symbols (.tramp.GapScan_discardAdvReportList.1)
                      000519d0    00000008     ble_r2.symbols (.tramp.gapClrState.1)
                      000519d8    00000008     ble_r2.symbols (.tramp.gapScan_discardAdvRptSession.1)
                      000519e0    00000008     ble_r2.symbols (.tramp.HCI_LE_LtkReqNegReplyCmd.1)
                      000519e8    00000008     ble_r2.symbols (.tramp.HCI_LE_LtkReqReplyCmd.1)
                      000519f0    00000008     ble_r2.symbols (.tramp.smEndPairing.1)
                      000519f8    00000008     ble_r2.symbols (.tramp.smDetermineKeySize.1)
                      00051a00    00000008     ble_r2.symbols (.tramp.sm_s1.1)
                      00051a08    00000008     ble_r2.symbols (.tramp.ATT_ReadByTypeReq.1)
                      00051a10    00000008     ble_r2.symbols (.tramp.ATT_ReadByTypeRsp.1)
                      00051a18    00000008     ble_r2.symbols (.tramp.gattServApp_buildReadByTypeRsp.1)
                      00051a20    00000008     ble_r2.symbols (.tramp.GapConfig_SetParameter.1)
                      00051a28    00000008     ble_r2.symbols (.tramp.gap_ParamsInit.1)
                      00051a30    00000008     ble_r2.symbols (.tramp.GAP_UpdateLinkParamReqReply.1)
                      00051a38    00000008     ble_r2.symbols (.tramp.GAP_GetParamValue.1)
                      00051a40    00000008     ble_r2.symbols (.tramp.linkDB_Update.1)
                      00051a48    00000008     ble_r2.symbols (.tramp.linkDB_updateConnParam.1)
                      00051a50    00000008     ble_r2.symbols (.tramp.gapProcessConnEvt.1)
                      00051a58    00000008     ble_r2.symbols (.tramp.gapProcessConnectionCompleteEvt.1)
                      00051a60    00000008     ble_r2.symbols (.tramp.llRealignConn.1)
                      00051a68    00000008     ble_r2.symbols (.tramp.llEndExtScanTask.1)
                      00051a70    00000008     ble_r2.symbols (.tramp.llTimeDelta.1)
                      00051a78    00000008     ble_r2.symbols (.tramp.ATT_ReadByGrpTypeRsp.1)
                      00051a80    00000008     ble_r2.symbols (.tramp.GATT_bm_alloc.1)
                      00051a88    00000008     ble_r2.symbols (.tramp.ATT_GetMTU.1)
                      00051a90    00000008     ble_r2.symbols (.tramp.LL_DirectTestEndDoneCback.1)
                      00051a98    00000008     ble_r2.symbols (.tramp.llSetTxPower.1)
                      00051aa0    00000008     ble_r2.symbols (.tramp.L2CAP_SetUserConfig.1)
                      00051aa8    00000008     ble_r2.symbols (.tramp.LL_AE_Init.1)
                      00051ab0    00000008     ble_r2.symbols (.tramp.LL_PRIV_Init.1)
                      00051ab8    00000008     ble_r2.symbols (.tramp.llReleaseAllConnId.1)
                      00051ac0    00000008     ble_r2.symbols (.tramp.LL_ClearWhiteList.1)
                      00051ac8    00000008     ble_r2.symbols (.tramp.WL_Init.1)
                      00051ad0    00000008     ble_r2.symbols (.tramp.gattServApp_FindReadAttrCB.1)
                      00051ad8    00000008     ble_r2.symbols (.tramp.ATT_CompareUUID.1)
                      00051ae0    00000008     ble_r2.symbols (.tramp.GATT_FindHandle.1)
                      00051ae8    00000008     ble_r2.symbols (.tramp.gattServApp_FindAuthorizeAttrCB.1)
                      00051af0    00000008     ble_r2.symbols (.tramp.HCI_LE_SetPrivacyModeCmd.1)
                      00051af8    00000008     ble_r2.symbols (.tramp.LL_PRIV_UpdateExtWLEntry.1)
                      00051b00    00000008     ble_r2.symbols (.tramp.WL_FindEntry.1)
                      00051b08    00000008     ble_r2.symbols (.tramp.llAtLeastTwoChans.1)
                      00051b10    00000008     ble_r2.symbols (.tramp.LL_ENC_Init.1)
                      00051b18    00000008     ble_r2.symbols (.tramp.LL_PRIV_GenerateRSA.1)
                      00051b20    00000008     ble_r2.symbols (.tramp.ll_eccInit.1)
                      00051b28    00000008     ble_r2.symbols (.tramp.linkDB_SecurityModeSCOnly.1)
                      00051b30    00000008     ble_r2.symbols (.tramp.llGetCurrentTime.1)
                      00051b38    00000008     ble_r2.symbols (.tramp.llProcessPostRfOps.1)
                      00051b40    00000008     ble_r2.symbols (.tramp.llEndExtAdvTask.1)
                      00051b48    00000008     ble_r2.symbols (.tramp.LL_PRIV_SetupPrivacy.1)
                      00051b50    00000008     ble_r2.symbols (.tramp.llExtAdvCBack.1)
                      00051b58    00000008     ble_r2.symbols (.tramp.llCheckCBack.1)
                      00051b60    00000008     ble_r2.symbols (.tramp.llAllocRfMem.1)
                      00051b68    00000008     ble_r2.symbols (.tramp.llProcessTxData.1)
                      00051b70    00000008     ble_r2.symbols (.tramp.llProcessSlaveControlProcedures.1)
                      00051b78    00000008     ble_r2.symbols (.tramp.HCI_HardwareErrorEvent.1)
                      00051b80    00000008     ble_r2.symbols (.tramp.LL_PRIV_GenerateRPA.1)
                      00051b88    00000008     ble_r2.symbols (.tramp.LL_ChannelSelectionAlgorithmCback.1)
                      00051b90    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsIDA.1)
                      00051b98    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsZeroIRK.1)
                      00051ba0    00000008     ble_r2.symbols (.tramp.LL_EnhancedConnectionCompleteCback.1)
                      00051ba8    00000008     ble_r2.symbols (.tramp.llConnCleanup.1)
                      00051bb0    00000008     ble_r2.symbols (.tramp.LL_DisconnectCback.1)
                      00051bb8    00000008     ble_r2.symbols (.tramp.llEventDelta.1)
                      00051bc0    00000008     ble_r2.symbols (.tramp.llEventInRange.1)
                      00051bc8    00000008     ble_r2.symbols (.tramp.llCheckForLstoDuringSL.1)
                      00051bd0    00000008     ble_r2.symbols (.tramp.RFHAL_NextDataEntryDone.1)
                      00051bd8    00000008     ble_r2.symbols (.tramp.LL_PRIV_UpdateRL.1)
                      00051be0    00000008     ble_r2.symbols (.tramp.LL_PRIV_ResolveRPA.1)
                      00051be8    00000008     ble_r2.symbols (.tramp.RFHAL_GetNextDataEntry.1)
                      00051bf0    00000008     ble_r2.symbols (.tramp.llProcessExtScanRxFIFO.1)
                      00051bf8    00000008     ble_r2.symbols (.tramp.llHaltRadio.1)
                      00051c00    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsResolvable.1)
                      00051c08    00000008     ble_r2.symbols (.tramp.LL_PRIV_IsRPA.1)
                      00051c10    00000008     ble_r2.symbols (.tramp.llProcessSlaveControlPacket.1)
                      00051c18    00000008     ble_r2.symbols (.tramp.llTime2Octets.1)
                      00051c20    00000008     ble_r2.symbols (.tramp.llDequeueCtrlPkt.1)
                      00051c28    00000008     ble_r2.symbols (.tramp.llReplaceCtrlPkt.1)
                      00051c30    00000008     ble_r2.symbols (.tramp.LL_ENC_GenDeviceIV.1)
                      00051c38    00000008     ble_r2.symbols (.tramp.LL_ENC_GenDeviceSKD.1)
                      00051c40    00000008     ble_r2.symbols (.tramp.llMemCopySrc.1)
                      00051c48    00000008     ble_r2.symbols (.tramp.LL_RemoteConnParamReqCback.1)
                      00051c50    00000008     ble_r2.symbols (.tramp.llSendReject.1)
                      00051c58    00000008     ble_r2.symbols (.tramp.llSetupUnknownRsp.1)
                      00051c60    00000008     ble_r2.symbols (.tramp.llValidateConnParams.1)
                      00051c68    00000008     ble_r2.symbols (.tramp.llSetupExtData.1)
                      00051c70    00000008     ble_r2.symbols (.tramp.llSetupAdvDataEntryQueue.1)
                      00051c78    00000008     ble_r2.symbols (.tramp.llOctets2Time.1)
                      00051c80    00000008     ble_r2.symbols (.tramp.llGetExtHdrLen.1)
                      00051c88    00000008     ble_r2.symbols (.tramp.GAP_TerminateAuth.1)
                      00051c90    00000008     ble_r2.symbols (.tramp.GAP_TerminateLinkReq.1)
                      00051c98    00000008     ble_r2.symbols (.tramp.LL_ENC_ReverseBytes.1)
                      00051ca0    00000008     ble_r2.symbols (.tramp.GAP_NumActiveConnections.1)
                      00051ca8    00000008     ble_r2.symbols (.tramp.GAP_Signable.1)
                      00051cb0    00000008     ble_r2.symbols (.tramp.GAP_GetDevAddress.1)
                      00051cb8    00000008     ble_r2.symbols (.tramp.gapGetDevAddressMode.1)
                      00051cc0    00000008     ble_r2.symbols (.tramp.gapGetSRK.1)
                      00051cc8    00000008     ble_r2.symbols (.tramp.GAP_GetIRK.1)
                      00051cd0    00000008     ble_r2.symbols (.tramp.llSendAdvSetTermEvent.1)
                      00051cd8    00000008     ble_r2.symbols (.tramp.llEnqueueCtrlPkt.1)
                      00051ce0    00000008     ble_r2.symbols (.tramp.RFHAL_InitDataQueue.1)
                      00051ce8    00000008     ble_r2.symbols (.tramp.llProcessChanMap.1)
                      00051cf0    00000008     ble_r2.symbols (.tramp.llCalcScaFactor.1)
                      00051cf8    00000008     ble_r2.symbols (.tramp.llConvertCtrlProcTimeoutToEvent.1)
                      00051d00    00000008     ble_r2.symbols (.tramp.llConvertLstoToEvent.1)
                      00051d08    00000008     ble_r2.symbols (.tramp.llHardwareError.1)
                      00051d10    00000008     ble_r2.symbols (.tramp.LL_GetAdvSet.1)
                      00051d18    00000008     ble_r2.symbols (.tramp.GATT_bm_free.1)
                      00051d20    00000008     ble_r2.symbols (.tramp.GAP_isPairing.1)
                      00051d28    00000008     ble_r2.symbols (.tramp.GATT_FindNextAttr.1)
                      00051d30    00000008     ble_r2.symbols (.tramp.GATT_FindHandleUUID.1)
                      00051d38    00000008     ble_r2.symbols (.tramp.HCI_LE_AddWhiteListCmd.1)
                      00051d40    00000008     ble_r2.symbols (.tramp.HCI_LE_ClearWhiteListCmd.1)
                      00051d48    00000008     ble_r2.symbols (.tramp.GAP_Bond.1)
                      00051d50    00000008     ble_r2.symbols (.tramp.GAP_Authenticate.1)
                      00051d58    00000008     ble_r2.symbols (.tramp.L2CAP_GetMTU.1)
                      00051d60    00000008     ble_r2.symbols (.tramp.HCI_LE_RemoveDeviceFromResolvingListCmd.1)
                      00051d68    00000008     ble_r2.symbols (.tramp.HCI_LE_AddDeviceToResolvingListCmd.1)
                      00051d70    00000008     ble_r2.symbols (.tramp.linkDB_Find.1)
                      00051d78    00000008     ble_r2.symbols (.tramp.LL_PRIV_FindPeerInRL.1)
                      00051d80    00000008     ble_r2.symbols (.tramp.GATT_RequestNextTransaction.1)
                      00051d88    00000008     ble_r2.symbols (.tramp.GATT_ReadUsingCharUUID.1)
    
    .const     0    00051d90    00000000     UNINITIALIZED
    
    .constdata 
    *          0    00051d90    00000000     UNINITIALIZED
    
    .rodata    0    00051d90    00002625     
                      00051d90    00000d7c     rom_init.o (.rodata.ROM_Flash_JT)
                      00052b0c    000005d0     ti_sysbios_config.o (.rodata.str1.1)
                      000530dc    00000538     rf_multiMode_cc26x2.a : rf_patch_cpe_bt5.c.cc26x2.ticlang.o (.rodata.patchImageBt5)
                      00053614    000002f4                           : rf_patch_mce_bt5.c.cc26x2.ticlang.o (.rodata.patchBle5Mce)
                      00053908    00000100     crc.o (.rodata.crc_table)
                      00053a08    0000008d     oad.o (.rodata..L__const.oadCreateFactoryImageBackup.imgHdr)
                      00053a95    00000089     ti_sysbios_config.o (.rodata.ti_sysbios_family_arm_m3_Hwi_Instance_init.err.1)
                      00053b1e    00000089     ti_sysbios_config.o (.rodata.ti_sysbios_runtime_Memory_alloc.err)
                      00053ba7    00000086     ti_sysbios_config.o (.rodata.ti_sysbios_family_arm_m3_Hwi_Instance_init.err)
                      00053c2d    00000002     devinfoservice.o (.rodata.devInfo11073CertUUID)
                      00053c2f    00000001     ti_drivers_config.o (.rodata.GPIO_pinLowerBound)
                      00053c30    00000068     ble_user_config.o (.rodata.rfDriverTableBLE)
                      00053c98    00000054     drivers_cc26x2.a : PowerCC26X2.c.obj (.rodata.resourceDB)
                      00053cec    00000048                      : ECDHCC26X2.c.obj (.rodata..Lswitch.table.ECDHCC26X2_convertReturnValue)
                      00053d34    00000048     icall_user_config.o (.rodata.icallServiceTable)
                      00053d7c    00000040     driverlib.lib : pka.o (.rodata.NISTP256_generator)
                      00053dbc    00000040     ble_user_config.o (.rodata.cryptoDriverTableBLE)
                      00053dfc    00000040     OneLib.a : ll_common.o (.rodata)
                      00053e3c    00000040              : ll_config.o (.rodata)
                      00053e7c    00000038              : ll_scheduler.o (.rodata)
                      00053eb4    00000034     ble_user_config.o (.rodata.bleStackConfig)
                      00053ee8    00000030     oad.o (.rodata.oadCharUUID)
                      00053f18    00000028     NVSCC26XX.o (.rodata.NVSCC26XX_fxnTable)
                      00053f40    00000028     ble_user_config.o (.rodata.boardConfig)
                      00053f68    00000028     osal_icall_ble.o (.rodata.tasksArr)
                      00053f90    00000024     ti_sysbios_config.o (.rodata.ti_sysbios_knl_Task_Params_default)
                      00053fb4    00000020     driverlib.lib : pka.o (.rodata.NISTP256_a)
                      00053fd4    00000020                   : pka.o (.rodata.NISTP256_b)
                      00053ff4    00000020                   : pka.o (.rodata.NISTP256_order)
                      00054014    00000020                   : pka.o (.rodata.NISTP256_prime)
                      00054034    00000020     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.rodata.cst32)
                      00054054    00000020     icall_user_config.o (.rodata.eccDriverTable)
                      00054074    00000020     OneLib.a : ll_isr.o (.rodata)
                      00054094    0000001c     oad_persistent_app.o (.rodata..L__const.OadPersistApp_processGapMessage.advParamLegacy)
                      000540b0    0000001c     oad_persistent_app.o (.rodata..L__const.OadPersistApp_processGapMessage.advParamLongRange)
                      000540cc    0000001c     drivers_cc26x2.a : AESCTRDRBG.c.obj (.rodata.AESCTRDRBG_defaultParams)
                      000540e8    0000001c     ble_user_config.o (.rodata.driverTable)
                      00054104    0000001c     ti_sysbios_config.o (.rodata.ti_sysbios_family_arm_cc26xx_Timer_Params_default)
                      00054120    0000001c     OneLib.a : ll_isr.o (.rodata)
                      0005413c    00000018     ti_drivers_config.o (.rodata.NVS_config)
                      00054154    00000018     ti_sysbios_config.o (.rodata.ti_sysbios_family_arm_m3_Hwi_Params_default)
                      0005416c    00000015     oad.o (.rodata.oadExtCtrlDesc)
                      00054181    00000002     devinfoservice.o (.rodata.devInfoFirmwareRevUUID)
                      00054183    00000001     ti_drivers_config.o (.rodata.GPIO_pinUpperBound)
                      00054184    00000014     ti_drivers_config.o (.rodata.PowerCC26X2_config)
                      00054198    00000014     drivers_cc26x2.a : TRNG.c.obj (.rodata.TRNG_defaultParams)
                      000541ac    00000014     ti_sysbios_config.o (.rodata.ti_sysbios_knl_Swi_Params_default)
                      000541c0    00000010     drivers_cc26x2.a : AESCCM.c.obj (.rodata.AESCCM_defaultParams)
                      000541d0    00000010                      : AESCTR.c.obj (.rodata.AESCTR_defaultParams)
                      000541e0    00000010                      : AESECB.c.obj (.rodata.AESECB_defaultParams)
                      000541f0    00000010                      : ECDH.c.obj (.rodata.ECDH_defaultParams)
                      00054200    00000010     ti_drivers_config.o (.rodata.GPIO_config)
                      00054210    00000010     ti_drivers_config.o (.rodata.nvsCC26XXHWAttrs)
                      00054220    00000010     oad.o (.rodata.oadServUUID)
                      00054230    00000010     icall_user_config.o (.rodata.trngDriverTable)
                      00054240    0000000d     oad.o (.rodata.oadImgIdentifyDesc)
                      0005424d    00000002     devinfoservice.o (.rodata.devInfoHardwareRevUUID)
                      0005424f    00000001     ti_drivers_config.o (.rodata.NVS_count)
                      00054250    0000000c     drivers_cc26x2.a : Random.c.obj (.rodata..L__const.Random_seedAutomatic.hwAttrs)
                      0005425c    0000000c     icall.o (.rodata.ICall_taskEntryFuncs)
                      00054268    0000000c     ti_drivers_config.o (.rodata.RFCC26XX_hwAttrs)
                      00054274    0000000c     devinfoservice.o (.rodata.devInfoCBs)
                      00054280    0000000c     oad.o (.rodata.oadCBs)
                      0005428c    0000000c     ti_sysbios_config.o (.rodata.ti_sysbios_knl_Clock_Params_default)
                      00054298    0000000c     ti_sysbios_config.o (.rodata.ti_sysbios_knl_Semaphore_Params_default)
                      000542a4    0000000c     ti_drivers_config.o (.rodata.trngCC26XXHWAttrs)
                      000542b0    0000000c     OneLib.a : gapgattserver.o (.rodata)
                      000542bc    0000000c              : gattservapp.o (.rodata)
                      000542c8    0000000a     oad.o (.rodata.oadImgBlockDesc)
                      000542d2    00000002     devinfoservice.o (.rodata.devInfoMfrNameUUID)
                      000542d4    00000008     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.rodata..L__const.RF_hwiCpe0Active.activeCmd)
                      000542dc    00000008     ti_drivers_config.o (.rodata.AESCCM_config)
                      000542e4    00000008     ti_drivers_config.o (.rodata.AESCTRDRBG_config)
                      000542ec    00000008     ti_drivers_config.o (.rodata.AESCTR_config)
                      000542f4    00000008     ti_drivers_config.o (.rodata.AESECB_config)
                      000542fc    00000008     ti_drivers_config.o (.rodata.ECDH_config)
                      00054304    00000008     ti_drivers_config.o (.rodata.TRNG_config)
                      0005430c    00000008     driverlib.lib : aux_sysif.o (.rodata.cst4)
                      00054314    00000008     devinfoservice.o (.rodata.devInfoService)
                      0005431c    00000008     oad.o (.rodata.oadService)
                      00054324    00000008     ble_user_config.o (.rodata.rtosApiTable)
                      0005432c    00000008     ti_sysbios_config.o (.rodata.ti_sysbios_knl_Idle_funcList)
                      00054334    00000008     OneLib.a : gapgattserver.o (.rodata)
                      0005433c    00000008              : gattservapp.o (.rodata)
                      00054344    00000008              : ll_config.o (.rodata)
                      0005434c    00000006     ble_user_config.o (.rodata.appTxPwrTbl)
                      00054352    00000005     oad.o (.rodata..Lswitch.table.OAD_processQueue)
                      00054357    00000001     ti_drivers_config.o (.rodata.aesccmCC26XXHWAttrs)
                      00054358    00000004     NVS.o (.rodata.NVS_defaultParams)
                      0005435c    00000004     ti_sysbios_config.o (.rodata.ti_sysbios_family_arm_m3_Hwi_disablePriority)
                      00054360    00000004     ti_sysbios_config.o (.rodata.ti_sysbios_family_arm_m3_Hwi_swiTaskKeyAddress)
                      00054364    00000004     ti_sysbios_config.o (.rodata.ti_sysbios_knl_Clock_tickPeriod)
                      00054368    00000004     OneLib.a : ll_config.o (.rodata)
                      0005436c    00000004              : ll_config.o (.rodata)
                      00054370    00000004              : ll_config.o (.rodata)
                      00054374    00000004              : ll_config.o (.rodata)
                      00054378    00000002     devinfoservice.o (.rodata.devInfoModelNumberUUID)
                      0005437a    00000002     devinfoservice.o (.rodata.devInfoPnpIdUUID)
                      0005437c    00000002     devinfoservice.o (.rodata.devInfoSerialNumberUUID)
                      0005437e    00000002     devinfoservice.o (.rodata.devInfoServUUID)
                      00054380    00000002     devinfoservice.o (.rodata.devInfoSoftwareRevUUID)
                      00054382    00000002     devinfoservice.o (.rodata.devInfoSystemIdUUID)
                      00054384    00000002     OneLib.a : gatt_uuid.o (.rodata)
                      00054386    00000002              : gatt_uuid.o (.rodata)
                      00054388    00000002              : gatt_uuid.o (.rodata)
                      0005438a    00000002              : gatt_uuid.o (.rodata)
                      0005438c    00000002              : gatt_uuid.o (.rodata)
                      0005438e    00000002              : gatt_uuid.o (.rodata)
                      00054390    00000002              : gatt_uuid.o (.rodata)
                      00054392    00000002              : gatt_uuid.o (.rodata)
                      00054394    00000002              : gatt_uuid.o (.rodata)
                      00054396    00000002              : gatt_uuid.o (.rodata)
                      00054398    00000002              : gatt_uuid.o (.rodata)
                      0005439a    00000002              : gatt_uuid.o (.rodata)
                      0005439c    00000002              : gatt_uuid.o (.rodata)
                      0005439e    00000002              : gatt_uuid.o (.rodata)
                      000543a0    00000002              : ll_config.o (.rodata)
                      000543a2    00000002              : ll_config.o (.rodata)
                      000543a4    00000002              : ll_config.o (.rodata)
                      000543a6    00000002              : ll_config.o (.rodata)
                      000543a8    00000002              : ll_config.o (.rodata)
                      000543aa    00000002              : ll_config.o (.rodata)
                      000543ac    00000002              : ll_config.o (.rodata)
                      000543ae    00000001     ti_drivers_config.o (.rodata.aesctrCC26XXHWAttrs)
                      000543af    00000001     ti_drivers_config.o (.rodata.aesctrdrbgXXHWAttrs)
                      000543b0    00000001     ti_drivers_config.o (.rodata.aesecbCC26XXHWAttrs)
                      000543b1    00000001     ti_drivers_config.o (.rodata.ecdhCC26X2HWAttrs)
                      000543b2    00000001     osal_icall_ble.o (.rodata.tasksCnt)
                      000543b3    00000001     OneLib.a : ll_config.o (.rodata)
                      000543b4    00000001              : ll_config.o (.rodata)
    
    .emb_text 
    *          0    000543b5    00000000     UNINITIALIZED
    
    .init_array 
    *          0    000543b5    00000000     UNINITIALIZED
    
    .cinit     0    000543b8    00000e8c     
                      000543b8    00000e45     (.cinit..data.load) [load image]
                      000551fd    00000003     --HOLE-- [fill = 0]
                      00055200    0000000c     (__TI_handler_table)
                      0005520c    00000008     (.cinit..TI.bound:dmaUart0RxControlTableEntry.load) [load image, compression = zero_init]
                      00055214    00000008     (.cinit..TI.bound:dmaUart0TxControlTableEntry.load) [load image, compression = zero_init]
                      0005521c    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                      00055224    00000020     (__TI_cinit_table)
    
    .pinit     0    00055244    00000000     UNINITIALIZED
    
    .vecs      0    20000000    000000d8     NOLOAD SECTION
                      20000000    000000d8     ti_sysbios_config.o (.vecs)
    
    .TI.bound:dmaUart0RxControlTableEntry 
    *          0    20001810    00000010     UNINITIALIZED
                      20001810    00000010     ti_drivers_config.o (.TI.bound:dmaUart0RxControlTableEntry)
    
    .TI.bound:dmaUart0TxControlTableEntry 
    *          0    20001820    00000010     UNINITIALIZED
                      20001820    00000010     ti_drivers_config.o (.TI.bound:dmaUart0TxControlTableEntry)
    
    .data      0    20001830    00000e3d     UNINITIALIZED
                      20001830    00000174     drivers_cc26x2.a : PowerCC26X2.c.obj (.data.PowerCC26X2_module)
                      200019a4    00000130     devinfoservice.o (.data.devInfoAttrTbl)
                      20001ad4    000000f4     StackWrapper.a : gapbondmgr.o (.data)
                      20001bc8    000000d0     oad.o (.data.oadAttrTbl)
                      20001c98    000000b0     OneLib.a : gapgattserver.o (.data)
                      20001d48    0000007c     ti_drivers_config.o (.data.gpioPinConfigs)
                      20001dc4    00000004     icall.o (.data.ICall_dispatcher)
                      20001dc8    0000007a     devinfoservice.o (.data..L_MergedGlobals)
                      20001e42    00000002     ble_user_config.o (.data.bleUserCfg_maxPduSize)
                      20001e44    00000078     icall.o (.data..L_MergedGlobals.1)
                      20001ebc    00000068     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.data..L_MergedGlobals.1)
                      20001f24    00000004                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.data.RF_fsmActiveState.lfClockSourceLast)
                      20001f28    00000068     ti_sysbios_config.o (.data..L_MergedGlobals.70)
                      20001f90    00000068     ti_sysbios_config.o (.data..L_MergedGlobals)
                      20001ff8    00000068     ti_sysbios_config.o (.data.ti_sysbios_knl_Clock_Module_state)
                      20002060    00000064     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.data..L_MergedGlobals.3)
                      200020c4    00000064     OneLib.a : ll_config.o (.data)
                      20002128    00000058     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.data..L_MergedGlobals.2)
                      20002180    00000056     oad_persistent_app.o (.data..L_MergedGlobals)
                      200021d6    00000002     OneLib.a : ll.o (.data)
                      200021d8    00000054     ti_radio_config.o (.data.pOverrides_bleCommon)
                      2000222c    00000050     ti_radio_config.o (.data.txPowerTable_2400_pa5)
                      2000227c    00000040     oad.o (.data..L_MergedGlobals.1)
                      200022bc    00000040     OneLib.a : gattservapp.o (.data)
                      200022fc    00000040              : sm_pairing.o (.data)
                      2000233c    0000003c     icall_user_config.o (.data.nvintfFncStruct)
                      20002378    0000003c     ti_sysbios_config.o (.data.ti_sysbios_knl_Task_Module_state)
                      200023b4    00000038     drivers_cc26x2.a : TRNGCC26XX.c.obj (.data..L_MergedGlobals.1)
                      200023ec    00000004     libc.a : _lock.c.obj (.data._lock)
                      200023f0    00000030     drivers_cc26x2.a : TRNGCC26XX.c.obj (.data..L_MergedGlobals)
                      20002420    0000002c     oad.o (.data..L_MergedGlobals)
                      2000244c    0000002a     devinfoservice.o (.data..L_MergedGlobals.1)
                      20002476    00000002     OneLib.a : ll_config.o (.data)
                      20002478    00000028     nvocmp.o (.data..L_MergedGlobals.1)
                      200024a0    00000024     oad_persistent_app.o (.data..L_MergedGlobals.1)
                      200024c4    00000024     ble_user_config.o (.data.eccParams_NISTP256)
                      200024e8    00000024     ti_radio_config.o (.data.pOverrides_ble2Mbps)
                      2000250c    00000018     ti_radio_config.o (.data.pOverrides_ble1Mbps)
                      20002524    00000014     flash_interface_int_rtos_NVS.o (.data..L_MergedGlobals)
                      20002538    00000014     icall.o (.data..L_MergedGlobals)
                      2000254c    00000014     StackWrapper.a : osal.o (.data)
                      20002560    00000010     ti_radio_config.o (.data.RF_modeBle)
                      20002570    00000010     driverlib.lib : osc.o (.data._hposcCoeffs)
                      20002580    00000010     icall_user_config.o (.data.bleAppServiceInfoTable)
                      20002590    00000010     ti_radio_config.o (.data.pOverrides_bleCoded)
                      200025a0    00000010     main.o (.data.user0Cfg)
                      200025b0    00000010     OneLib.a : gattservapp.o (.data)
                      200025c0    00000010              : ll_data.o (.data)
                      200025d0    0000000c     NVSCC26XX.o (.data..L_MergedGlobals)
                      200025dc    00000008     icall_cc2650.o (.data..L_MergedGlobals)
                      200025e4    00000008     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.data..L_MergedGlobals)
                      200025ec    00000008                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.data.RFCC26XX_schedulerPolicy)
                      200025f4    00000008     ti_sysbios_config.o (.data.ti_sysbios_gates_GateMutexPri_Module_state)
                      200025fc    00000008     ti_sysbios_config.o (.data.ti_sysbios_heaps_HeapCallback_Module_state)
                      20002604    00000008     ti_sysbios_config.o (.data.ti_sysbios_knl_Event_state)
                      2000260c    00000008     ti_sysbios_config.o (.data.ti_sysbios_knl_Semaphore_Module_state)
                      20002614    00000008     OneLib.a : gapgattserver.o (.data)
                      2000261c    00000004     libc.a : _lock.c.obj (.data._unlock)
                      20002620    00000004     ble_user_config.o (.data.appAssertCback)
                      20002624    00000004     oad_persistent_app.o (.data.dispHandle)
                      20002628    00000004     ble_user_config_stack.o (.data.icallServiceTblPtr)
                      2000262c    00000004     icall_api_lite.o (.data.pRfErrCb)
                      20002630    00000004     icall_api_lite.o (.data.pfnBMAlloc)
                      20002634    00000004     icall_api_lite.o (.data.pfnBMFree)
                      20002638    00000004     OneLib.a : ll_slave_end_causes.o (.data)
                      2000263c    00000004     StackWrapper.a : hal_assert.o (.data)
                      20002640    00000003     oad.o (.data.oadCharVals)
                      20002643    00000001     drivers_cc26x2.a : AESCTRCC26XX.c.obj (.data.AESCTR_isInitialized)
                      20002644    00000002     StackWrapper.a : osal_cbtimer.o (.data)
                      20002646    00000001     nvocmp.o (.data.NVOCMP_failF)
                      20002647    00000001     drivers_cc26x2.a : PKAResourceCC26XX.c.obj (.data.PKAResourceCC26XX_pollingFlag)
                      20002648    00000001     rf_multiMode_cc26x2.a : rf_patch_cpe_bt5.c.cc26x2.ticlang.o (.data.bBt5PatchEntered)
                      20002649    00000001     devinfoservice.o (.data.devInfo11073CertProps)
                      2000264a    00000001     devinfoservice.o (.data.devInfoFirmwareRevProps)
                      2000264b    00000001     devinfoservice.o (.data.devInfoHardwareRevProps)
                      2000264c    00000001     devinfoservice.o (.data.devInfoMfrNameProps)
                      2000264d    00000001     devinfoservice.o (.data.devInfoModelNumberProps)
                      2000264e    00000001     devinfoservice.o (.data.devInfoPnpIdProps)
                      2000264f    00000001     devinfoservice.o (.data.devInfoSerialNumberProps)
                      20002650    00000001     devinfoservice.o (.data.devInfoSoftwareRevProps)
                      20002651    00000001     devinfoservice.o (.data.devInfoSystemIdProps)
                      20002652    00000001     drivers_cc26x2.a : GPIOCC26X2.c.obj (.data.initCalled)
                      20002653    00000001     NVS.o (.data.isInitialized)
                      20002654    00000001     drivers_cc26x2.a : AESCCMCC26XX.c.obj (.data.isInitialized)
                      20002655    00000001                      : AESCTRDRBGXX.c.obj (.data.isInitialized)
                      20002656    00000001                      : AESECBCC26XX.c.obj (.data.isInitialized)
                      20002657    00000001                      : CryptoResourceCC26XX.c.obj (.data.isInitialized)
                      20002658    00000001                      : ECDHCC26X2.c.obj (.data.isInitialized)
                      20002659    00000001                      : PKAResourceCC26XX.c.obj (.data.isInitialized)
                      2000265a    00000001     flash_interface_int_rtos_NVS.o (.data.isOpen)
                      2000265b    00000001     oad.o (.data.oadCharExtCtrlProps)
                      2000265c    00000001     oad.o (.data.oadCharProps)
                      2000265d    00000001     OneLib.a : gapgattserver.o (.data)
                      2000265e    00000001              : gapgattserver.o (.data)
                      2000265f    00000001              : gapgattserver.o (.data)
                      20002660    00000001              : gapgattserver.o (.data)
                      20002661    00000001              : gapgattserver.o (.data)
                      20002662    00000001              : gapgattserver.o (.data)
                      20002663    00000001              : gattservapp.o (.data)
                      20002664    00000001              : gattservapp.o (.data)
                      20002665    00000001              : ll.o (.data)
                      20002666    00000001              : ll_ae.o (.data)
                      20002667    00000001              : ll_data.o (.data)
                      20002668    00000001              : ll_scheduler.o (.data)
                      20002669    00000001              : sm_task.o (.data)
                      2000266a    00000001     StackWrapper.a : gap.o (.data)
                      2000266b    00000001                    : gap.o (.data)
                      2000266c    00000001                    : hal_assert.o (.data)
    
    .bss       0    20002670    000018fb     UNINITIALIZED
                      20002670    00000580     (.common:persistAppTaskStack)
                      20002bf0    00000300     (.common:ti_sysbios_knl_Idle_taskStack)
                      20002ef0    000002c0     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.bss.RF_cmdPool)
                      200031b0    00000100     OneLib.a : ll.o (.bss)
                      200032b0    00000100     (.common:crcBuf)
                      200033b0    000000d8     (.common:ti_sysbios_family_arm_m3_Hwi_dispatchTable)
                      20003488    000000a0     oad_persistent_app.o (.bss.connList)
                      20003528    0000008d     oad.o (.bss.candidateImageHeader)
                      200035b5    00000001     OneLib.a : gapgattserver.o (.bss)
                      200035b6    00000002              : gapgattserver.o (.bss)
                      200035b8    00000084     (.common:trngCC26XXObjects)
                      2000363c    0000007c     (.common:gpioCallbackFunctions)
                      200036b8    0000007c     (.common:gpioUserArgs)
                      20003734    00000078     StackWrapper.a : osal_cbtimer.o (.bss)
                      200037ac    00000004     driverlib.lib : osc.o (.bss.oscHfGlobals.0)
                      200037b0    00000068     rf_multiMode_cc26x2.a : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.bss.RF_ratModule)
                      20003818    00000060     (.common:ti_sysbios_knl_ClockSupport_timerStruct)
                      20003878    00000058     (.common:persistAppTask)
                      200038d0    00000058     (.common:ti_sysbios_knl_Idle_taskStruct)
                      20003928    00000054     (.common:aesctrdrbgXXObjects)
                      2000397c    00000050     (.common:CryptoResourceCC26XX_accessSemaphore)
                      200039cc    00000050     (.common:CryptoResourceCC26XX_operationSemaphore)
                      20003a1c    00000050     (.common:PKAResourceCC26XX_accessSemaphore)
                      20003a6c    00000050     (.common:PKAResourceCC26XX_operationSemaphore)
                      20003abc    00000044                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.bss.RF_clkInactivityObj)
                      20003b00    00000044                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.bss.RF_clkPowerUpObj)
                      20003b44    00000040     (.common:aesctrCC26XXObjects)
                      20003b84    0000003c                           : RFCC26X2_multiMode.c.cc26x2.ticlang.o (.bss.RF_swiHwObj)
                      20003bc0    0000003c     StackWrapper.a : osal_snv_wrapper.o (.bss)
                      20003bfc    00000030     (.common:ti_sysbios_knl_Swi_readyQs)
                      20003c2c    00000030     (.common:ti_sysbios_knl_Task_readyQs)
                      20003c5c    0000002e     (.common:NVOCMP_nvHandle)
                      20003c8a    00000002     OneLib.a : ll.o (.bss)
                      20003c8c    00000024     oad_persistent_app.o (.bss.clkRpaRead)
                      20003cb0    00000024     OneLib.a : ll.o (.bss)
                      20003cd4    00000024     (.common:aesecbCC26XXObjects)
                      20003cf8    00000020              : gattservapp.o (.bss)
                      20003d18    00000020     StackWrapper.a : gapbondmgr.o (.bss)
                      20003d38    00000020                    : gapbondmgr.o (.bss)
                      20003d58    00000020     (.common:ecdhCC26X2Objects)
                      20003d78    00000020     (.common:ti_sysbios_runtime_System_atexitHandlers)
                      20003d98    0000001c     drivers_cc26x2.a : GPIOCC26X2.c.obj (.bss.gpioHwi)
                      20003db4    0000001c     (.common:BIOS_heapCallbackObject)
                      20003dd0    0000001c     (.common:BIOS_rtsGate)
                      20003dec    0000001c     (.common:CryptoResourceCC26XX_hwi)
                      20003e08    0000001c     (.common:PKAResourceCC26XX_hwi)
                      20003e24    00000018     OneLib.a : gapgattserver.o (.bss)
                      20003e3c    00000018     (.common:aesccmCC26XXObjects)
                      20003e54    00000014     drivers_cc26x2.a : Random.c.obj (.bss.state)
                      20003e68    00000010     OneLib.a : ll.o (.bss)
                      20003e78    0000000c              : ll.o (.bss)
                      20003e84    0000000c              : ll.o (.bss)
                      20003e90    0000000c              : ll_scheduler.o (.bss)
                      20003e9c    00000008              : ll.o (.bss)
                      20003ea4    00000008              : ll.o (.bss)
                      20003eac    00000008              : ll_ae.o (.bss)
                      20003eb4    00000008     StackWrapper.a : gapbondmgr.o (.bss)
                      20003ebc    00000004     driverlib.lib : osc.o (.bss.oscHfGlobals.2)
                      20003ec0    00000004                   : osc.o (.bss.oscHfGlobals.3)
                      20003ec4    00000004                   : osc.o (.bss.oscHfGlobals.4)
                      20003ec8    00000004     drivers_cc26x2.a : ECDHCC26X2.c.obj (.bss.resultPKAMemAddr)
                      20003ecc    00000004     OneLib.a : gapgattserver.o (.bss)
                      20003ed0    00000004              : gattservapp.o (.bss)
                      20003ed4    00000004              : linkdb.o (.bss)
                      20003ed8    00000004              : ll.o (.bss)
                      20003edc    00000004              : ll.o (.bss)
                      20003ee0    00000004              : ll.o (.bss)
                      20003ee4    00000004              : ll.o (.bss)
                      20003ee8    00000004              : ll.o (.bss)
                      20003eec    00000004              : ll_ae.o (.bss)
                      20003ef0    00000004              : ll_common.o (.bss)
                      20003ef4    00000004              : ll_enc.o (.bss)
                      20003ef8    00000004              : ll_privacy.o (.bss)
                      20003efc    00000004     StackWrapper.a : gapbondmgr.o (.bss)
                      20003f00    00000004                    : gapbondmgr.o (.bss)
                      20003f04    00000004                    : osal.o (.bss)
                      20003f08    00000004                    : osal.o (.bss)
                      20003f0c    00000004                    : osal.o (.bss)
                      20003f10    00000004                    : osal.o (.bss)
                      20003f14    00000004                    : osal.o (.bss)
                      20003f18    00000004                    : osal.o (.bss)
                      20003f1c    00000004                    : osal_bufmgr.o (.bss)
                      20003f20    00000004                    : osal_clock.o (.bss)
                      20003f24    00000004                    : osal_clock.o (.bss)
                      20003f28    00000004                    : osal_timers.o (.bss)
                      20003f2c    00000004                    : osal_timers.o (.bss)
                      20003f30    00000004                    : osal_timers.o (.bss)
                      20003f34    00000004     (.common:HEAPMGR_SIZE)
                      20003f38    00000004     (.common:PowerCC26XX_swiKey)
                      20003f3c    00000004     (.common:PowerCC26XX_taskKey)
                      20003f40    00000004     (.common:tasksEvents)
                      20003f44    00000004     (.common:ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state)
                      20003f48    00000004     (.common:ti_sysbios_knl_Task_defaultStackHeap)
                      20003f4c    00000002     OneLib.a : ll_slave_end_causes.o (.bss)
                      20003f4e    00000002     StackWrapper.a : osal_pwrmgr.o (.bss)
                      20003f50    00000002     (.common:nvsCC26XXObjects)
                      20003f52    00000001     OneLib.a : gattservapp.o (.bss)
                      20003f53    00000001              : hci_tl.o (.bss)
                      20003f54    00000001              : hci_tl.o (.bss)
                      20003f55    00000001              : hci_tl.o (.bss)
                      20003f56    00000001              : hci_tl.o (.bss)
                      20003f57    00000001              : hci_tl.o (.bss)
                      20003f58    00000001              : hci_tl.o (.bss)
                      20003f59    00000001              : ll.o (.bss)
                      20003f5a    00000001              : ll.o (.bss)
                      20003f5b    00000001              : ll.o (.bss)
                      20003f5c    00000001              : ll.o (.bss)
                      20003f5d    00000001              : ll_ae.o (.bss)
                      20003f5e    00000001              : ll_config.o (.bss)
                      20003f5f    00000001              : ll_config.o (.bss)
                      20003f60    00000001              : ll_enc.o (.bss)
                      20003f61    00000001              : ll_isr.o (.bss)
                      20003f62    00000001              : sm_task.o (.bss)
                      20003f63    00000001     StackWrapper.a : ble_dispatch_lite.o (.bss)
                      20003f64    00000001                    : gapbondmgr.o (.bss)
                      20003f65    00000001                    : gapbondmgr.o (.bss)
                      20003f66    00000001                    : hal_assert.o (.bss)
                      20003f67    00000001                    : osal.o (.bss)
                      20003f68    00000001                    : osal_pwrmgr.o (.bss)
                      20003f69    00000001     (.common:NVOCMP_size)
                      20003f6a    00000001     (.common:gAction)
    
    .vtable    0    20003f6b    00000000     UNINITIALIZED
    
    .vtable_ram 
    *          0    20003f6b    00000000     UNINITIALIZED
    
    vtable_ram 
    *          0    20003f6b    00000000     UNINITIALIZED
    
    .sysmem    0    20003f6b    00000000     UNINITIALIZED
    
    .nonretenvar 
    *          0    20003f6b    00000000     UNINITIALIZED
    
    .noinit    0    20003f6b    00000000     UNINITIALIZED
    
    .stack     0    20013c00    00000400     UNINITIALIZED
                      20013c00    00000004     sysbios.a : boot_cortex_m.obj (.stack)
                      20013c04    000003fc     --HOLE--
    
    MODULE SUMMARY
    
           Module                                     code     ro data   rw data
           ------                                     ----     -------   -------
        .\Application\
           oad_persistent_app.o                       3132     56        1818   
           util.o                                     270      0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     3402     56        1818   
                                                                                
        .\Drivers\NV\
           nvocmp.o                                   3882     0         89     
           NVSCC26XX.o                                894      40        12     
           crc.o                                      28       256       0      
           NVS.o                                      172      4         1      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     4976     300       102    
                                                                                
        .\OAD\
           oad.o                                      4294     274       462    
           crc32.o                                    424      0         256    
           flash_interface_int_rtos_NVS.o             356      0         21     
           oad_image_header_app.o                     0        141       0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     5074     415       739    
                                                                                
        .\Profiles\
           devinfoservice.o                           450      40        477    
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     450      40        477    
                                                                                
        .\Startup\
           rom_init.o                                 284      3452      0      
           osal_icall_ble.o                           240      41        4      
           main.o                                     196      0         16     
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     720      3493      20     
                                                                                
        .\iCallBLE\
           ble_user_config_stack.o                    448      0         4      
           ble_user_config.o                          34       302       42     
           icall_api_lite.o                           2        0         12     
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     484      302       58     
                                                                                
        .\iCall\
           icall.o                                    2780     12        148    
           icall_cc2650.o                             252      0         8      
           icall_user_config.o                        0        120       76     
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     3032     132       232    
                                                                                
        .\syscfg\
           ti_drivers_config.o                        230      156       17162  
           ti_sysbios_config.o                        8762     2108      1988   
           ti_radio_config.o                          0        0         256    
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     8992     2264      19406  
                                                                                
        C:\ti\simplelink_cc13xx_cc26xx_sdk_6_30_01_03\source\ti\ble5stack\libraries\cc26x2r1\
           ble_r2.symbols                             1704     0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     1704     0         0      
                                                                                
        C:/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/kernel/tirtos7/packages/ti/sysbios/lib/ticlang/m4f/sysbios.a
           Hwi_asm_gnu.obj                            324      0         0      
           Hwi_asm_switch_gnu.obj                     118      0         0      
           TaskSupport_asm_gnu.obj                    64       0         0      
           boot_cortex_m.obj                          52       0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     558      0         0      
                                                                                
        C:/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/source/ti/ble5stack/libraries/cc26x2r1/OneLib.a
           ll_ae.o                                    7108     0         14     
           ll_common.o                                4712     64        4      
           ll_scheduler.o                             4362     56        13     
           ll_isr.o                                   4216     60        1      
           ll.o                                       3842     0         377    
           gattservapp.o                              2468     20        119    
           ll_slave_end_causes.o                      2152     0         6      
           ll_adv_end_causes.o                        1800     0         0      
           ble.o                                      1416     0         0      
           ll_data.o                                  912      0         17     
           gapgattserver.o                            564      20        221    
           ll_enc.o                                   766      0         5      
           gap_task.o                                 712      0         0      
           hci_event.o                                500      0         0      
           gap_scanner.o                              440      0         0      
           gatt_server.o                              440      0         0      
           sm_rsppairing.o                            428      0         0      
           ll_ecc.o                                   344      0         0      
           linkdb.o                                   288      0         4      
           sm_pairing.o                               212      0         64     
           gatt_client.o                              268      0         0      
           gap_advertiser.o                           236      0         0      
           hci.o                                      224      0         0      
           ll_config.o                                0        104       104    
           hci_data.o                                 198      0         0      
           gap_perilinkmgr.o                          188      0         0      
           sm_intpairing.o                            188      0         0      
           hci_tl.o                                   176      0         6      
           gap_linkmgr.o                              180      0         0      
           l2cap_task.o                               120      0         0      
           gap_centlinkmgr.o                          82       0         0      
           att_util.o                                 72       0         0      
           gap_configmgr.o                            64       0         0      
           sm_task.o                                  56       0         2      
           gatt_task.o                                44       0         0      
           ll_rat.o                                   32       0         0      
           gatt_uuid.o                                0        28        0      
           ll_privacy.o                               0        0         4      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     39810    352       961    
                                                                                
        C:/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/source/ti/ble5stack/libraries/cc26x2r1/StackWrapper.a
           gapbondmgr.o                               6928     0         326    
           osal.o                                     2010     0         45     
           osal_timers.o                              732      0         12     
           osal_cbtimer.o                             572      0         122    
           gap.o                                      524      0         2      
           gattservapp_util.o                         402      0         0      
           osal_bufmgr.o                              256      0         4      
           osal_snv_wrapper.o                         152      0         60     
           sm_ecc.o                                   148      0         0      
           ble_dispatch_lite.o                        144      0         1      
           icall_lite_translation.o                   102      0         0      
           osal_clock.o                               80       0         8      
           hal_assert.o                               76       0         6      
           osal_list.o                                68       0         0      
           icall_startup.o                            52       0         0      
           osal_memory_icall.o                        48       0         0      
           osal_pwrmgr.o                              24       0         3      
           onboard.o                                  18       0         0      
           common_rom_init.o                          2        0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     12338    0         589    
                                                                                
        C:/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/source/ti/devices/cc13x2_cc26x2/driverlib/bin/ticlang/driverlib.lib
           osc.o                                      538      0         32     
           sys_ctrl.o                                 432      0         0      
           setup.o                                    424      0         0      
           aes.o                                      336      0         0      
           chipinfo.o                                 294      0         0      
           pka.o                                      32       192       0      
           prcm.o                                     136      0         0      
           aux_sysif.o                                72       8         0      
           flash.o                                    60       0         0      
           cpu.o                                      32       0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     2356     200       32     
                                                                                
        C:/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/source/ti/drivers/lib/ticlang/m4f/drivers_cc26x2.a
           PowerCC26X2.c.obj                          1818     84        372    
           ECDHCC26X2.c.obj                           1716     72        5      
           TRNGCC26XX.c.obj                           1000     0         104    
           AESCTRCC26XX.c.obj                         902      0         1      
           AESCTRDRBGXX.c.obj                         890      0         1      
           PowerCC26X2_calibrateRCOSC.c.obj           836      0         0      
           AESECBCC26XX.c.obj                         776      0         1      
           AESCCMCC26XX.c.obj                         704      0         1      
           PowerCC26X2_calibrateRCOSC_helpers.c.obj   432      0         0      
           GPIOCC26X2.c.obj                           328      0         29     
           CryptoResourceCC26XX.c.obj                 134      0         189    
           PowerCC26X2_helpers.c.obj                  318      0         0      
           PKAResourceCC26XX.c.obj                    98       0         190    
           CryptoUtils.c.obj                          212      0         0      
           List.c.obj                                 208      0         0      
           GPIOCC26XX.c.obj                           200      0         0      
           Random.c.obj                               164      12        20     
           StructRingBuf.c.obj                        194      0         0      
           AESECB.c.obj                               44       16        0      
           GPIO.c.obj                                 60       0         0      
           AESCCM.c.obj                               42       16        0      
           AESCTRDRBG.c.obj                           28       28        0      
           ECDH.c.obj                                 38       16        0      
           TRNG.c.obj                                 32       20        0      
           AESCTR.c.obj                               32       16        0      
           CryptoKeyPlaintext.c.obj                   24       0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     11230    280       913    
                                                                                
        C:/ti/simplelink_cc13xx_cc26xx_sdk_6_30_01_03/source/ti/drivers/rf/lib/ticlang/m4f/rf_multiMode_cc26x2.a
           RFCC26X2_multiMode.c.cc26x2.ticlang.o      9536     40        1316   
           rf_patch_cpe_bt5.c.cc26x2.ticlang.o        132      1336      1      
           rf_patch_mce_bt5.c.cc26x2.ticlang.o        92       756       0      
           rfc.c.cc26x2.ticlang.o                     268      0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     10028    2132      1317   
                                                                                
        C:\ti\ccs1210\ccs\tools\compiler\ti-cgt-armllvm_2.1.2.LTS\lib\armv7em-ti-none-eabihf/c/libc.a
           copy_decompress_lzss.c.obj                 106      0         0      
           autoinit.c.obj                             56       0         0      
           _lock.c.obj                                26       0         8      
           args_main.c.obj                            20       0         0      
           memcpy_t2.S.obj                            18       0         0      
           copy_zero_init.c.obj                       16       0         0      
           copy_decompress_none.c.obj                 14       0         0      
           memset_t2.S.obj                            14       0         0      
           strlen.c.obj                               14       0         0      
           exit.c.obj                                 4        0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     288      0         8      
                                                                                
        C:\ti\ccs1210\ccs\tools\compiler\ti-cgt-armllvm_2.1.2.LTS\lib\clang/14.0.6/lib/armv7em-ti-none-eabihf/libclang_rt.builtins.a
           udivmoddi4.S.obj                           176      0         0      
           aeabi_memset.S.obj                         20       0         0      
           aeabi_uldivmod.S.obj                       20       0         0      
           aeabi_memcpy.S.obj                         4        0         0      
           aeabi_div0.c.obj                           2        0         0      
        +--+------------------------------------------+--------+---------+---------+
           Total:                                     222      0         0      
                                                                                
           Stack:                                     0        0         1024   
           Linker Generated:                          0        3721      0      
        +--+------------------------------------------+--------+---------+---------+
           Grand Total:                               105664   13687     27696  
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 00055224 records: 4, size/record: 8, table size: 32
    	.data: load addr=000543b8, load size=00000e45 bytes, run addr=20001830, run size=00000e3d bytes, compression=copy
    	.TI.bound:dmaUart0RxControlTableEntry: load addr=0005520c, load size=00000008 bytes, run addr=20001810, run size=00000010 bytes, compression=zero_init
    	.TI.bound:dmaUart0TxControlTableEntry: load addr=00055214, load size=00000008 bytes, run addr=20001820, run size=00000010 bytes, compression=zero_init
    	.bss: load addr=0005521c, load size=00000008 bytes, run addr=20002670, run size=000018fb bytes, compression=zero_init
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 00055200 records: 3, size/record: 4, table size: 12
    	index: 0, handler: __TI_decompress_lzss
    	index: 1, handler: __TI_decompress_none
    	index: 2, handler: __TI_zero_init
    
    
    FAR CALL TRAMPOLINES
    
    callee name               trampoline name
       callee addr  tramp addr   call addr  call info
    --------------  -----------  ---------  ----------------
    smGeneratePairingReqRsp   $Tramp$TT$L$PI$$smGeneratePairingReqRsp
       1001ffdd     000516e8     00051690   rom_init.o (.text.smGeneratePairingReqRsp_hook)
    gapSendSlaveSecurityReqEvent  $Tramp$TT$L$PI$$gapSendSlaveSecurityReqEvent
       10020709     000516f0     00051668   rom_init.o (.text.gapSendSlaveSecurityReqEvent_hook)
    LL_PseudoRand             $Tramp$TT$L$PI$$LL_PseudoRand
       1002479d     000516f8     00050ffe   StackWrapper.a : onboard.o (.text)
    llResetRadio              $Tramp$TT$L$PI$$llResetRadio
       10026ed5     00051700     00050a00   OneLib.a : ll_isr.o (.text)
    smpResponderProcessPairingReq  $Tramp$TT$L$PI$$smpResponderProcessPairingReq
       1002411d     00051708     000501e0   OneLib.a : sm_rsppairing.o (.text)
    smpInitiatorProcessPairingRsp  $Tramp$TT$L$PI$$smpInitiatorProcessPairingRsp
       10013de5     00051710     000501c0   OneLib.a : sm_intpairing.o (.text)
    SM_RegisterTask           $Tramp$TT$L$PI$$SM_RegisterTask
       10026db1     00051718     0004fc62   StackWrapper.a : gapbondmgr.o (.text)
    GATT_ServiceChangedInd    $Tramp$TT$L$PI$$GATT_ServiceChangedInd
       1001afe1     00051720     0004f72a   OneLib.a : gattservapp.o (.text)
    gattServApp_RegisterServiceCBs  $Tramp$TT$L$PI$$gattServApp_RegisterServiceCBs
       10020e11     00051728     0004f35a   OneLib.a : gattservapp.o (.text)
    GATT_RegisterService      $Tramp$TT$L$PI$$GATT_RegisterService
       100178a9     00051730     0004f34c   OneLib.a : gattservapp.o (.text)
    gattNotifyEvent           $Tramp$TT$L$PI$$gattNotifyEvent
       1001a5d9     00051738     0004f32c   OneLib.a : gatt_task.o (.text)
    ATT_UpdateMTU             $Tramp$TT$L$PI$$ATT_UpdateMTU
       100229f5     00051740     0004f312   OneLib.a : gatt_task.o (.text)
    ROM_BASE_ADDR             $Tramp$TT$L$PI$$ROM_BASE_ADDR
       10007001     00051748     0004ecf2   rom_init.o (.text.ROM_Init)
    GAP_PasscodeUpdate        $Tramp$TT$L$PI$$GAP_PasscodeUpdate
       1001e805     00051750     0004ea5a   StackWrapper.a : gapbondmgr.o (.text)
    L2CAP_bm_alloc            $Tramp$TT$L$PI$$L2CAP_bm_alloc
       10025415     00051758     0004e5ec   StackWrapper.a : ble_dispatch_lite.o (.text)
    smpResponderProcessIncoming  $Tramp$TT$L$PI$$smpResponderProcessIncoming
       10014a79     00051760     0004e4a8   OneLib.a : sm_rsppairing.o (.text)
    linkDB_Add                $Tramp$TT$L$PI$$linkDB_Add
       100184cd     00051768     0004e3c4   OneLib.a : linkdb.o (.text)
    HCI_CommandCompleteEvent  $Tramp$TT$L$PI$$HCI_CommandCompleteEvent
       1001922d     00051770     0004e386   OneLib.a : hci.o (.text)
                                 000506c2            : hci.o (.text)
    smGenerateRandMsg         $Tramp$TT$L$PI$$smGenerateRandMsg
       10023055     00051778     0004d860   OneLib.a : sm_intpairing.o (.text)
    ATT_ExchangeMTURsp        $Tramp$TT$L$PI$$ATT_ExchangeMTURsp
       10025145     00051780     0004d748   OneLib.a : gattservapp.o (.text)
    HCI_LE_SetResolvablePrivateAddressTimeoutCmd  $Tramp$TT$L$PI$$HCI_LE_SetResolvablePrivateAddressTimeoutCmd
       100252d5     00051788     0004d716   OneLib.a : gap_configmgr.o (.text)
    LL_ReadLocalP256PublicKeyCompleteEventCback  $Tramp$TT$L$PI$$LL_ReadLocalP256PublicKeyCompleteEventCback
       10014429     00051790     0004d46a   OneLib.a : ll.o (.text)
    attSendMsg                $Tramp$TT$L$PI$$attSendMsg
       10017365     00051798     0004cd76   OneLib.a : att_util.o (.text)
    gattGetClientStatus       $Tramp$TT$L$PI$$gattGetClientStatus
       10023625     000517a0     0004cd62   OneLib.a : att_util.o (.text)
    gattGetServerStatus       $Tramp$TT$L$PI$$gattGetServerStatus
       100236f5     000517a8     0004cd4e   OneLib.a : att_util.o (.text)
    llCheckRxBuffers          $Tramp$TT$L$PI$$llCheckRxBuffers
       1002437d     000517b0     0004ca98   OneLib.a : ble.o (.text)
    SM_ResponderInit          $Tramp$TT$L$PI$$SM_ResponderInit
       1001c805     000517b8     0004c674   StackWrapper.a : gap.o (.text)
    gap_PeriConnRegister      $Tramp$TT$L$PI$$gap_PeriConnRegister
       1001e925     000517c0     0004c66c   StackWrapper.a : gap.o (.text)
    gapAdv_init               $Tramp$TT$L$PI$$gapAdv_init
       10014f69     000517c8     0004c664   StackWrapper.a : gap.o (.text)
    SM_InitiatorInit          $Tramp$TT$L$PI$$SM_InitiatorInit
       1002404d     000517d0     0004c65a   StackWrapper.a : gap.o (.text)
    gap_CentConnRegister      $Tramp$TT$L$PI$$gap_CentConnRegister
       10021b91     000517d8     0004c656   StackWrapper.a : gap.o (.text)
    gapScan_init              $Tramp$TT$L$PI$$gapScan_init
       1001e985     000517e0     0004c64e   StackWrapper.a : gap.o (.text)
    gap_PrivacyInit           $Tramp$TT$L$PI$$gap_PrivacyInit
       10021439     000517e8     0004c644   StackWrapper.a : gap.o (.text)
    gap_SecParamsInit         $Tramp$TT$L$PI$$gap_SecParamsInit
       100234ed     000517f0     0004c63c   StackWrapper.a : gap.o (.text)
    hciInitEventMasks         $Tramp$TT$L$PI$$hciInitEventMasks
       1001fb45     000517f8     0004c3c8   OneLib.a : hci_tl.o (.text)
    gapFindADType             $Tramp$TT$L$PI$$gapFindADType
       1001e7a5     00051800     0004c384   OneLib.a : gap_scanner.o (.text)
    gapPeriProcessSignalEvt   $Tramp$TT$L$PI$$gapPeriProcessSignalEvt
       1001bca1     00051808     0004c340   OneLib.a : gap_perilinkmgr.o (.text)
    gapCentProcessSignalEvt   $Tramp$TT$L$PI$$gapCentProcessSignalEvt
       100171d5     00051810     0004c118   OneLib.a : gap_centlinkmgr.o (.text)
    gapCentProcessConnUpdateCompleteEvt  $Tramp$TT$L$PI$$gapCentProcessConnUpdateCompleteEvt
       10025d89     00051818     0004c112   OneLib.a : gap_centlinkmgr.o (.text)
    LL_GenerateDHKeyCompleteEventCback  $Tramp$TT$L$PI$$LL_GenerateDHKeyCompleteEventCback
       1001621d     00051820     0004bfda   OneLib.a : ll.o (.text)
    HCI_CommandStatusEvent    $Tramp$TT$L$PI$$HCI_CommandStatusEvent
       1001f1a1     00051828     0004b7b4   OneLib.a : hci.o (.text)
                                 0004b7c6            : hci.o (.text)
    LL_SetPhy                 $Tramp$TT$L$PI$$LL_SetPhy
       100131d1     00051830     0004b784   OneLib.a : hci.o (.text)
    smFinishPublicKeyExchange  $Tramp$TT$L$PI$$smFinishPublicKeyExchange
       10014e6d     00051838     0004b764   OneLib.a : sm_rsppairing.o (.text)
    smSaveRemotePublicKeys    $Tramp$TT$L$PI$$smSaveRemotePublicKeys
       1002308d     00051840     0004b75c   OneLib.a : sm_rsppairing.o (.text)
    smpInitiatorProcessPairingPubKey  $Tramp$TT$L$PI$$smpInitiatorProcessPairingPubKey
       10018b99     00051848     0004b70a   OneLib.a : sm_intpairing.o (.text)
    gapSendLinkUpdateEvent    $Tramp$TT$L$PI$$gapSendLinkUpdateEvent
       10020755     00051850     0004b656   OneLib.a : gap_perilinkmgr.o (.text)
    gapL2capConnParamUpdateReq  $Tramp$TT$L$PI$$gapL2capConnParamUpdateReq
       10023589     00051858     0004b61e   OneLib.a : gap_perilinkmgr.o (.text)
                                 00050f42            : gap_perilinkmgr.o (.text)
    GAP_SendSlaveSecurityRequest  $Tramp$TT$L$PI$$GAP_SendSlaveSecurityRequest
       1001e8c5     00051860     0004b47e   StackWrapper.a : gapbondmgr.o (.text)
    smGenerateAddrInput       $Tramp$TT$L$PI$$smGenerateAddrInput
       10014979     00051868     0004b3d6   OneLib.a : sm_pairing.o (.text)
    LE_AE_SetData             $Tramp$TT$L$PI$$LE_AE_SetData
       10015519     00051870     0004b306   OneLib.a : ll_ae.o (.text)
                                 0004b366            : ll_ae.o (.text)
    gattServApp_DequeueReTx   $Tramp$TT$L$PI$$gattServApp_DequeueReTx
       1001d9a5     00051878     0004ae58   OneLib.a : gattservapp.o (.text)
    gattServApp_ProcessMsg    $Tramp$TT$L$PI$$gattServApp_ProcessMsg
       10011931     00051880     0004ae40   OneLib.a : gattservapp.o (.text)
    gapGetState               $Tramp$TT$L$PI$$gapGetState
       10026ca9     00051888     000495e6   StackWrapper.a : gap.o (.text)
    l2capProcessRxData        $Tramp$TT$L$PI$$l2capProcessRxData
       100192d1     00051890     00049468   OneLib.a : l2cap_task.o (.text)
    l2capDisconnectChannel    $Tramp$TT$L$PI$$l2capDisconnectChannel
       10023e79     00051898     0004945e   OneLib.a : l2cap_task.o (.text)
    l2capFindRemoteCID        $Tramp$TT$L$PI$$l2capFindRemoteCID
       10014831     000518a0     0004944a   OneLib.a : l2cap_task.o (.text)
    linkDB_GetInfo            $Tramp$TT$L$PI$$linkDB_GetInfo
       1001dcf9     000518a8     000493c2   OneLib.a : gap_linkmgr.o (.text)
                                 0004b438   StackWrapper.a : gapbondmgr.o (.text)
    gattServApp_FindWriteAttrCB  $Tramp$TT$L$PI$$gattServApp_FindWriteAttrCB
       100265cd     000518b0     00048fe0   OneLib.a : gattservapp.o (.text)
    linkDB_PerformFunc        $Tramp$TT$L$PI$$linkDB_PerformFunc
       10022ccd     000518b8     00048f76   StackWrapper.a : gapbondmgr.o (.text)
    LL_ConnParamUpdateCback   $Tramp$TT$L$PI$$LL_ConnParamUpdateCback
       10016dd9     000518c0     00048f22   OneLib.a : ll_common.o (.text)
    gapAdv_processRemoveSetEvt  $Tramp$TT$L$PI$$gapAdv_processRemoveSetEvt
       10025d69     000518c8     00048d4c   OneLib.a : gap_task.o (.text)
    gapScan_processSessionEndEvt  $Tramp$TT$L$PI$$gapScan_processSessionEndEvt
       1001f031     000518d0     00048d42   OneLib.a : gap_task.o (.text)
    gapProcessDisconnectCompleteEvt  $Tramp$TT$L$PI$$gapProcessDisconnectCompleteEvt
       1001c235     000518d8     00048d0e   OneLib.a : gap_task.o (.text)
    LL_ENC_LoadKey            $Tramp$TT$L$PI$$LL_ENC_LoadKey
       10022f3d     000518e0     00048c28   OneLib.a : ll_enc.o (.text)
                                 00049db6            : ll_enc.o (.text)
    LL_ENC_GenerateNonce      $Tramp$TT$L$PI$$LL_ENC_GenerateNonce
       10025ba1     000518e8     00048c18   OneLib.a : ll_enc.o (.text)
                                 00049da6            : ll_enc.o (.text)
    GATT_Init                 $Tramp$TT$L$PI$$GATT_Init
       100222f1     000518f0     00048116   osal_icall_ble.o (.text.osalInitTasks)
    SM_Init                   $Tramp$TT$L$PI$$SM_Init
       10021989     000518f8     00048110   osal_icall_ble.o (.text.osalInitTasks)
    GAP_Init                  $Tramp$TT$L$PI$$GAP_Init
       1002516d     00051900     0004810a   osal_icall_ble.o (.text.osalInitTasks)
    L2CAP_Init                $Tramp$TT$L$PI$$L2CAP_Init
       100162f9     00051908     00048104   osal_icall_ble.o (.text.osalInitTasks)
    gapInit_sendConnCancelledEvt  $Tramp$TT$L$PI$$gapInit_sendConnCancelledEvt
       10023555     00051910     00048098   OneLib.a : gap_task.o (.text)
    gapInit_initiatingEnd     $Tramp$TT$L$PI$$gapInit_initiatingEnd
       10022201     00051918     00048094   OneLib.a : gap_task.o (.text)
    gapReadBufSizeCmdStatus   $Tramp$TT$L$PI$$gapReadBufSizeCmdStatus
       1001f425     00051920     0004808e   OneLib.a : gap_task.o (.text)
    llStartDurationTimer      $Tramp$TT$L$PI$$llStartDurationTimer
       10023fb1     00051928     00048014   OneLib.a : ll_scheduler.o (.text)
    GATT_ServiceEncKeySize    $Tramp$TT$L$PI$$GATT_ServiceEncKeySize
       100261c1     00051930     00047e06   OneLib.a : gatt_server.o (.text)
                                 00047e46            : gatt_server.o (.text)
                                 00047e5e            : gatt_server.o (.text)
                                 00049c34            : gatt_server.o (.text)
                                 00049c42            : gatt_server.o (.text)
                                 00049c5a            : gatt_server.o (.text)
    gattServApp_FindPrepareWriteQ  $Tramp$TT$L$PI$$gattServApp_FindPrepareWriteQ
       100244cd     00051938     00047a88   OneLib.a : gattservapp.o (.text)
                                 0004be9a            : gattservapp.o (.text)
                                 0004bea6            : gattservapp.o (.text)
    linkDB_State              $Tramp$TT$L$PI$$linkDB_State
       10024dd5     00051940     00047a7e   OneLib.a : gattservapp.o (.text)
    LL_CountAdvSets           $Tramp$TT$L$PI$$LL_CountAdvSets
       100217f1     00051948     00047644   OneLib.a : ll_scheduler.o (.text)
                                 0004816e            : ll.o (.text)
    l2capRegisterATTReTxTask  $Tramp$TT$L$PI$$l2capRegisterATTReTxTask
       10026d45     00051950     0004756a   OneLib.a : gattservapp.o (.text)
    linkDB_Register           $Tramp$TT$L$PI$$linkDB_Register
       1002543d     00051958     00047560   OneLib.a : gattservapp.o (.text)
    GATT_RegisterForReq       $Tramp$TT$L$PI$$GATT_RegisterForReq
       10026cfd     00051960     0004755a   OneLib.a : gattservapp.o (.text)
    gattServApp_SetNumPrepareWrites  $Tramp$TT$L$PI$$gattServApp_SetNumPrepareWrites
       100175ad     00051968     00047554   OneLib.a : gattservapp.o (.text)
    GAP_RegisterBondMgrCBs    $Tramp$TT$L$PI$$GAP_RegisterBondMgrCBs
       10026ce5     00051970     000472d0   StackWrapper.a : gapbondmgr.o (.text)
    HCI_LE_ClearResolvingListCmd  $Tramp$TT$L$PI$$HCI_LE_ClearResolvingListCmd
       10025285     00051978     00046f3e   StackWrapper.a : gapbondmgr.o (.text)
    LL_CtrlToHostFlowControl  $Tramp$TT$L$PI$$LL_CtrlToHostFlowControl
       10026675     00051980     00046d5a   OneLib.a : hci_data.o (.text)
    llSetupRejectIndExt       $Tramp$TT$L$PI$$llSetupRejectIndExt
       1001d151     00051988     0004657c   OneLib.a : ll_slave_end_causes.o (.text)
    llMoveTempTxDataEntries   $Tramp$TT$L$PI$$llMoveTempTxDataEntries
       1001e22d     00051990     00046564   OneLib.a : ll_slave_end_causes.o (.text)
    LL_RX_bm_alloc            $Tramp$TT$L$PI$$LL_RX_bm_alloc
       100254dd     00051998     000460ec   OneLib.a : ble.o (.text)
                                 0004cec6            : ll_common.o (.text)
    llAlignToNextEvent        $Tramp$TT$L$PI$$llAlignToNextEvent
       10015a8d     000519a0     00045e28   OneLib.a : ll.o (.text)
    llWriteTxData             $Tramp$TT$L$PI$$llWriteTxData
       1001a921     000519a8     00045e14   OneLib.a : ll.o (.text)
    llFragmentPDU             $Tramp$TT$L$PI$$llFragmentPDU
       1001c0b9     000519b0     00045df8   OneLib.a : ll.o (.text)
    HCI_DataBufferOverflowEvent  $Tramp$TT$L$PI$$HCI_DataBufferOverflowEvent
       10020a4d     000519b8     00045dce   OneLib.a : ll.o (.text)
    LL_ConnActive             $Tramp$TT$L$PI$$LL_ConnActive
       10023ee1     000519c0     00045db6   OneLib.a : ll.o (.text)
                                 00046dee            : ll.o (.text)
                                 0004d22e            : ll.o (.text)
    GapScan_discardAdvReportList  $Tramp$TT$L$PI$$GapScan_discardAdvReportList
       10022a2d     000519c8     000458a0   OneLib.a : gap_scanner.o (.text)
    gapClrState               $Tramp$TT$L$PI$$gapClrState
       100258ad     000519d0     00045864   OneLib.a : gap_scanner.o (.text)
    gapScan_discardAdvRptSession  $Tramp$TT$L$PI$$gapScan_discardAdvRptSession
       10020d81     000519d8     0004585e   OneLib.a : gap_scanner.o (.text)
    HCI_LE_LtkReqNegReplyCmd  $Tramp$TT$L$PI$$HCI_LE_LtkReqNegReplyCmd
       100237c5     000519e0     000444f2   OneLib.a : sm_rsppairing.o (.text)
    HCI_LE_LtkReqReplyCmd     $Tramp$TT$L$PI$$HCI_LE_LtkReqReplyCmd
       10023791     000519e8     000444ea   OneLib.a : sm_rsppairing.o (.text)
    smEndPairing              $Tramp$TT$L$PI$$smEndPairing
       10020085     000519f0     000444b2   OneLib.a : sm_rsppairing.o (.text)
                                 0004c124            : gap_centlinkmgr.o (.text)
    smDetermineKeySize        $Tramp$TT$L$PI$$smDetermineKeySize
       10024f35     000519f8     0004446a   OneLib.a : sm_rsppairing.o (.text)
                                 000444a4            : sm_rsppairing.o (.text)
    sm_s1                     $Tramp$TT$L$PI$$sm_s1
       1001ff89     00051a00     00044448   OneLib.a : sm_rsppairing.o (.text)
    ATT_ReadByTypeReq         $Tramp$TT$L$PI$$ATT_ReadByTypeReq
       100242bd     00051a08     00043ada   OneLib.a : gatt_client.o (.text)
                                 00043ae6            : gatt_client.o (.text)
    ATT_ReadByTypeRsp         $Tramp$TT$L$PI$$ATT_ReadByTypeRsp
       10021a91     00051a10     000427bc   OneLib.a : gattservapp.o (.text)
    gattServApp_buildReadByTypeRsp  $Tramp$TT$L$PI$$gattServApp_buildReadByTypeRsp
       1001a63d     00051a18     00042706   OneLib.a : gattservapp.o (.text)
    GapConfig_SetParameter    $Tramp$TT$L$PI$$GapConfig_SetParameter
       10021bd1     00051a20     00042660   StackWrapper.a : gap.o (.text)
                                 00042690                  : gap.o (.text)
    gap_ParamsInit            $Tramp$TT$L$PI$$gap_ParamsInit
       1001c1b9     00051a28     0004261a   StackWrapper.a : gap.o (.text)
    GAP_UpdateLinkParamReqReply  $Tramp$TT$L$PI$$GAP_UpdateLinkParamReqReply
       100157d9     00051a30     00042156   OneLib.a : gap_task.o (.text)
    GAP_GetParamValue         $Tramp$TT$L$PI$$GAP_GetParamValue
       1001bd21     00051a38     000420d0   OneLib.a : gap_task.o (.text)
                                 0004260a   StackWrapper.a : gap.o (.text)
    linkDB_Update             $Tramp$TT$L$PI$$linkDB_Update
       10022c95     00051a40     000420ca   OneLib.a : gap_task.o (.text)
                                 00042118            : gap_task.o (.text)
    linkDB_updateConnParam    $Tramp$TT$L$PI$$linkDB_updateConnParam
       10025465     00051a48     000420be   OneLib.a : gap_task.o (.text)
    gapProcessConnEvt         $Tramp$TT$L$PI$$gapProcessConnEvt
       10021d11     00051a50     000420aa   OneLib.a : gap_task.o (.text)
                                 00048d2a            : gap_task.o (.text)
    gapProcessConnectionCompleteEvt  $Tramp$TT$L$PI$$gapProcessConnectionCompleteEvt
       10019189     00051a58     0004207c   OneLib.a : gap_task.o (.text)
    llRealignConn             $Tramp$TT$L$PI$$llRealignConn
       1000e49d     00051a60     00041f26   OneLib.a : ll_common.o (.text)
    llEndExtScanTask          $Tramp$TT$L$PI$$llEndExtScanTask
       10021835     00051a68     00041810   OneLib.a : ll_ae.o (.text)
    llTimeDelta               $Tramp$TT$L$PI$$llTimeDelta
       10026e41     00051a70     00041636   OneLib.a : ll_scheduler.o (.text)
                                 000437a2            : ll_common.o (.text)
                                 00043f56            : ll_scheduler.o (.text)
                                 00043fbc            : ll_scheduler.o (.text)
                                 00044982            : ll_common.o (.text)
    ATT_ReadByGrpTypeRsp      $Tramp$TT$L$PI$$ATT_ReadByGrpTypeRsp
       10021ad1     00051a78     0004150a   OneLib.a : gattservapp.o (.text)
    GATT_bm_alloc             $Tramp$TT$L$PI$$GATT_bm_alloc
       1001b06d     00051a80     00041402   OneLib.a : gattservapp.o (.text)
                                 00046682   StackWrapper.a : gattservapp_util.o (.text)
                                 00048a7e   oad.o (.text.oadSendNotification)
                                 0004e5e2   StackWrapper.a : ble_dispatch_lite.o (.text)
    ATT_GetMTU                $Tramp$TT$L$PI$$ATT_GetMTU
       1002434d     00051a88     000413c2   OneLib.a : gattservapp.o (.text)
                                 000426bc            : gattservapp.o (.text)
    LL_DirectTestEndDoneCback  $Tramp$TT$L$PI$$LL_DirectTestEndDoneCback
       10024d7d     00051a90     00040e50   OneLib.a : ll_isr.o (.text)
                                 00046456            : ll.o (.text)
                                 000464a6            : ll.o (.text)
    llSetTxPower              $Tramp$TT$L$PI$$llSetTxPower
       1001e421     00051a98     00040e48   OneLib.a : ll_isr.o (.text)
                                 0004644e            : ll.o (.text)
    L2CAP_SetUserConfig       $Tramp$TT$L$PI$$L2CAP_SetUserConfig
       10026ae5     00051aa0     00040404   ble_user_config_stack.o (.text.setBleUserConfig)
    LL_AE_Init                $Tramp$TT$L$PI$$LL_AE_Init
       1001def1     00051aa8     0003ff6a   OneLib.a : ll.o (.text)
    LL_PRIV_Init              $Tramp$TT$L$PI$$LL_PRIV_Init
       1001ad19     00051ab0     0003ff66   OneLib.a : ll.o (.text)
    llReleaseAllConnId        $Tramp$TT$L$PI$$llReleaseAllConnId
       10022855     00051ab8     0003fedc   OneLib.a : ll.o (.text)
    LL_ClearWhiteList         $Tramp$TT$L$PI$$LL_ClearWhiteList
       10025505     00051ac0     0003fe92   OneLib.a : ll.o (.text)
    WL_Init                   $Tramp$TT$L$PI$$WL_Init
       100249dd     00051ac8     0003fe8e   OneLib.a : ll.o (.text)
    gattServApp_FindReadAttrCB  $Tramp$TT$L$PI$$gattServApp_FindReadAttrCB
       100265b5     00051ad0     0003fc2e   OneLib.a : gattservapp.o (.text)
    ATT_CompareUUID           $Tramp$TT$L$PI$$ATT_CompareUUID
       1001d7f5     00051ad8     0003fb6e   OneLib.a : gattservapp.o (.text)
                                 00043a54            : gatt_client.o (.text)
    GATT_FindHandle           $Tramp$TT$L$PI$$GATT_FindHandle
       10020dc9     00051ae0     0003faf8   OneLib.a : gattservapp.o (.text)
                                 0003fb42            : gattservapp.o (.text)
                                 00048fd4            : gattservapp.o (.text)
                                 00049e8c            : gatt_server.o (.text)
                                 0004fc0a            : gatt_server.o (.text)
                                 0004fdb0            : gatt_server.o (.text)
    gattServApp_FindAuthorizeAttrCB  $Tramp$TT$L$PI$$gattServApp_FindAuthorizeAttrCB
       100265e5     00051ae8     0003fa74   OneLib.a : gattservapp.o (.text)
                                 00047e26            : gatt_server.o (.text)
                                 00049c6c            : gatt_server.o (.text)
    HCI_LE_SetPrivacyModeCmd  $Tramp$TT$L$PI$$HCI_LE_SetPrivacyModeCmd
       100252fd     00051af0     0003f1f0   StackWrapper.a : gapbondmgr.o (.text)
                                 00046fb0                  : gapbondmgr.o (.text)
    LL_PRIV_UpdateExtWLEntry  $Tramp$TT$L$PI$$LL_PRIV_UpdateExtWLEntry
       10019ba5     00051af8     0003ed10   OneLib.a : ll_isr.o (.text)
                                 0003ed7c            : ll_isr.o (.text)
    WL_FindEntry              $Tramp$TT$L$PI$$WL_FindEntry
       1001d239     00051b00     0003ecf8   OneLib.a : ll_isr.o (.text)
                                 0003ed64            : ll_isr.o (.text)
                                 00043236            : ll_common.o (.text)
    llAtLeastTwoChans         $Tramp$TT$L$PI$$llAtLeastTwoChans
       10022e8d     00051b08     0003eb46   OneLib.a : ll_isr.o (.text)
                                 0003ee36            : ll_isr.o (.text)
                                 000459c8            : ll.o (.text)
    LL_ENC_Init               $Tramp$TT$L$PI$$LL_ENC_Init
       1002494d     00051b10     0003e6a6   OneLib.a : ll.o (.text)
    LL_PRIV_GenerateRSA       $Tramp$TT$L$PI$$LL_PRIV_GenerateRSA
       10021f91     00051b18     0003e6a2   OneLib.a : ll.o (.text)
    ll_eccInit                $Tramp$TT$L$PI$$ll_eccInit
       1001e5b1     00051b20     0003e5f2   OneLib.a : ll.o (.text)
    linkDB_SecurityModeSCOnly  $Tramp$TT$L$PI$$linkDB_SecurityModeSCOnly
       10026d5d     00051b28     0003dc34   StackWrapper.a : gapbondmgr.o (.text)
    llGetCurrentTime          $Tramp$TT$L$PI$$llGetCurrentTime
       10026b85     00051b30     0003d7c2   OneLib.a : ll_scheduler.o (.text)
                                 0003d85a            : ll_scheduler.o (.text)
                                 0003d86e            : ll_scheduler.o (.text)
                                 0003d934            : ll_scheduler.o (.text)
                                 0003d9f2            : ll_scheduler.o (.text)
                                 0003e7fe            : ll_ae.o (.text)
                                 0003e82a            : ll_ae.o (.text)
                                 00040604            : ll_scheduler.o (.text)
                                 00040612            : ll_scheduler.o (.text)
                                 00040654            : ll_scheduler.o (.text)
                                 00040662            : ll_scheduler.o (.text)
                                 0004154e            : ll_scheduler.o (.text)
                                 0004183a            : ll_ae.o (.text)
                                 00041ef0            : ll_common.o (.text)
                                 00043f36            : ll_scheduler.o (.text)
                                 000446f0            : ll_ae.o (.text)
                                 0004476c            : ll_ae.o (.text)
                                 0004497a            : ll_common.o (.text)
                                 00044e62            : ll_scheduler.o (.text)
                                 00045aa8            : ll_ae.o (.text)
                                 00047f20            : ll_common.o (.text)
                                 00048830            : ll_ae.o (.text)
                                 0004cafe            : ll_scheduler.o (.text)
    llProcessPostRfOps        $Tramp$TT$L$PI$$llProcessPostRfOps
       1001f73d     00051b38     0003d71e   OneLib.a : ll_scheduler.o (.text)
    llEndExtAdvTask           $Tramp$TT$L$PI$$llEndExtAdvTask
       10022819     00051b40     0003d6b2   OneLib.a : ll_ae.o (.text)
                                 0004102e            : ll_ae.o (.text)
                                 0004d2f2            : ll_ae.o (.text)
    LL_PRIV_SetupPrivacy      $Tramp$TT$L$PI$$LL_PRIV_SetupPrivacy
       10021fd1     00051b48     0003d5de   OneLib.a : ll_ae.o (.text)
    llExtAdvCBack             $Tramp$TT$L$PI$$llExtAdvCBack
       10025f69     00051b50     0003d5be   OneLib.a : ll_ae.o (.text)
                                 0004109c            : ll_ae.o (.text)
                                 00041928            : ll_ae.o (.text)
                                 000423f8            : ll_isr.o (.text)
                                 00045b26            : ll_ae.o (.text)
                                 00047fe6            : ll_scheduler.o (.text)
                                 0004802c            : ll_scheduler.o (.text)
                                 0004df16            : ll_ae.o (.text)
    llCheckCBack              $Tramp$TT$L$PI$$llCheckCBack
       10026269     00051b58     0003d5a0   OneLib.a : ll_ae.o (.text)
                                 00042368            : ll_isr.o (.text)
    llAllocRfMem              $Tramp$TT$L$PI$$llAllocRfMem
       10019419     00051b60     0003d454   OneLib.a : ll_ae.o (.text)
    llProcessTxData           $Tramp$TT$L$PI$$llProcessTxData
       1001abf9     00051b68     0003d04a   OneLib.a : ll_slave_end_causes.o (.text)
                                 0005011e            : ll_isr.o (.text)
    llProcessSlaveControlProcedures  $Tramp$TT$L$PI$$llProcessSlaveControlProcedures
       10009a0d     00051b70     0003d01c   OneLib.a : ll_slave_end_causes.o (.text)
    HCI_HardwareErrorEvent    $Tramp$TT$L$PI$$HCI_HardwareErrorEvent
       1001aa49     00051b78     0003c4da   OneLib.a : ll.o (.text)
                                 0003c508            : ll.o (.text)
                                 00040876            : ll_common.o (.text)
                                 00045dac            : ll.o (.text)
                                 0004ced4            : ll_common.o (.text)
                                 0004de5e            : hci_event.o (.text)
    LL_PRIV_GenerateRPA       $Tramp$TT$L$PI$$LL_PRIV_GenerateRPA
       1001f36d     00051b80     0003c43e   OneLib.a : ll.o (.text)
                                 0003c48a            : ll.o (.text)
    LL_ChannelSelectionAlgorithmCback  $Tramp$TT$L$PI$$LL_ChannelSelectionAlgorithmCback
       10019e1d     00051b88     0003c3b2   OneLib.a : ll.o (.text)
    LL_PRIV_IsIDA             $Tramp$TT$L$PI$$LL_PRIV_IsIDA
       1002680d     00051b90     0003c332   OneLib.a : ll.o (.text)
    LL_PRIV_IsZeroIRK         $Tramp$TT$L$PI$$LL_PRIV_IsZeroIRK
       10026705     00051b98     0003c2ae   OneLib.a : ll.o (.text)
                                 0003c350            : ll.o (.text)
                                 0003c35c            : ll.o (.text)
                                 0003c430            : ll.o (.text)
                                 0003c47c            : ll.o (.text)
                                 0003c4ac            : ll.o (.text)
                                 0003edca            : ll_isr.o (.text)
                                 00041072            : ll_ae.o (.text)
                                 00041910            : ll_ae.o (.text)
    LL_EnhancedConnectionCompleteCback  $Tramp$TT$L$PI$$LL_EnhancedConnectionCompleteCback
       1000df2d     00051ba0     0003c228   OneLib.a : ll.o (.text)
                                 0003c24c            : ll.o (.text)
                                 0003c39e            : ll.o (.text)
                                 0003c41a            : ll.o (.text)
    llConnCleanup             $Tramp$TT$L$PI$$llConnCleanup
       10012f89     00051ba8     0003c1b8   OneLib.a : ll.o (.text)
                                 0003fece            : ll.o (.text)
                                 0004f754            : ll_common.o (.text)
    LL_DisconnectCback        $Tramp$TT$L$PI$$LL_DisconnectCback
       10019a65     00051bb0     0003c1ac   OneLib.a : ll.o (.text)
                                 0004f748            : ll_common.o (.text)
    llEventDelta              $Tramp$TT$L$PI$$llEventDelta
       10026ded     00051bb8     0003be20   OneLib.a : ll_slave_end_causes.o (.text)
                                 0003be74            : ll_slave_end_causes.o (.text)
    llEventInRange            $Tramp$TT$L$PI$$llEventInRange
       100255cd     00051bc0     0003bdb6   OneLib.a : ll_slave_end_causes.o (.text)
                                 0003bddc            : ll_slave_end_causes.o (.text)
                                 0003be00            : ll_slave_end_causes.o (.text)
    llCheckForLstoDuringSL    $Tramp$TT$L$PI$$llCheckForLstoDuringSL
       10025bc5     00051bc8     0003bd8c   OneLib.a : ll_slave_end_causes.o (.text)
    RFHAL_NextDataEntryDone   $Tramp$TT$L$PI$$RFHAL_NextDataEntryDone
       100243dd     00051bd0     0003bccc   OneLib.a : ll_isr.o (.text)
                                 00049cec            : ll_ae.o (.text)
    LL_PRIV_UpdateRL          $Tramp$TT$L$PI$$LL_PRIV_UpdateRL
       10021171     00051bd8     0003bbca   OneLib.a : ll_isr.o (.text)
    LL_PRIV_ResolveRPA        $Tramp$TT$L$PI$$LL_PRIV_ResolveRPA
       10024019     00051be0     0003baa6   OneLib.a : ll_isr.o (.text)
                                 000465e6   StackWrapper.a : gapbondmgr.o (.text)
    RFHAL_GetNextDataEntry    $Tramp$TT$L$PI$$RFHAL_GetNextDataEntry
       10026e65     00051be8     0003b9d0   OneLib.a : ll_isr.o (.text)
                                 0003bade            : ll_isr.o (.text)
                                 0003bc94            : ll_isr.o (.text)
                                 00049c9a            : ll_ae.o (.text)
    llProcessExtScanRxFIFO    $Tramp$TT$L$PI$$llProcessExtScanRxFIFO
       1000a031     00051bf0     0003b9be   OneLib.a : ll_isr.o (.text)
    llHaltRadio               $Tramp$TT$L$PI$$llHaltRadio
       100204e5     00051bf8     0003b956   OneLib.a : ll_isr.o (.text)
                                 0003d678            : ll_ae.o (.text)
                                 0003edd6            : ll_isr.o (.text)
                                 00046436            : ll.o (.text)
                                 00046d0a            : ll_ae.o (.text)
                                 00046e24            : ll.o (.text)
                                 0004cb22            : ll_scheduler.o (.text)
    LL_PRIV_IsResolvable      $Tramp$TT$L$PI$$LL_PRIV_IsResolvable
       10021129     00051c00     0003b936   OneLib.a : ll_isr.o (.text)
                                 0003b942            : ll_isr.o (.text)
                                 0003c2d6            : ll.o (.text)
                                 0003ecde            : ll_isr.o (.text)
                                 0003ed3e            : ll_isr.o (.text)
                                 000423ca            : ll_isr.o (.text)
    LL_PRIV_IsRPA             $Tramp$TT$L$PI$$LL_PRIV_IsRPA
       100267dd     00051c08     0003b92a   OneLib.a : ll_isr.o (.text)
                                 0003ba98            : ll_isr.o (.text)
                                 0003c2be            : ll.o (.text)
                                 0003ecc6            : ll_isr.o (.text)
                                 0003ed32            : ll_isr.o (.text)
                                 000423be            : ll_isr.o (.text)
    llProcessSlaveControlPacket  $Tramp$TT$L$PI$$llProcessSlaveControlPacket
       10007005     00051c10     0003b854   OneLib.a : ble.o (.text)
    llTime2Octets             $Tramp$TT$L$PI$$llTime2Octets
       100210e1     00051c18     0003b7e6   OneLib.a : ble.o (.text)
                                 0003b7f8            : ble.o (.text)
    llDequeueCtrlPkt          $Tramp$TT$L$PI$$llDequeueCtrlPkt
       1001e029     00051c20     0003b6d0   OneLib.a : ble.o (.text)
                                 0003b874            : ble.o (.text)
                                 00046574            : ll_slave_end_causes.o (.text)
    llReplaceCtrlPkt          $Tramp$TT$L$PI$$llReplaceCtrlPkt
       1001b329     00051c28     0003b6a8   OneLib.a : ble.o (.text)
                                 000464ec            : ll_slave_end_causes.o (.text)
    LL_ENC_GenDeviceIV        $Tramp$TT$L$PI$$LL_ENC_GenDeviceIV
       100266ed     00051c30     0003b68c   OneLib.a : ble.o (.text)
    LL_ENC_GenDeviceSKD       $Tramp$TT$L$PI$$LL_ENC_GenDeviceSKD
       10026955     00051c38     0003b684   OneLib.a : ble.o (.text)
    llMemCopySrc              $Tramp$TT$L$PI$$llMemCopySrc
       100266d5     00051c40     0003b642   OneLib.a : ble.o (.text)
                                 0003b64e            : ble.o (.text)
                                 0003b65c            : ble.o (.text)
                                 0003b674            : ble.o (.text)
    LL_RemoteConnParamReqCback  $Tramp$TT$L$PI$$LL_RemoteConnParamReqCback
       1001542d     00051c48     0003b600   OneLib.a : ble.o (.text)
    llSendReject              $Tramp$TT$L$PI$$llSendReject
       1001f795     00051c50     0003b570   OneLib.a : ble.o (.text)
                                 0003b75a            : ble.o (.text)
    llSetupUnknownRsp         $Tramp$TT$L$PI$$llSetupUnknownRsp
       1001dfc1     00051c58     0003b564   OneLib.a : ble.o (.text)
    llValidateConnParams      $Tramp$TT$L$PI$$llValidateConnParams
       1001b441     00051c60     0003b54c   OneLib.a : ble.o (.text)
    llSetupExtData            $Tramp$TT$L$PI$$llSetupExtData
       100168ed     00051c68     0003ae74   OneLib.a : ll_ae.o (.text)
    llSetupAdvDataEntryQueue  $Tramp$TT$L$PI$$llSetupAdvDataEntryQueue
       100243ad     00051c70     0003adda   OneLib.a : ll_ae.o (.text)
                                 0003e8aa            : ll_ae.o (.text)
    llOctets2Time             $Tramp$TT$L$PI$$llOctets2Time
       100218bd     00051c78     0003abca   OneLib.a : ll_ae.o (.text)
                                 0003ac6a            : ll_ae.o (.text)
                                 0003aea2            : ll_ae.o (.text)
                                 0003d28c            : ll_ae.o (.text)
                                 0003d302            : ll_ae.o (.text)
                                 00044c88            : ll_ae.o (.text)
                                 00044cb8            : ll_ae.o (.text)
                                 00044cd4            : ll_ae.o (.text)
                                 00044d04            : ll_ae.o (.text)
                                 00044d24            : ll_ae.o (.text)
                                 0004b530            : ll_common.o (.text)
    llGetExtHdrLen            $Tramp$TT$L$PI$$llGetExtHdrLen
       10024289     00051c80     0003abb4   OneLib.a : ll_ae.o (.text)
                                 0003ac54            : ll_ae.o (.text)
                                 0003ae6a            : ll_ae.o (.text)
                                 0003d3b0            : ll_ae.o (.text)
    GAP_TerminateAuth         $Tramp$TT$L$PI$$GAP_TerminateAuth
       10024a0d     00051c88     0003a9ea   StackWrapper.a : gapbondmgr.o (.text)
                                 0003aa7a                  : gapbondmgr.o (.text)
                                 0004ea66                  : gapbondmgr.o (.text)
    GAP_TerminateLinkReq      $Tramp$TT$L$PI$$GAP_TerminateLinkReq
       1001f9a1     00051c90     0003a7b0   StackWrapper.a : gapbondmgr.o (.text)
                                 0003a93c                  : gapbondmgr.o (.text)
    LL_ENC_ReverseBytes       $Tramp$TT$L$PI$$LL_ENC_ReverseBytes
       10026069     00051c98     0003a746   StackWrapper.a : gapbondmgr.o (.text)
                                 0003b666   OneLib.a : ble.o (.text)
                                 0003b67c            : ble.o (.text)
                                 0004619a            : ll_ecc.o (.text)
                                 000461b6            : ll_ecc.o (.text)
                                 000465de   StackWrapper.a : gapbondmgr.o (.text)
                                 00047910   OneLib.a : ll_ecc.o (.text)
                                 0004bfac            : ll.o (.text)
                                 0004bfb6            : ll.o (.text)
                                 0004bfd0            : ll.o (.text)
                                 0004d44c            : ll.o (.text)
                                 0004d456            : ll.o (.text)
    GAP_NumActiveConnections  $Tramp$TT$L$PI$$GAP_NumActiveConnections
       10026ac5     00051ca0     0003a578   StackWrapper.a : gapbondmgr.o (.text)
                                 0003db74                  : gapbondmgr.o (.text)
                                 0003dba8                  : gapbondmgr.o (.text)
                                 0003dc80                  : gapbondmgr.o (.text)
    GAP_Signable              $Tramp$TT$L$PI$$GAP_Signable
       1001f52d     00051ca8     0003a4fc   StackWrapper.a : gapbondmgr.o (.text)
    GAP_GetDevAddress         $Tramp$TT$L$PI$$GAP_GetDevAddress
       100221c5     00051cb0     0003a43c   StackWrapper.a : gapbondmgr.o (.text)
                                 00042098   OneLib.a : gap_task.o (.text)
    gapGetDevAddressMode      $Tramp$TT$L$PI$$gapGetDevAddressMode
       10026cb5     00051cb8     0003a408   StackWrapper.a : gapbondmgr.o (.text)
                                 0004b402   OneLib.a : sm_pairing.o (.text)
                                 0004b41c            : sm_pairing.o (.text)
    gapGetSRK                 $Tramp$TT$L$PI$$gapGetSRK
       10026e39     00051cc0     0003a402   StackWrapper.a : gapbondmgr.o (.text)
                                 00042664                  : gap.o (.text)
                                 0004c636                  : gap.o (.text)
    GAP_GetIRK                $Tramp$TT$L$PI$$GAP_GetIRK
       10026e31     00051cc8     0003a3fc   StackWrapper.a : gapbondmgr.o (.text)
                                 00042642                  : gap.o (.text)
                                 00046f42                  : gapbondmgr.o (.text)
                                 0004c640                  : gap.o (.text)
    llSendAdvSetTermEvent     $Tramp$TT$L$PI$$llSendAdvSetTermEvent
       1001cb51     00051cd0     00039c5c   OneLib.a : ll_adv_end_causes.o (.text)
                                 0004d316            : ll_ae.o (.text)
    llEnqueueCtrlPkt          $Tramp$TT$L$PI$$llEnqueueCtrlPkt
       1001c039     00051cd8     00039c38   OneLib.a : ll_adv_end_causes.o (.text)
                                 0003b5f0            : ble.o (.text)
                                 0003b6d8            : ble.o (.text)
                                 0003b6f6            : ble.o (.text)
                                 0003b888            : ble.o (.text)
                                 0003bc68            : ll_isr.o (.text)
                                 00045a5e            : ll.o (.text)
                                 0004b7a2            : hci.o (.text)
    RFHAL_InitDataQueue       $Tramp$TT$L$PI$$RFHAL_InitDataQueue
       10026c61     00051ce0     00039a76   OneLib.a : ll_adv_end_causes.o (.text)
    llProcessChanMap          $Tramp$TT$L$PI$$llProcessChanMap
       100219cd     00051ce8     00039852   OneLib.a : ll_adv_end_causes.o (.text)
                                 00049d2c            : ll_common.o (.text)
    llCalcScaFactor           $Tramp$TT$L$PI$$llCalcScaFactor
       100249ad     00051cf0     0003982c   OneLib.a : ll_adv_end_causes.o (.text)
    llConvertCtrlProcTimeoutToEvent  $Tramp$TT$L$PI$$llConvertCtrlProcTimeoutToEvent
       10026285     00051cf8     00039810   OneLib.a : ll_adv_end_causes.o (.text)
                                 00048f3e            : ll_common.o (.text)
    llConvertLstoToEvent      $Tramp$TT$L$PI$$llConvertLstoToEvent
       10025fc9     00051d00     00039802   OneLib.a : ll_adv_end_causes.o (.text)
                                 00048ed4            : ll_common.o (.text)
    llHardwareError           $Tramp$TT$L$PI$$llHardwareError
       10026b65     00051d08     000395f4   OneLib.a : ll_adv_end_causes.o (.text)
                                 0003bcda            : ll_isr.o (.text)
                                 0003ebd2            : ll_isr.o (.text)
                                 00040ef2            : ll_isr.o (.text)
                                 00041f82            : ll_common.o (.text)
                                 00041fe4            : ll_common.o (.text)
                                 00042004            : ll_common.o (.text)
                                 000441da            : ll_isr.o (.text)
                                 000475dc            : ll_common.o (.text)
                                 0004788c            : ll_common.o (.text)
                                 0004aeb0            : ll_isr.o (.text)
                                 0004af30            : ll_scheduler.o (.text)
                                 0004b6a0            : ll_scheduler.o (.text)
                                 0005013c            : ll_isr.o (.text)
                                 000509f8            : ll_isr.o (.text)
    LL_GetAdvSet              $Tramp$TT$L$PI$$LL_GetAdvSet
       10015605     00051d10     000395d2   OneLib.a : ll_adv_end_causes.o (.text)
                                 0003b8ec            : ll_isr.o (.text)
                                 0003c272            : ll.o (.text)
                                 0003d3fe            : ll_ae.o (.text)
                                 0003e9fc            : ll_isr.o (.text)
                                 0003ec70            : ll_isr.o (.text)
                                 000405bc            : ll_scheduler.o (.text)
                                 00040f4a            : ll_ae.o (.text)
                                 000422f2            : ll_isr.o (.text)
                                 0004315e            : ll_common.o (.text)
                                 000447f6            : gap_advertiser.o (.text)
                                 00046cd4            : ll_ae.o (.text)
                                 00047fc8            : ll_scheduler.o (.text)
                                 00048560            : ll_isr.o (.text)
                                 0004ae9a            : ll_isr.o (.text)
                                 0004b2b8            : ll_ae.o (.text)
                                 0004b318            : ll_ae.o (.text)
    GATT_bm_free              $Tramp$TT$L$PI$$GATT_bm_free
       10025e29     00051d18     000390a8   oad_persistent_app.o (.text.OadPersistApp_taskFxn)
                                 0003f2a8   StackWrapper.a : gapbondmgr.o (.text)
                                 000427aa   OneLib.a : gattservapp.o (.text)
                                 000466e2   StackWrapper.a : gattservapp_util.o (.text)
                                 00047aae   OneLib.a : gattservapp.o (.text)
                                 00047ab8            : gattservapp.o (.text)
                                 00047ae2            : gattservapp.o (.text)
                                 00048ac0   oad.o (.text.oadSendNotification)
                                 0004ae4c   OneLib.a : gattservapp.o (.text)
                                 00050cea   StackWrapper.a : ble_dispatch_lite.o (.text)
    GAP_isPairing             $Tramp$TT$L$PI$$GAP_isPairing
       10026ab5     00051d20     00038a8e   StackWrapper.a : gapbondmgr.o (.text)
                                 0003a5d4                  : gapbondmgr.o (.text)
                                 0003aa08                  : gapbondmgr.o (.text)
                                 0004b458                  : gapbondmgr.o (.text)
    GATT_FindNextAttr         $Tramp$TT$L$PI$$GATT_FindNextAttr
       100182bd     00051d28     000389f2   StackWrapper.a : gapbondmgr.o (.text)
                                 0003fb5c   OneLib.a : gattservapp.o (.text)
                                 00041436            : gattservapp.o (.text)
                                 0004de1e            : gattservapp.o (.text)
    GATT_FindHandleUUID       $Tramp$TT$L$PI$$GATT_FindHandleUUID
       1001d405     00051d30     000389a6   StackWrapper.a : gapbondmgr.o (.text)
                                 000413d6   OneLib.a : gattservapp.o (.text)
                                 0004273a            : gattservapp.o (.text)
                                 0004de04            : gattservapp.o (.text)
    HCI_LE_AddWhiteListCmd    $Tramp$TT$L$PI$$HCI_LE_AddWhiteListCmd
       1002458d     00051d38     0003897c   StackWrapper.a : gapbondmgr.o (.text)
    HCI_LE_ClearWhiteListCmd  $Tramp$TT$L$PI$$HCI_LE_ClearWhiteListCmd
       100251bd     00051d40     0003895a   StackWrapper.a : gapbondmgr.o (.text)
    GAP_Bond                  $Tramp$TT$L$PI$$GAP_Bond
       10019ce5     00051d48     00038950   StackWrapper.a : gapbondmgr.o (.text)
    GAP_Authenticate          $Tramp$TT$L$PI$$GAP_Authenticate
       10016141     00051d50     00038892   StackWrapper.a : gapbondmgr.o (.text)
    L2CAP_GetMTU              $Tramp$TT$L$PI$$L2CAP_GetMTU
       10026d39     00051d58     000387cc   StackWrapper.a : gapbondmgr.o (.text)
                                 0004d73e   OneLib.a : gattservapp.o (.text)
    HCI_LE_RemoveDeviceFromResolvingListCmd  $Tramp$TT$L$PI$$HCI_LE_RemoveDeviceFromResolvingListCmd
       1002525d     00051d60     000385ee   StackWrapper.a : gapbondmgr.o (.text)
                                 00038c3a                  : gapbondmgr.o (.text)
                                 0003a8a0                  : gapbondmgr.o (.text)
    HCI_LE_AddDeviceToResolvingListCmd  $Tramp$TT$L$PI$$HCI_LE_AddDeviceToResolvingListCmd
       10025235     00051d68     000383ac   StackWrapper.a : gapbondmgr.o (.text)
                                 00046f4e                  : gapbondmgr.o (.text)
                                 00046f98                  : gapbondmgr.o (.text)
    linkDB_Find               $Tramp$TT$L$PI$$linkDB_Find
       10010739     00051d70     00038196   StackWrapper.a : gapbondmgr.o (.text)
                                 00038732                  : gapbondmgr.o (.text)
                                 000388ca                  : gapbondmgr.o (.text)
                                 0003a61c                  : gapbondmgr.o (.text)
                                 0003a90a                  : gapbondmgr.o (.text)
                                 0003a9a6                  : gapbondmgr.o (.text)
                                 0003aa00                  : gapbondmgr.o (.text)
                                 0003f1da                  : gapbondmgr.o (.text)
                                 0004208e   OneLib.a : gap_task.o (.text)
                                 00044452            : sm_rsppairing.o (.text)
                                 000444b8            : sm_rsppairing.o (.text)
                                 00048f7c   StackWrapper.a : gapbondmgr.o (.text)
                                 0004b3e2   OneLib.a : sm_pairing.o (.text)
                                 0004bf44            : linkdb.o (.text)
    LL_PRIV_FindPeerInRL      $Tramp$TT$L$PI$$LL_PRIV_FindPeerInRL
       1001b4cd     00051d78     00038122   StackWrapper.a : gapbondmgr.o (.text)
                                 0003c2e2   OneLib.a : ll.o (.text)
                                 0003c33e            : ll.o (.text)
                                 0003c466            : ll.o (.text)
                                 0003edb0            : ll_isr.o (.text)
    GATT_RequestNextTransaction  $Tramp$TT$L$PI$$GATT_RequestNextTransaction
       10024abd     00051d80     0003810a   StackWrapper.a : gapbondmgr.o (.text)
    GATT_ReadUsingCharUUID    $Tramp$TT$L$PI$$GATT_ReadUsingCharUUID
       1002653d     00051d88     000380fe   StackWrapper.a : gapbondmgr.o (.text)
    
    [213 trampolines]
    [468 trampoline calls]
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    address   name                                                               
    -------   ----                                                               
    20000184  ACCX                                                               
    20000188  ACCY                                                               
    2000018c  ACCZ                                                               
    000513b9  AESCCM_Operation_init                                              
    00050d19  AESCCM_Params_init                                                 
    0005110d  AESCCM_close                                                       
    000542dc  AESCCM_config                                                      
    0004bc49  AESCCM_construct                                                   
    000541c0  AESCCM_defaultParams                                               
    00050a1d  AESCCM_init                                                        
    00051487  AESCCM_oneStepDecrypt                                              
    0005148d  AESCCM_oneStepEncrypt                                              
    00050d29  AESCCM_open                                                        
    00051119  AESCTRDRBG_Params_init                                             
    000542e4  AESCTRDRBG_config                                                  
    0004541d  AESCTRDRBG_construct                                               
    000540cc  AESCTRDRBG_defaultParams                                           
    0004f801  AESCTRDRBG_generateKey                                             
    00051559  AESCTRDRBG_getBytes                                                
    00044501  AESCTRDRBG_getRandomBytes                                          
    00050a31  AESCTRDRBG_init                                                    
    00050d39  AESCTRDRBG_open                                                    
    00045b39  AESCTRDRBG_reseed                                                  
    00050d49  AESCTR_Params_init                                                 
    00051493  AESCTR_acquireLock                                                 
    00051049  AESCTR_close                                                       
    000542ec  AESCTR_config                                                      
    00049a65  AESCTR_construct                                                   
    000541d0  AESCTR_defaultParams                                               
    000513c3  AESCTR_disableThreadSafety                                         
    000513cd  AESCTR_enableThreadSafety                                          
    00050a45  AESCTR_init                                                        
    00051499  AESCTR_oneStepEncrypt                                              
    00050d59  AESCTR_open                                                        
    0005155d  AESCTR_releaseLock                                                 
    00051125  AESECB_Operation_init                                              
    00050d69  AESECB_Params_init                                                 
    00051131  AESECB_close                                                       
    000542f4  AESECB_config                                                      
    0004a2f9  AESECB_construct                                                   
    000541e0  AESECB_defaultParams                                               
    00050a59  AESECB_init                                                        
    0005149f  AESECB_oneStepDecrypt                                              
    000514a5  AESECB_oneStepEncrypt                                              
    00050d79  AESECB_open                                                        
    0004fdc9  AESReadNonAuthenticationModeIV                                     
    1000ba6d  ATOMICPATTERN                                                      
    10026765  ATT_BuildErrorRsp                                                  
    10026b95  ATT_BuildExchangeMTUReq                                            
    10026ba5  ATT_BuildExchangeMTURsp                                            
    10026e29  ATT_BuildExecuteWriteReq                                           
    10023381  ATT_BuildFindByTypeValueReq                                        
    10026e19  ATT_BuildFindByTypeValueRsp                                        
    10026495  ATT_BuildFindInfoReq                                               
    100263b9  ATT_BuildFindInfoRsp                                               
    100269e1  ATT_BuildHandleValueInd                                            
    100260fd  ATT_BuildPrepareWriteReq                                           
    10026119  ATT_BuildPrepareWriteRsp                                           
    100264c5  ATT_BuildReadBlobReq                                               
    10026e59  ATT_BuildReadBlobRsp                                               
    10026a55  ATT_BuildReadByGrpTypeRsp                                          
    100233b5  ATT_BuildReadByTypeReq                                             
    10026a45  ATT_BuildReadByTypeRsp                                             
    10026e21  ATT_BuildReadMultiReq                                              
    10026e5d  ATT_BuildReadMultiRsp                                              
    10026bb5  ATT_BuildReadReq                                                   
    10026e55  ATT_BuildReadRsp                                                   
    100269b9  ATT_BuildWriteReq                                                  
    1001d7f5  ATT_CompareUUID                                                    
    100233e9  ATT_ConvertUUIDto128                                               
    10020671  ATT_ConvertUUIDto16                                                
    10025ce9  ATT_ErrorRsp                                                       
    10021a11  ATT_ExchangeMTUReq                                                 
    10025145  ATT_ExchangeMTURsp                                                 
    10025cc9  ATT_ExecuteWriteReq                                                
    100260e1  ATT_ExecuteWriteRsp                                                
    1002214d  ATT_FindByTypeValueReq                                             
    10021a51  ATT_FindByTypeValueRsp                                             
    10025c69  ATT_FindInfoReq                                                    
    10020c61  ATT_FindInfoRsp                                                    
    1002434d  ATT_GetMTU                                                         
    10026e61  ATT_GetParamValue                                                  
    100229bd  ATT_HandleValueCfm                                                 
    1002334d  ATT_HandleValueInd                                                 
    10023319  ATT_HandleValueNoti                                                
    10026049  ATT_ParseErrorRsp                                                  
    1002647d  ATT_ParseExchangeMTUReq                                            
    1002677d  ATT_ParseExchangeMTURsp                                            
    100269cd  ATT_ParseExecuteWriteReq                                           
    10026dd5  ATT_ParseExecuteWriteRsp                                           
    10020625  ATT_ParseFindByTypeValueReq                                        
    10025d09  ATT_ParseFindByTypeValueRsp                                        
    10025aed  ATT_ParseFindInfoReq                                               
    10020ca9  ATT_ParseFindInfoRsp                                               
    10026de1  ATT_ParseHandleValueCfm                                            
    100257ad  ATT_ParseHandleValueInd                                            
    1001dbc1  ATT_ParsePacket                                                    
    1002431d  ATT_ParsePrepareWriteReq                                           
    100241ed  ATT_ParsePrepareWriteRsp                                           
    10025b11  ATT_ParseReadBlobReq                                               
    10026c49  ATT_ParseReadBlobRsp                                               
    10025119  ATT_ParseReadByGrpTypeRsp                                          
    100213f5  ATT_ParseReadByTypeReq                                             
    100250c1  ATT_ParseReadByTypeRsp                                             
    10025d29  ATT_ParseReadMultiReq                                              
    10026c55  ATT_ParseReadMultiRsp                                              
    100264ad  ATT_ParseReadReq                                                   
    10026c3d  ATT_ParseReadRsp                                                   
    100250ed  ATT_ParseWriteReq                                                  
    10026dc9  ATT_ParseWriteRsp                                                  
    10023215  ATT_PrepareWriteReq                                                
    100232e5  ATT_PrepareWriteRsp                                                
    10025ca9  ATT_ReadBlobReq                                                    
    1002327d  ATT_ReadBlobRsp                                                    
    100242ed  ATT_ReadByGrpTypeReq                                               
    10021ad1  ATT_ReadByGrpTypeRsp                                               
    100242bd  ATT_ReadByTypeReq                                                  
    10021a91  ATT_ReadByTypeRsp                                                  
    10022189  ATT_ReadMultiReq                                                   
    100232b1  ATT_ReadMultiRsp                                                   
    10025c89  ATT_ReadReq                                                        
    10023249  ATT_ReadRsp                                                        
    10026c25  ATT_RegisterClient                                                 
    10026c31  ATT_RegisterServer                                                 
    10026eb9  ATT_SetParamValue                                                  
    100229f5  ATT_UpdateMTU                                                      
    1001ee65  ATT_WriteReq                                                       
    100260c5  ATT_WriteRsp                                                       
    0004a971  AssertHandler                                                      
    20003ed4  BDAddrPerConnHandle                                                
    20001f28  BIOS_Module_state                                                  
    0004cee5  BIOS_atExitFunc                                                    
    000506e5  BIOS_exitFunc                                                      
    0005113d  BIOS_getThreadType                                                 
    20003db4  BIOS_heapCallbackObject                                            
    0004eb41  BIOS_init                                                          
    00051149  BIOS_linkedWithIncorrectBootLibrary                                
    00040a97  BIOS_nullFunc                                                      
    0004f491  BIOS_registerRTSLock                                               
    0004f931  BIOS_removeRTSLock                                                 
    20003dd0  BIOS_rtsGate                                                       
    00050339  BIOS_rtsLock                                                       
    000506fd  BIOS_rtsUnlock                                                     
    00051155  BIOS_start                                                         
    0004c6c9  BIOS_startFunc                                                     
    00050955  Board_init                                                         
    00041acf  Board_initHook                                                     
    0004c591  Board_sendExtFlashByte                                             
    0004c131  Board_shutDownExtFlash                                             
    0004eb71  Board_wakeUpExtFlash                                               
    000516c8  C$$EXIT                                                            
    1000b9ed  COPY                                                               
    0004123d  CRC32_calc                                                         
    00050a6d  CRC32_memCpy                                                       
    0004fde9  CRC32_value                                                        
    000513d7  ClockP_Params_init                                                 
    0004eba1  ClockP_construct                                                   
    00051561  ClockP_destruct                                                    
    00051565  ClockP_getSystemTickPeriod                                         
    00051569  ClockP_getTimeout                                                  
    0005156d  ClockP_isActive                                                    
    00051571  ClockP_setTimeout                                                  
    00051575  ClockP_start                                                       
    000514ab  ClockP_stop                                                        
    000516e1  CommonROM_Init                                                     
    00051161  CryptoKeyPlaintext_initBlankKey                                    
    0005116d  CryptoKeyPlaintext_initKey                                         
    2000397c  CryptoResourceCC26XX_accessSemaphore                               
    00050715  CryptoResourceCC26XX_acquireLock                                   
    0004afb1  CryptoResourceCC26XX_constructRTOSObjects                          
    20003dec  CryptoResourceCC26XX_hwi                                           
    200039cc  CryptoResourceCC26XX_operationSemaphore                            
    00051179  CryptoResourceCC26XX_releaseLock                                   
    0004e559  CryptoUtils_buffersMatch                                           
    0004e049  CryptoUtils_copyPad                                                
    0005072d  CryptoUtils_reverseBufferBytewise                                  
    0004c715  CryptoUtils_reverseCopyPad                                         
    0004401b  DefaultAssertCback                                                 
    0004f4b9  DevInfo_AddService                                                 
    0004519d  DevInfo_SetParameter                                               
    2000012c  ECC_DATA$$Base                                                     
    200001ac  ECC_DATA$$Limit                                                    
    10026c85  ECC_allocWorkzone                                                  
    10026c91  ECC_setWin                                                         
    000513e1  ECDH_OperationComputeSharedSecret_init                             
    00051185  ECDH_OperationGeneratePublicKey_init                               
    00050d89  ECDH_Params_init                                                   
    00051191  ECDH_close                                                         
    000410c1  ECDH_computeSharedSecret                                           
    000542fc  ECDH_config                                                        
    0004b7d1  ECDH_construct                                                     
    000541f0  ECDH_defaultParams                                                 
    000437dd  ECDH_generatePublicKey                                             
    00050a95  ECDH_init                                                          
    00050d99  ECDH_open                                                          
    1000d66d  EXPORTOPERAND                                                      
    20000180  EXPW                                                               
    20000174  EXPX                                                               
    20000178  EXPY                                                               
    2000017c  EXPZ                                                               
    00046591  GAPBondMgr_FindAddr                                                
    00047269  GAPBondMgr_Init                                                    
    0004b431  GAPBondMgr_Pair                                                    
    0004ea41  GAPBondMgr_PasscodeRsp                                             
    0003f115  GAPBondMgr_ProcessEvent                                            
    0003a3b9  GAPBondMgr_ProcessGAPMsg                                           
    0004fc49  GAPBondMgr_Register                                                
    00048f49  GAPBondMgr_ServiceChangeInd                                        
    0003da41  GAPBondMgr_SetParameter                                            
    10016141  GAP_Authenticate                                                   
    10019ce5  GAP_Bond                                                           
    0004256d  GAP_DeviceInit                                                     
    0004c62d  GAP_DeviceInit_per_role                                            
    000495df  GAP_DeviceInit_validate_params                                     
    100221c5  GAP_GetDevAddress                                                  
    10026e31  GAP_GetIRK                                                         
    1001bd21  GAP_GetParamValue                                                  
    10026a65  GAP_GetSRK                                                         
    1002516d  GAP_Init                                                           
    10026ac5  GAP_NumActiveConnections                                           
    1001e805  GAP_PasscodeUpdate                                                 
    10021c51  GAP_PasskeyUpdate                                                  
    1001cf0d  GAP_ProcessEvent                                                   
    10026ce5  GAP_RegisterBondMgrCBs                                             
    10026cd9  GAP_RegisterForMsgs                                                
    1001e8c5  GAP_SendSlaveSecurityRequest                                       
    0004d6f9  GAP_SetParamValue                                                  
    1001f47d  GAP_SetPrivacyMode                                                 
    1001f52d  GAP_Signable                                                       
    10024a0d  GAP_TerminateAuth                                                  
    1001f9a1  GAP_TerminateLinkReq                                               
    100196a5  GAP_UpdateLinkParamReq                                             
    100157d9  GAP_UpdateLinkParamReqReply                                        
    000516b5  GAP_UpdateResolvingList                                            
    10026ab5  GAP_isPairing                                                      
    0004dd79  GATTServApp_AddService                                             
    000501e9  GATTServApp_FindAttr                                               
    000474f1  GATTServApp_Init                                                   
    0004e4b1  GATTServApp_InitCharCfg                                            
    0004c4a1  GATTServApp_ProcessCCCWriteReq                                     
    0004ae21  GATTServApp_ProcessEvent                                           
    0003fa5d  GATTServApp_ReadAttr                                               
    0005137d  GATTServApp_ReadCharCfg                                            
    00051305  GATTServApp_RegisterForMsg                                         
    0004f339  GATTServApp_RegisterService                                        
    0004ddb5  GATTServApp_SendCCCUpdatedEvent                                    
    0004f711  GATTServApp_SendServiceChangedInd                                  
    20000fb4  GATTServApp_TaskID                                                 
    000500e9  GATTServApp_UpdateCharCfg                                          
    00048fc5  GATTServApp_WriteAttr                                              
    0004f8e5  GATTServApp_WriteCharCfg                                           
    20003f52  GATTServApp_att_delayed_req                                        
    20002663  GATTServApp_gatt_no_service_changed                                
    1002375d  GATT_AppCompletedMsg                                               
    100209b5  GATT_DeregisterService                                             
    10025dc9  GATT_DiscAllCharDescs                                              
    100235f1  GATT_DiscAllChars                                                  
    100222b5  GATT_DiscAllPrimaryServices                                        
    10026525  GATT_DiscCharsByUUID                                               
    1001bd39  GATT_DiscPrimaryServiceByUUID                                      
    100207ed  GATT_ExchangeMTU                                                   
    10020dc9  GATT_FindHandle                                                    
    1001d405  GATT_FindHandleUUID                                                
    100235bd  GATT_FindIncludedServices                                          
    100182bd  GATT_FindNextAttr                                                  
    10026d09  GATT_GetNextHandle                                                 
    1001c8f9  GATT_Indication                                                    
    100222f1  GATT_Init                                                          
    10017f39  GATT_InitClient                                                    
    10019d81  GATT_InitServer                                                    
    1001e291  GATT_Notification                                                  
    1002593d  GATT_NotifyEvent                                                   
    1002232d  GATT_ProcessEvent                                                  
    1002688d  GATT_ReadCharDesc                                                  
    1002683d  GATT_ReadCharValue                                                 
    100268a1  GATT_ReadLongCharDesc                                              
    10026851  GATT_ReadLongCharValue                                             
    10020839  GATT_ReadMultiCharValues                                           
    1002653d  GATT_ReadUsingCharUUID                                             
    10026cf1  GATT_RegisterForInd                                                
    10026d2d  GATT_RegisterForMsgs                                               
    10026cfd  GATT_RegisterForReq                                                
    100178a9  GATT_RegisterService                                               
    100188e9  GATT_ReliableWrites                                                
    10024abd  GATT_RequestNextTransaction                                        
    1001524d  GATT_SendRsp                                                       
    1001afe1  GATT_ServiceChangedInd                                             
    100261c1  GATT_ServiceEncKeySize                                             
    10026555  GATT_ServiceNumAttrs                                               
    10026231  GATT_SetHostToAppFlowCtrl                                          
    10022a9d  GATT_SignedWriteNoRsp                                              
    0004f30d  GATT_UpdateMTU                                                     
    00049c25  GATT_VerifyReadPermissions                                         
    00047df5  GATT_VerifyWritePermissions                                        
    100268b5  GATT_WriteCharDesc                                                 
    10026865  GATT_WriteCharValue                                                
    100268c9  GATT_WriteLongCharDesc                                             
    10026879  GATT_WriteLongCharValue                                            
    10022a65  GATT_WriteNoRsp                                                    
    1001b06d  GATT_bm_alloc                                                      
    10025e29  GATT_bm_free                                                       
    1000ba05  GETBIT                                                             
    1000ba19  GETDIGIT                                                           
    1000d5f5  GETDIGITL2R                                                        
    0004fbdd  GGS_AddService                                                     
    0004adbd  GGS_SetParameter                                                   
    00054200  GPIO_config                                                        
    00050745  GPIO_disableInt                                                    
    0004cf29  GPIO_hwiIntFxn                                                     
    00043e19  GPIO_init                                                          
    00053c2f  GPIO_pinLowerBound                                                 
    00054183  GPIO_pinUpperBound                                                 
    00050aa9  GPIO_read                                                          
    0004d9b9  GPIO_resetConfig                                                   
    00048289  GPIO_setConfig                                                     
    00050da9  GPIO_write                                                         
    1001a4b1  GapAdv_abortLoad                                                   
    10010199  GapAdv_create                                                      
    10014219  GapAdv_destroy                                                     
    10020265  GapAdv_disable                                                     
    100174ed  GapAdv_enable                                                      
    1001ef79  GapAdv_getBuffer                                                   
    1001dc29  GapAdv_getParam                                                    
    10013765  GapAdv_loadByBuffer                                                
    000447dd  GapAdv_loadByHandle                                                
    100156f1  GapAdv_prepareLoadByBuffer                                         
    1001ef1d  GapAdv_setEventMask                                                
    1001b889  GapAdv_setParam                                                    
    10021bd1  GapConfig_SetParameter                                             
    10025da9  GapInit_cancelConnect                                              
    10026135  GapInit_connect                                                    
    10026151  GapInit_connectWl                                                  
    1002440d  GapInit_getPhyParam                                                
    1001f4d5  GapInit_setPhyParam                                                
    10022a2d  GapScan_discardAdvReportList                                       
    1000f4e1  GapScan_enable                                                     
    10019745  GapScan_getAdvReport                                               
    10021cd1  GapScan_getParam                                                   
    10021c91  GapScan_getPhyParams                                               
    10026189  GapScan_registerCb                                                 
    100169c5  GapScan_setEventMask                                               
    10013995  GapScan_setParam                                                   
    1001f9f5  GapScan_setPhyParams                                               
    00049389  Gap_RegisterConnEventCb                                            
    1001922d  HCI_CommandCompleteEvent                                           
    1001f1a1  HCI_CommandStatusEvent                                             
    10020a4d  HCI_DataBufferOverflowEvent                                        
    10025e49  HCI_DisconnectCmd                                                  
    1001faf1  HCI_EXT_BuildRevisionCmd                                           
    10023895  HCI_EXT_ClkDivOnHaltCmd                                            
    100238c9  HCI_EXT_DeclareNvUsageCmd                                          
    1001b991  HCI_EXT_DecryptCmd                                                 
    1002467d  HCI_EXT_DelaySleepCmd                                              
    10023c09  HCI_EXT_DisconnectImmedCmd                                         
    10025ea9  HCI_EXT_EnablePTMCmd                                               
    10023ad1  HCI_EXT_EndModemTestCmd                                            
    10023a69  HCI_EXT_EnhancedModemHopTestTxCmd                                  
    10023a9d  HCI_EXT_EnhancedModemTestRxCmd                                     
    10023a35  HCI_EXT_EnhancedModemTestTxCmd                                     
    100215d1  HCI_EXT_ExtendRfRangeCmd                                           
    1001766d  HCI_EXT_GetConnInfoCmd                                             
    10023c71  HCI_EXT_HaltDuringRfCmd                                            
    10023bd5  HCI_EXT_MapPmIoPortCmd                                             
    100239cd  HCI_EXT_ModemHopTestTxCmd                                          
    10023a01  HCI_EXT_ModemTestRxCmd                                             
    10023999  HCI_EXT_ModemTestTxCmd                                             
    10023cd9  HCI_EXT_NumComplPktsLimitCmd                                       
    10022bb5  HCI_EXT_OnePktPerEvtCmd                                            
    10023ca5  HCI_EXT_OverlappedProcessingCmd                                    
    10023c3d  HCI_EXT_PERbyChanCmd                                               
    10021dd1  HCI_EXT_PacketErrorRateCmd                                         
    10022675  HCI_EXT_ReadRandAddrCmd                                            
    10022639  HCI_EXT_ResetSystemCmd                                             
    10023b6d  HCI_EXT_SaveFreqTuneCmd                                            
    10020ee9  HCI_EXT_SetBDADDRCmd                                               
    10023d41  HCI_EXT_SetDtmTxPktCntCmd                                          
    000506b1  HCI_EXT_SetExtScanChannels                                         
    10023931  HCI_EXT_SetFastTxResponseTimeCmd                                   
    10023b39  HCI_EXT_SetFreqTuneCmd                                             
    100238fd  HCI_EXT_SetLocalSupportedFeaturesCmd                               
    10023d0d  HCI_EXT_SetMaxDataLenCmd                                           
    10023ba1  HCI_EXT_SetMaxDtmTxPowerCmd                                        
    10021549  HCI_EXT_SetRxGainCmd                                               
    10023b05  HCI_EXT_SetSCACmd                                                  
    10023965  HCI_EXT_SetSlaveLatencyOverrideCmd                                 
    1002158d  HCI_EXT_SetTxPowerCmd                                              
    00051311  HCI_GAPTaskRegister                                                
    1001aa49  HCI_HardwareErrorEvent                                             
    10022ad5  HCI_HostBufferSizeCmd                                              
    1001d475  HCI_HostNumCompletedPktCmd                                         
    0004c3b1  HCI_Init                                                           
    0005131d  HCI_L2CAPTaskRegister                                              
    10025235  HCI_LE_AddDeviceToResolvingListCmd                                 
    1002458d  HCI_LE_AddWhiteListCmd                                             
    10025285  HCI_LE_ClearResolvingListCmd                                       
    100251bd  HCI_LE_ClearWhiteListCmd                                           
    10024b99  HCI_LE_ConnUpdateCmd                                               
    10025195  HCI_LE_CreateConnCancelCmd                                         
    10026e8d  HCI_LE_CreateConnCmd                                               
    1001d555  HCI_LE_EncryptCmd                                                  
    10025375  HCI_LE_EnhancedRxTestCmd                                           
    1002539d  HCI_LE_EnhancedTxTestCmd                                           
    10025325  HCI_LE_GenerateDHKeyCmd                                            
    100237c5  HCI_LE_LtkReqNegReplyCmd                                           
    10023791  HCI_LE_LtkReqReplyCmd                                              
    10020e59  HCI_LE_RandCmd                                                     
    10024b41  HCI_LE_ReadAdvChanTxPowerCmd                                       
    0004e361  HCI_LE_ReadBufSizeCmd                                              
    1002250d  HCI_LE_ReadChannelMapCmd                                           
    10025961  HCI_LE_ReadLocalP256PublicKeyCmd                                   
    10024c1d  HCI_LE_ReadLocalResolvableAddressCmd                               
    1002452d  HCI_LE_ReadLocalSupportedFeaturesCmd                               
    100225c1  HCI_LE_ReadMaxDataLenCmd                                           
    10024bf1  HCI_LE_ReadPeerResolvableAddressCmd                                
    100225fd  HCI_LE_ReadPhyCmd                                                  
    10022549  HCI_LE_ReadRemoteUsedFeaturesCmd                                   
    10024bc5  HCI_LE_ReadResolvingListSizeCmd                                    
    1002464d  HCI_LE_ReadRfPathCompCmd                                           
    100245ed  HCI_LE_ReadSuggestedDefaultDataLenCmd                              
    10022585  HCI_LE_ReadSupportedStatesCmd                                      
    1002461d  HCI_LE_ReadTxPowerCmd                                              
    10024b6d  HCI_LE_ReadWhiteListSizeCmd                                        
    10024c75  HCI_LE_ReceiverTestCmd                                             
    1002382d  HCI_LE_RemoteConnParamReqNegReplyCmd                               
    10020ea1  HCI_LE_RemoteConnParamReqReplyCmd                                  
    1002525d  HCI_LE_RemoveDeviceFromResolvingListCmd                            
    100245bd  HCI_LE_RemoveWhiteListCmd                                          
    100252ad  HCI_LE_SetAddressResolutionEnableCmd                               
    10026e79  HCI_LE_SetAdvDataCmd                                               
    10026e81  HCI_LE_SetAdvEnableCmd                                             
    10026e75  HCI_LE_SetAdvParamCmd                                              
    10023861  HCI_LE_SetDataLenCmd                                               
    1002534d  HCI_LE_SetDefaultPhyCmd                                            
    10021d51  HCI_LE_SetEventMaskCmd                                             
    0004b775  HCI_LE_SetPhyCmd                                                   
    100252fd  HCI_LE_SetPrivacyModeCmd                                           
    1002455d  HCI_LE_SetRandomAddressCmd                                         
    100252d5  HCI_LE_SetResolvablePrivateAddressTimeoutCmd                       
    10026e89  HCI_LE_SetScanEnableCmd                                            
    10026e85  HCI_LE_SetScanParamCmd                                             
    10026e7d  HCI_LE_SetScanRspDataCmd                                           
    10025e89  HCI_LE_StartEncyptCmd                                              
    10022b7d  HCI_LE_TestEndCmd                                                  
    10024c49  HCI_LE_TransmitterTestCmd                                          
    1002520d  HCI_LE_WriteSuggestedDefaultDataLenCmd                             
    10014b79  HCI_NumOfCompletedPacketsEvent                                     
    0004de69  HCI_ProcessEvent                                                   
    10022b45  HCI_ReadAuthPayloadTimeoutCmd                                      
    10024b15  HCI_ReadBDADDRCmd                                                  
    10025e69  HCI_ReadLocalSupportedCommandsCmd                                  
    100244fd  HCI_ReadLocalSupportedFeaturesCmd                                  
    1002241d  HCI_ReadRemoteVersionInfoCmd                                       
    10022b0d  HCI_ReadRssiCmd                                                    
    100224d1  HCI_ReadTransmitPowerLevelCmd                                      
    10021505  HCI_ResetCmd                                                       
    000502df  HCI_ReverseBytes                                                   
    00051329  HCI_SMPTaskRegister                                                
    10017a21  HCI_SendCommandCompleteEvent                                       
    10024d51  HCI_SendCommandStatusEvent                                         
    1001e2f5  HCI_SendControllerToHostEvent                                      
    0004e93d  HCI_SendDataPkt                                                    
    10020a01  HCI_SetControllerToHostFlowCtrlCmd                                 
    10022459  HCI_SetEventMaskCmd                                                
    10022495  HCI_SetEventMaskPage2Cmd                                           
    100223a5  HCI_ValidConnTimeParams                                            
    1001cf81  HCI_VendorSpecifcCommandCompleteEvent                              
    100237f9  HCI_WriteAuthPayloadTimeoutCmd                                     
    10026ad5  HCI_bm_alloc                                                       
    0004b829  HEAPMGR_GETLARGESTFREEBUF                                          
    20003f34  HEAPMGR_SIZE                                                       
    00051579  HOOK_llProcessMasterControlPacket_hook                             
    0003b42d  HOOK_llProcessSlaveControlPacket                                   
    000464d9  Hook_llProcessSlaveControlProcedures                               
    00050db9  HwiP_Params_init                                                   
    0004d9f5  HwiP_construct                                                     
    0005157d  HwiP_destruct                                                      
    0005119d  HwiP_disable                                                       
    00051581  HwiP_enableInterrupt                                               
    00050dc9  HwiP_inISR                                                         
    00050dd9  HwiP_post                                                          
    000514b1  HwiP_restore                                                       
    0005096b  HwiP_setFunc                                                       
    0005038d  HwiP_setPriority                                                   
    00050649  ICallPlatform_pwrDispense                                          
    00050663  ICallPlatform_pwrRequire                                           
    00049ad5  ICallPlatform_pwrUpdActivityCounter                                
    00050abd  ICall_abort                                                        
    0004f4e1  ICall_createRemoteTasks                                            
    00049b45  ICall_createRemoteTasksAtRuntime                                   
    20001dc4  ICall_dispatcher                                                   
    0004a3c9  ICall_enrollService                                                
    000503a9  ICall_enterCSImpl                                                  
    2000253c  ICall_enterCriticalSection                                         
    0004b881  ICall_fetchMsg                                                     
    0004e58f  ICall_fetchServiceMsg                                              
    00051585  ICall_free                                                         
    000514bd  ICall_freeMsg                                                      
    0004cf6d  ICall_getEntityId                                                  
    00051589  ICall_getHeapStats                                                 
    0004f0d1  ICall_getLocalMsgEntityId                                          
    0004f509  ICall_getMaxMSecs                                                  
    0005158d  ICall_getTicks                                                     
    0004e169  ICall_heapFree                                                     
    0004f531  ICall_heapGetStats                                                 
    00049041  ICall_heapInit                                                     
    00046fd9  ICall_heapMalloc                                                   
    0005075d  ICall_heapMallocLimited                                            
    0004f0fd  ICall_init                                                         
    000511a9  ICall_leaveCSImpl                                                  
    20002540  ICall_leaveCriticalSection                                         
    00051591  ICall_malloc                                                       
    00051595  ICall_mallocLimited                                                
    000511b5  ICall_pwrDispense                                                  
    000511c1  ICall_pwrRequire                                                   
    00050c75  ICall_pwrUpdActivityCounter                                        
    0004bc9d  ICall_registerApp                                                  
    0004e1a1  ICall_searchServiceEntity                                          
    0004a431  ICall_send                                                         
    0004a499  ICall_sendServiceComplete                                          
    0004f559  ICall_sendServiceMsg                                               
    0004864d  ICall_setTimer                                                     
    0004d539  ICall_setTimerMSecs                                                
    00051057  ICall_signal                                                       
    000513eb  ICall_stopTimer                                                    
    00049ec5  ICall_wait                                                         
    00041ad1  ICall_waitMatch                                                    
    1000b8d1  IMPORTDATA                                                         
    10026eb5  IMPORTLENGTH                                                       
    1000cb0d  IMPORTMODULUS                                                      
    1000b885  IMPORTOPERAND                                                      
    1000ce2d  INVERT                                                             
    100260a8  IOCapMatrix                                                        
    UNDEFED   ITM_flush                                                          
    UNDEFED   ITM_restore                                                        
    1000be7d  JACADD                                                             
    100220d1  L2CAP_BuildCmdReject                                               
    100231a5  L2CAP_BuildConnectReq                                              
    1001fc41  L2CAP_BuildInfoRsp                                                 
    10026bc5  L2CAP_BuildParamUpdateRsp                                          
    1002470d  L2CAP_ChannelInfo                                                  
    10025ec9  L2CAP_CmdReject                                                    
    1001ab69  L2CAP_ConnParamUpdateReq                                           
    10025ee9  L2CAP_ConnParamUpdateRsp                                           
    1001d5c5  L2CAP_ConnectReq                                                   
    10023d75  L2CAP_ConnectRsp                                                   
    10022bed  L2CAP_DeregisterPsm                                                
    10023da9  L2CAP_DisconnectReq                                                
    1001fb99  L2CAP_FlowCtrlCredit                                               
    10026d39  L2CAP_GetMTU                                                       
    10026e91  L2CAP_GetParamValue                                                
    10025985  L2CAP_HostNumCompletedPkts                                         
    100253c5  L2CAP_InfoReq                                                      
    100162f9  L2CAP_Init                                                         
    10021321  L2CAP_ParseConnectReq                                              
    10025b7d  L2CAP_ParseFlowCtrlCredit                                          
    100267ad  L2CAP_ParseInfoReq                                                 
    10022945  L2CAP_ParseParamUpdateReq                                          
    1001a1b9  L2CAP_ProcessEvent                                                 
    1001beb9  L2CAP_PsmChannels                                                  
    10021615  L2CAP_PsmInfo                                                      
    100246dd  L2CAP_RegisterApp                                                  
    10025f09  L2CAP_RegisterFlowCtrlTask                                         
    1001b185  L2CAP_SendData                                                     
    10021725  L2CAP_SendDataPkt                                                  
    1001c3a9  L2CAP_SendSDU                                                      
    100268dd  L2CAP_SetBufSize                                                   
    10020445  L2CAP_SetControllerToHostFlowCtrl                                  
    10026ecd  L2CAP_SetParamValue                                                
    10026ae5  L2CAP_SetUserConfig                                                
    10025415  L2CAP_bm_alloc                                                     
    20000158  LEN                                                                
    10015519  LE_AE_SetData                                                      
    1001d6a5  LE_ClearAdvSets                                                    
    10026d69  LE_ReadMaxAdvDataLen                                               
    10026d75  LE_ReadNumSupportedAdvSets                                         
    1002692d  LE_ReadRfPathCompCmd                                               
    10023f49  LE_ReadTxPowerCmd                                                  
    1001c599  LE_RemoveAdvSet                                                    
    10022e1d  LE_SetAdvSetRandAddr                                               
    0004b2b1  LE_SetExtAdvData                                                   
    00051599  LE_SetExtAdvData_hook                                              
    0003d3d5  LE_SetExtAdvEnable                                                 
    0005159d  LE_SetExtAdvEnable_hook                                            
    1000c49d  LE_SetExtAdvParams                                                 
    10011185  LE_SetExtScanParams                                                
    0004b311  LE_SetExtScanRspData                                               
    000515a1  LE_SetExtScanRspData_hook                                          
    0004cdc5  LE_WriteRfPathCompCmd                                              
    1001d715  LL_AESCCM_Init                                                     
    1001d1c5  LL_AESECB_Init                                                     
    1001def1  LL_AE_Init                                                         
    1001cad9  LL_AE_RegCBack                                                     
    00051445  LL_AbortedCback                                                    
    0004bae9  LL_AbortedCback_ADV_CONN_CFG                                       
    0004853d  LL_AbortedCback_ADV_NCONN_and_ADV_CONN                             
    00050149  LL_AbortedCback_peripheral                                         
    10011aa1  LL_AddDeviceToResolvingList                                        
    100226ed  LL_AddWhiteListDevice                                              
    10012591  LL_AdvReportCback                                                  
    1001a121  LL_AuthPayloadTimeoutExpiredCback                                  
    000459a9  LL_ChanMapUpdate                                                   
    10019e1d  LL_ChannelSelectionAlgorithmCback                                  
    10018e41  LL_ClearResolvingList                                              
    10025505  LL_ClearWhiteList                                                  
    10023ee1  LL_ConnActive                                                      
    10016dd9  LL_ConnParamUpdateCback                                            
    0004bee9  LL_ConnParamUpdateRejectCback                                      
    10015061  LL_ConnUpdate                                                      
    10012049  LL_ConnectionCompleteCback                                         
    100217f1  LL_CountAdvSets                                                    
    10017fed  LL_CreateConnCancel                                                
    10026675  LL_CtrlToHostFlowControl                                           
    0004de2d  LL_DataLenExceedEventCback                                         
    10016b6d  LL_DataLengthChangeEventCback                                      
    00046421  LL_DirectTestEnd                                                   
    10024d7d  LL_DirectTestEndDoneCback                                          
    0004b9e1  LL_DisableAdvSets                                                  
    1001e359  LL_Disconnect                                                      
    10019a65  LL_DisconnectCback                                                 
    000509ef  LL_DoorbellErrorCback                                              
    1001fd91  LL_ENC_AES128_Decrypt                                              
    1001fd3d  LL_ENC_AES128_Encrypt                                              
    00048bdd  LL_ENC_Decrypt                                                     
    00049981  LL_ENC_DecryptMsg                                                  
    00049d75  LL_ENC_Encrypt                                                     
    0004ba91  LL_ENC_EncryptMsg                                                  
    100266ed  LL_ENC_GenDeviceIV                                                 
    10026955  LL_ENC_GenDeviceSKD                                                
    00046a81  LL_ENC_GenerateDRBGRandNum                                         
    0004c451  LL_ENC_GenerateDRBGSeedNum                                         
    10025ba1  LL_ENC_GenerateNonce                                               
    0005143b  LL_ENC_GeneratePseudoRandNum                                       
    0004e9a5  LL_ENC_GenerateTRNGRandNum                                         
    000516b1  LL_ENC_GenerateTrueRandNum                                         
    1002494d  LL_ENC_Init                                                        
    10022f3d  LL_ENC_LoadKey                                                     
    10026069  LL_ENC_ReverseBytes                                                
    10024e2d  LL_EXT_BuildRevision                                               
    00047b09  LL_EXT_ChanMapUpdateCback                                          
    10026e95  LL_EXT_ClkDivOnHalt                                                
    10026e99  LL_EXT_DeclareNvUsage                                              
    10025a5d  LL_EXT_Decrypt                                                     
    00046de1  LL_EXT_DisconnectImmed                                             
    10022de5  LL_EXT_EndModemTest                                                
    10026ea9  LL_EXT_ExtendRfRange                                               
    10024d25  LL_EXT_ExtendRfRangeCback                                          
    10018aed  LL_EXT_GetConnInfo                                                 
    10026ead  LL_EXT_HaltDuringRf                                                
    10026ea5  LL_EXT_MapPmIoPort                                                 
    1002485d  LL_EXT_NumComplPktsLimit                                           
    10025a39  LL_EXT_OnePacketPerEvent                                           
    10026eb1  LL_EXT_OverlappedProcessing                                        
    10024e01  LL_EXT_PERbyChan                                                   
    1001fce9  LL_EXT_PacketErrorRate                                             
    1001f145  LL_EXT_PacketErrorRateCback                                        
    10025aa5  LL_EXT_ReadRandomAddress                                           
    100217ad  LL_EXT_ResetSystem                                                 
    10026ea1  LL_EXT_SaveFreqTune                                                
    1001a88d  LL_EXT_SetBDADDR                                                   
    10026b25  LL_EXT_SetDtmTxPktCnt                                              
    000508ad  LL_EXT_SetExtScanChannels                                          
    1002668d  LL_EXT_SetFastTxResponseTime                                       
    10026e9d  LL_EXT_SetFreqTune                                                 
    0004ce0d  LL_EXT_SetLocalSupportedFeatures                                   
    1001de89  LL_EXT_SetMaxDataLen                                               
    10025a81  LL_EXT_SetMaxDtmTxPower                                            
    10026be5  LL_EXT_SetRxGain                                                   
    10024ccd  LL_EXT_SetRxGainCback                                              
    1001a381  LL_EXT_SetSCA                                                      
    10025555  LL_EXT_SetSlaveLatencyOverride                                     
    100227a1  LL_EXT_SetTxPower                                                  
    10024cf9  LL_EXT_SetTxPowerCback                                             
    1001a765  LL_EncChangeCback                                                  
    1001aad9  LL_EncKeyRefreshCback                                              
    1001bf39  LL_EncLtkNegReply                                                  
    1001f311  LL_EncLtkReply                                                     
    10015c51  LL_EncLtkReqCback                                                  
    10025a15  LL_Encrypt                                                         
    1000df2d  LL_EnhancedConnectionCompleteCback                                 
    10021ed1  LL_EnhancedRxTest                                                  
    10022dad  LL_EnhancedTxTest                                                  
    0004bf91  LL_GenerateDHKeyCmd                                                
    1001621d  LL_GenerateDHKeyCompleteEventCback                                 
    10015605  LL_GetAdvSet                                                       
    10026b15  LL_GetNumActiveConns                                               
    0003e4d5  LL_Init                                                            
    00050f99  LL_LastCmdDoneCback                                                
    00044119  LL_LastCmdDoneCback_ADV_CONN_CFG                                   
    0003e9dd  LL_LastCmdDoneCback_ADV_NCONN_CFG_ADV_CONN_CFG                     
    00040db5  LL_LastCmdDoneCback_common                                         
    10025f49  LL_NumEmptyWlEntries                                               
    10019f55  LL_PRIV_AddExtWLEntry                                              
    10020ae5  LL_PRIV_Ah                                                         
    10022f75  LL_PRIV_CheckRLPeerId                                              
    1001ccb9  LL_PRIV_CheckRLPeerIdEntry                                         
    10024eb1  LL_PRIV_ClearAllPrivIgn                                            
    10020b31  LL_PRIV_ClearExtWL                                                 
    1001db55  LL_PRIV_FindExtWLEntry                                             
    1001b4cd  LL_PRIV_FindPeerInRL                                               
    10020585  LL_PRIV_GenerateNRPA                                               
    1001f36d  LL_PRIV_GenerateRPA                                                
    10021f91  LL_PRIV_GenerateRSA                                                
    1001ad19  LL_PRIV_Init                                                       
    1002680d  LL_PRIV_IsIDA                                                      
    100267f5  LL_PRIV_IsNRPA                                                     
    100267dd  LL_PRIV_IsRPA                                                      
    10021129  LL_PRIV_IsResolvable                                               
    10026705  LL_PRIV_IsZeroIRK                                                  
    10024e59  LL_PRIV_NumberPeerRLEntries                                        
    10024019  LL_PRIV_ResolveRPA                                                 
    10022fad  LL_PRIV_SetWLSize                                                  
    10021fd1  LL_PRIV_SetupPrivacy                                               
    10024e85  LL_PRIV_TeardownPrivacy                                            
    10019ba5  LL_PRIV_UpdateExtWLEntry                                           
    10021171  LL_PRIV_UpdateRL                                                   
    000455b5  LL_PhyUpdateCompleteEventCback                                     
    0003c189  LL_ProcessEvent                                                    
    000515a5  LL_ProcessEvent_LL_EVT_EXT_SCAN_TIMEOUT_hook                       
    000516dd  LL_ProcessEvent_LL_EVT_EXT_SCAN_TIMEOUT_no_SCAN_CFG                
    000515a9  LL_ProcessEvent_LL_EVT_MASTER_CONN_CREATED_hook                    
    000516df  LL_ProcessEvent_LL_EVT_MASTER_CONN_CREATED_no_INIT_CFG             
    1002479d  LL_PseudoRand                                                      
    100254dd  LL_RX_bm_alloc                                                     
    10026b05  LL_Rand                                                            
    100246ad  LL_RandCback                                                       
    100247fd  LL_ReadAdvChanTxPower                                              
    10022d3d  LL_ReadAuthPayloadTimeout                                          
    100259f1  LL_ReadBDADDR                                                      
    10022765  LL_ReadChanMap                                                     
    1002482d  LL_ReadDefaultDataLen                                              
    0004d433  LL_ReadLocalP256PublicKeyCmd                                       
    10014429  LL_ReadLocalP256PublicKeyCompleteEventCback                        
    10022d75  LL_ReadLocalResolvableAddress                                      
    100247cd  LL_ReadLocalSupportedFeatures                                      
    10020f31  LL_ReadLocalVersionInfo                                            
    10020fc1  LL_ReadMaxDataLen                                                  
    1001ece5  LL_ReadPeerResolvableAddress                                       
    0004d215  LL_ReadPhy                                                         
    1001dae9  LL_ReadRemoteUsedFeatures                                          
    1001b0f9  LL_ReadRemoteUsedFeaturesCompleteCback                             
    1001de21  LL_ReadRemoteVersionInfo                                           
    1001b669  LL_ReadRemoteVersionInfoCback                                      
    10026919  LL_ReadResolvingListSize                                           
    1001c9e9  LL_ReadRssi                                                        
    1001f2b5  LL_ReadSupportedStates                                             
    10020f79  LL_ReadTxPowerLevel                                                
    10025f29  LL_ReadWlSize                                                      
    1001542d  LL_RemoteConnParamReqCback                                         
    1001ec85  LL_RemoteConnParamReqNegReply                                      
    10018a41  LL_RemoteConnParamReqReply                                         
    10013bc1  LL_RemoveDeviceFromResolvingList                                   
    10022729  LL_RemoveWhiteListDevice                                           
    0003fe49  LL_Reset                                                           
    00046d39  LL_RxDataCompleteCback                                             
    000422d9  LL_RxEmptyCback                                                    
    0003b8ad  LL_RxEntryDoneCback                                                
    0004a14d  LL_RxEntryDoneCback_allEntries                                     
    00050f89  LL_RxIgnoredCback                                                  
    0003ec51  LL_RxIgnoredCback_ADV_NCONN_CFG_ADV_CONN_CFG                       
    00050129  LL_RxIgnoredCback_common                                           
    00048169  LL_SetAddressResolutionEnable                                      
    10026ed1  LL_SetAdvSetsControl                                               
    1001a7f9  LL_SetDataLen                                                      
    10020495  LL_SetDefaultPhy                                                   
    100131d1  LL_SetPhy                                                          
    1001ed45  LL_SetPrivacyMode                                                  
    00047e89  LL_SetRandomAddress                                                
    0004d259  LL_SetResolvablePrivateAddressTimeout                              
    10013cd5  LL_StartEncrypt                                                    
    100254b5  LL_TX_bm_alloc                                                     
    20000fc7  LL_TaskID                                                          
    00045d85  LL_TxData                                                          
    0004ae85  LL_TxDoneCback                                                     
    00050109  LL_TxEntryDoneCback                                                
    1001ca61  LL_WriteAuthPayloadTimeout                                         
    0004a709  LL_WriteDefaultDataLen                                             
    20003ee8  LSTORecoveryArr                                                    
    10026434  LUTC                                                               
    10026464  LUTINCI                                                            
    1001c880  LUTJ                                                               
    10026e08  LUTOPCODE                                                          
    1002641c  LUTOPSIGN                                                          
    1002644c  LUTSE                                                              
    10022110  LUTSTATE                                                           
    00050981  List_clearList                                                     
    0004fcfd  List_get                                                           
    0004f84d  List_insert                                                        
    0004f955  List_put                                                           
    0004f873  List_putHead                                                       
    0004f581  List_remove                                                        
    000445f7  MAP_HCI_CteRequestFailedEvent                                      
    000515ad  MAP_LL_AbortedCback                                                
    000515b1  MAP_RTLSSrv_processHciEvent                                        
    000515b5  MAP_gapAdv_handleAdvHciCmdComplete                                 
    000515b9  MAP_gapAdv_periodicAdvCmdCompleteCBs                               
    000515bd  MAP_gapScan_periodicAdvCmdCompleteCBs                              
    000515c1  MAP_gapScan_periodicAdvCmdStatusCBs                                
    000515c5  MAP_gapScan_processBLEPeriodicAdvCBs                               
    000515c9  MAP_llCalcConnMaxTimeLength                                        
    00045817  MAP_llClearPeriodicAdvSets                                         
    00045cc3  MAP_llClearPeriodicScanSets                                        
    00047c37  MAP_llCoexInit                                                     
    000480d7  MAP_llCoexSetParams                                                
    0004903f  MAP_llCoexUpdateCounters                                           
    000515cd  MAP_llDmmDynamicAlloc                                              
    00049ec3  MAP_llDmmDynamicFree                                               
    000515d1  MAP_llDmmGetActivityIndex                                          
    000515d5  MAP_llDmmSetAdvHandle                                              
    0004afaf  MAP_llDmmSetThreshold                                              
    000515d9  MAP_llFindNextPeriodicAdv                                          
    000515dd  MAP_llFindNextPeriodicScan                                         
    000515e1  MAP_llFreeCteSamplesEntryQueue                                     
    000515e5  MAP_llGetCteInfo                                                   
    000515e9  MAP_llGetCurrentPeriodicAdv                                        
    000515ed  MAP_llGetCurrentPeriodicScan                                       
    000515f1  MAP_llGetPeriodicAdv                                               
    0004b7cf  MAP_llHealthUpdate                                                 
    000515f5  MAP_llInitFeatureSet                                               
    0004bc47  MAP_llMaster_TaskEnd                                               
    0004c6c7  MAP_llPeriodicAdv_PostProcess                                      
    000515f9  MAP_llPrepareNextExtAdv                                            
    000515fd  MAP_llProcessExtScanRxFIFO_hook                                    
    0004d4f7  MAP_llProcessPeriodicScanRxFIFO                                    
    0004d9b7  MAP_llSetPeriodicSyncInfo                                          
    00051601  MAP_llSetStarvationMode                                            
    00051605  MAP_llSetupCte                                                     
    00051609  MAP_llSetupPeriodicAdv                                             
    0005160d  MAP_llSlave_TaskEnd                                                
    0004e0f7  MAP_llTerminatePeriodicScan                                        
    00051611  MAP_llTrigPeriodicAdv                                              
    0004e5fb  MAP_llUpdateCteState                                               
    00051615  MAP_llUpdateExtAdvTx                                               
    0004f48f  MAP_llUpdatePeriodicAdvChainPacket                                 
    20000154  MOD                                                                
    200001a8  MSBMOD                                                             
    00053fb4  NISTP256_a                                                         
    00053fd4  NISTP256_b                                                         
    00053d7c  NISTP256_generator                                                 
    00053ff4  NISTP256_order                                                     
    00054014  NISTP256_prime                                                     
    10025864  NIST_Curve_P256_Gx                                                 
    10025888  NIST_Curve_P256_Gy                                                 
    1002581c  NIST_Curve_P256_a                                                  
    10025840  NIST_Curve_P256_b                                                  
    100257d4  NIST_Curve_P256_p                                                  
    100257f8  NIST_Curve_P256_r                                                  
    00042925  NOROM_AESWriteToKeyStore                                           
    0004cb3d  NOROM_AUXSYSIFOpModeChange                                         
    000511d9  NOROM_CPUcpsid                                                     
    000511e5  NOROM_CPUcpsie                                                     
    0005144f  NOROM_CPUdelay                                                     
    0004f5a9  NOROM_ChipInfo_GetChipFamily                                       
    00048c5d  NOROM_ChipInfo_GetChipType                                         
    0004c08d  NOROM_ChipInfo_GetHwRevision                                       
    00050249  NOROM_FlashProgram                                                 
    00050267  NOROM_FlashSectorErase                                             
    00046701  NOROM_OSCHF_AttemptToSwitchToXosc                                  
    000490b9  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                               
    0004f3bd  NOROM_OSCHF_TurnOnXosc                                             
    00049131  NOROM_OSC_CapArrayAdjustWorkaround_Boot                            
    0004c7ad  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                          
    0004fe49  NOROM_PKAClearPkaRam                                               
    0004cfb1  NOROM_PRCMPowerDomainsAllOff                                       
    0004cff5  NOROM_PRCMPowerDomainsAllOn                                        
    0004b491  NOROM_RFCAnaDivTxOverride                                          
    00050de9  NOROM_RFCCpeIntGetAndClear                                         
    0004f92f  NOROM_RFCCpePatchReset                                             
    0004fe69  NOROM_RFCDoorbellSendTo                                            
    00050df9  NOROM_RFCHwIntGetAndClear                                          
    0004fe89  NOROM_RFCOverrideSearch                                            
    00051619  NOROM_RFCOverrideUpdate                                            
    0004cb85  NOROM_RFCSynthPowerDown                                            
    000449b5  NOROM_SetupTrimDevice                                              
    0004da6d  NOROM_SysCtrlIdle                                                  
    000488dd  NOROM_SysCtrlSetRechargeBeforePowerDown                            
    000445f9  NOROM_SysCtrlStandby                                               
    0004efc1  NOROM_ThisLibraryIsFor_CC13x2_CC26x2_HwRev20AndLater_HaltIfViolated
    0004c181  NVOCMP_loadApiPtrsMin                                              
    20003c5c  NVOCMP_nvHandle                                                    
    20003f69  NVOCMP_size                                                        
    00051457  NVSCC26XX_close                                                    
    000514c3  NVSCC26XX_control                                                  
    0004ec31  NVSCC26XX_erase                                                    
    00053f18  NVSCC26XX_fxnTable                                                 
    0004fea9  NVSCC26XX_getAttrs                                                 
    0004c845  NVSCC26XX_init                                                     
    00050775  NVSCC26XX_lock                                                     
    000491a9  NVSCC26XX_open                                                     
    0004c891  NVSCC26XX_read                                                     
    000511fd  NVSCC26XX_unlock                                                   
    00043b01  NVSCC26XX_write                                                    
    000514c9  NVS_Params_init                                                    
    000514cf  NVS_close                                                          
    0005413c  NVS_config                                                         
    0005424f  NVS_count                                                          
    00054358  NVS_defaultParams                                                  
    000514d5  NVS_erase                                                          
    000514db  NVS_getAttrs                                                       
    0004f155  NVS_init                                                           
    0004cbcd  NVS_open                                                           
    00051065  NVS_read                                                           
    00050c99  NVS_write                                                          
    0005161d  OAD_cancel                                                         
    00050cab  OAD_evenBitCount                                                   
    0004fd1f  OAD_getSWVersion                                                   
    00051209  OAD_getactiveCxnHandle                                             
    00050e19  OAD_isUsrAppValid                                                  
    00043c09  OAD_open                                                           
    00039cc5  OAD_processQueue                                                   
    00051215  OAD_register                                                       
    0004dae5  OAD_setBlockSize                                                   
    20003f24  OSAL_timeSeconds                                                   
    0004e249  OadPersistApp_createTask                                           
    00050ff9  Onboard_rand                                                       
    000516e7  Onboard_soft_reset                                                 
    20003a1c  PKAResourceCC26XX_accessSemaphore                                  
    0004b071  PKAResourceCC26XX_constructRTOSObjects                             
    20003e08  PKAResourceCC26XX_hwi                                              
    20003a6c  PKAResourceCC26XX_operationSemaphore                               
    20002647  PKAResourceCC26XX_pollingFlag                                      
    0004d579  PowerCC26X2_RCOSC_clockFunc                                        
    00040a99  PowerCC26X2_auxISR                                                 
    000438e9  PowerCC26X2_calibrate                                              
    00054184  PowerCC26X2_config                                                 
    0004fee9  PowerCC26X2_disableTCXOQual                                        
    0004ff09  PowerCC26X2_enableTCXOQual                                         
    0004f979  PowerCC26X2_getOscHfSourceReady                                    
    0004a9d5  PowerCC26X2_initiateCalibration                                    
    20001830  PowerCC26X2_module                                                 
    0005122d  PowerCC26X2_oscClockSourceGet                                      
    00050e59  PowerCC26X2_oscCtlClearXtal                                        
    0004e281  PowerCC26X2_oscDisableQualifiers                                   
    00051621  PowerCC26X2_oschfSwitchToRcosc                                     
    0005146f  PowerCC26X2_oschfTrySwitchToXosc                                   
    00050e69  PowerCC26X2_prcmEnableCacheRetention                               
    00050e79  PowerCC26X2_readCtrim                                              
    00050e89  PowerCC26X2_readCtrimFract                                         
    00050e99  PowerCC26X2_readRtrim                                              
    0004d5b9  PowerCC26X2_setAclkRefSrc                                          
    00051239  PowerCC26X2_setPeriphDeepSleepEnable                               
    0004f99d  PowerCC26X2_setSubSecIncToXoscLf                                   
    0004db21  PowerCC26X2_setTdcClkSrc24M                                        
    00050ea9  PowerCC26X2_switchToTCXO                                           
    00051245  PowerCC26X2_sysCtrlGetResetSource                                  
    00051625  PowerCC26X2_sysCtrlIdle                                            
    00051413  PowerCC26X2_sysCtrlStandby                                         
    00051251  PowerCC26X2_sysCtrlVoltageConditionalControl                       
    00051629  PowerCC26X2_turnOnXosc                                             
    000497b1  PowerCC26X2_updateSubSecInc                                        
    0004f9c1  PowerCC26X2_writeCtrim                                             
    0004f9e5  PowerCC26X2_writeCtrimFract                                        
    0004fa09  PowerCC26X2_writeCtrimFractEn                                      
    0004fa2d  PowerCC26X2_writeRtrim                                             
    0005078d  PowerCC26XX_calibrate                                              
    0004f5d1  PowerCC26XX_isStableXOSC_HF                                        
    0004f1ad  PowerCC26XX_schedulerDisable                                       
    0004ff29  PowerCC26XX_schedulerRestore                                       
    000467b5  PowerCC26XX_standbyPolicy                                          
    20003f38  PowerCC26XX_swiKey                                                 
    0004cc5d  PowerCC26XX_switchXOSC_HF                                          
    20003f3c  PowerCC26XX_taskKey                                                
    0005125d  Power_getConstraintMask                                            
    000503fd  Power_getTransitionLatency                                         
    000507a5  Power_idleFunc                                                     
    00043499  Power_init                                                         
    0004fa51  Power_registerNotify                                               
    0004e665  Power_releaseConstraint                                            
    00046869  Power_releaseDependency                                            
    0004ec91  Power_setConstraint                                                
    000469d1  Power_setDependency                                                
    00041d89  Power_sleep                                                        
    0004ff49  Power_unregisterNotify                                             
    200001ac  RAM_BASE_ADDR                                                      
    00054268  RFCC26XX_hwAttrs                                                   
    200025ec  RFCC26XX_schedulerPolicy                                           
    10020215  RFHAL_AllocDataEntry                                               
    10025d49  RFHAL_AllocDataEntryQueue                                          
    1001b559  RFHAL_BuildDataEntryRingBuffer                                     
    1001aec9  RFHAL_BuildLinkedBuffer                                            
    10019ff1  RFHAL_BuildRingBuffer                                              
    10026c79  RFHAL_FreeDataEntry                                                
    10026c6d  RFHAL_FreeDataEntryQueue                                           
    10023451  RFHAL_FreeNextTxDataEntry                                          
    10026e65  RFHAL_GetNextDataEntry                                             
    10026e69  RFHAL_GetTempDataEntry                                             
    10026c61  RFHAL_InitDataQueue                                                
    100243dd  RFHAL_NextDataEntryDone                                            
    00051269  RF_Params_init                                                     
    000507bd  RF_cancelCmd                                                       
    00042a55  RF_close                                                           
    00044fe5  RF_control                                                         
    0005162d  RF_defaultExecutionPolicy                                          
    000479d9  RF_defaultSubmitPolicy                                             
    00050b0d  RF_flushCmd                                                        
    00050cbd  RF_getCmdOp                                                        
    0004bded  RF_getCurrentTime                                                  
    00048755  RF_getInfo                                                         
    0004ff89  RF_getRssi                                                         
    20002560  RF_modeBle                                                         
    0003e239  RF_open                                                            
    00046be1  RF_pendCmd                                                         
    0004e699  RF_powerConstraintRelease                                          
    00050451  RF_powerConstraintSet                                              
    00050997  RF_ratCompare                                                      
    00048d59  RF_ratDisableChannel                                               
    000514f9  RF_runDirectCmd                                                    
    000514ff  RF_runImmediateCmd                                                 
    0004f899  RF_runScheduleCmd                                                  
    0003fc61  RF_scheduleCmd                                                     
    0004ffe9  RF_setTxPower                                                      
    10007001  ROM_BASE_ADDR                                                      
    10010381  ROM_ECDSA_sign                                                     
    1000c805  ROM_ECDSA_verif                                                    
    200001b8  ROM_FlashJT                                                        
    00051d90  ROM_Flash_JT                                                       
    0004ecf1  ROM_Init                                                           
    00050b21  ROM_Spinlock                                                       
    0004e2b9  Random_getNumber                                                   
    0004a075  Random_seedAutomatic                                               
    00051275  RegisterAssertCback                                                
    1000d14d  SAVEPOINT                                                          
    10026a14  SCA                                                                
    20000170  SCAL                                                               
    10010559  SCALARMUL                                                          
    1000b471  SCALARMUL_core                                                     
    1000d19d  SCALARMUL_final                                                    
    1000cfd5  SCALARMUL_init                                                     
    1000b9cd  SETOPERAND                                                         
    1000d5e9  SETWORD                                                            
    1001fe8d  SM_Encrypt                                                         
    100164b1  SM_GenerateAuthenSig                                               
    00051365  SM_GetAllowDebugKeysMode                                           
    00051359  SM_GetAuthenPairingOnlyMode                                        
    1001ae39  SM_GetDHKey                                                        
    1002012d  SM_GetEccKeys                                                      
    10026365  SM_GetScConfirmOob                                                 
    10021989  SM_Init                                                            
    1002404d  SM_InitiatorInit                                                   
    1001410d  SM_PasskeyUpdate                                                   
    10017e81  SM_ProcessEvent                                                    
    10026db1  SM_RegisterTask                                                    
    1001c805  SM_ResponderInit                                                   
    00050fd9  SM_SetAllowDebugKeysMode                                           
    00050fe9  SM_SetAuthenPairingOnlyMode                                        
    000505bd  SM_SetECCRegenerationCount                                         
    1001d785  SM_StartEncryption                                                 
    100186dd  SM_StartPairing                                                    
    10014001  SM_VerifyAuthenSig                                                 
    20000fde  SM_appExpectingKey                                                 
    20000279  SM_appTaskID                                                       
    0004e00d  SM_dhKeyCB                                                         
    00051631  SM_dhKeyCB_hook                                                    
    0004bb99  SM_p256KeyCB                                                       
    00051635  SM_p256KeyCB_hook                                                  
    1000cdcd  SQUAREMULTIPLYWORD                                                 
    1000c099  SelectReg                                                          
    00050009  SemaphoreP_constructBinary                                         
    0004fb05  SemaphoreP_createBinary                                            
    00051281  SemaphoreP_delete                                                  
    00051639  SemaphoreP_destruct                                                
    0005141d  SemaphoreP_pend                                                    
    0005163d  SemaphoreP_post                                                    
    00050ccf  StructRingBuf_construct                                            
    0004c8dd  StructRingBuf_get                                                  
    000510ab  StructRingBuf_isFull                                               
    0004bbf1  StructRingBuf_put                                                  
    00050eb9  SwiP_Params_init                                                   
    0004e701  SwiP_construct                                                     
    00051641  SwiP_destruct                                                      
    00050b35  SwiP_disable                                                       
    0005128d  SwiP_getTrigger                                                    
    00050b49  SwiP_inISR                                                         
    00051645  SwiP_or                                                            
    00051649  SwiP_restore                                                       
    000510b9  SwiP_setPriority                                                   
    20000f38  SysBootMsg                                                         
    00050d05  TI_memcpy_small                                                    
    000510f1  TI_memset_small                                                    
    20000190  TMP1                                                               
    20000194  TMP2                                                               
    20000198  TMP3                                                               
    2000019c  TMP4                                                               
    200001a0  TMP5                                                               
    200001a4  TMP6                                                               
    00050ed9  TRNG_Params_init                                                   
    00050b5d  TRNG_close                                                         
    00054304  TRNG_config                                                        
    00048315  TRNG_construct                                                     
    00054198  TRNG_defaultParams                                                 
    0005164d  TRNG_generateEntropy                                               
    0004f411  TRNG_generateKey                                                   
    0004b931  TRNG_init                                                          
    00050ee9  TRNG_open                                                          
    0004be41  Util_constructClock                                                
    000510c7  Util_constructQueue                                                
    000507ed  Util_dequeueMsg                                                    
    0004e735  Util_enqueueMsg                                                    
    00051651  Util_isActive                                                      
    0004d5f9  Util_rescheduleClock                                               
    00051655  Util_startClock                                                    
    00051659  Util_stopClock                                                     
    10015159  WL_AddEntry                                                        
    100211b9  WL_Clear                                                           
    100255f5  WL_ClearEntry                                                      
    10021201  WL_ClearIgnoreList                                                 
    1001d239  WL_FindEntry                                                       
    10024edd  WL_GetNumFreeEntries                                               
    100262bd  WL_GetSize                                                         
    100249dd  WL_Init                                                            
    10019c45  WL_RemoveEntry                                                     
    1001f7ed  WL_SetWlIgnore                                                     
    1000b8c5  ZERO                                                               
    20014000  __STACK_END                                                        
    00000400  __STACK_SIZE                                                       
    20014000  __STACK_TOP                                                        
    00055224  __TI_CINIT_Base                                                    
    00055244  __TI_CINIT_Limit                                                   
    00055244  __TI_CINIT_Warm                                                    
    00055200  __TI_Handler_Table_Base                                            
    0005520c  __TI_Handler_Table_Limit                                           
    0004e521  __TI_auto_init_nobinit_nopinit                                     
    0004a28f  __TI_decompress_lzss                                               
    000510ff  __TI_decompress_none                                               
    ffffffff  __TI_pprof_out_hndl                                                
    ffffffff  __TI_prof_data_size                                                
    ffffffff  __TI_prof_data_start                                               
    000380d0  __TI_static_base__                                                 
    00051039  __TI_zero_init                                                     
    00058000  __UNUSED_FLASH_end__                                               
    00000000  __UNUSED_FLASH_start__                                             
    20014000  __UNUSED_SRAM_end__                                                
    20000000  __UNUSED_SRAM_start__                                              
    00050d17  __aeabi_ldiv0                                                      
    00050c59  __aeabi_memclr                                                     
    00050c59  __aeabi_memclr4                                                    
    00050c59  __aeabi_memclr8                                                    
    000516cd  __aeabi_memcpy                                                     
    000516cd  __aeabi_memcpy4                                                    
    000516cd  __aeabi_memcpy8                                                    
    00050c4d  __aeabi_memset                                                     
    00050c4d  __aeabi_memset4                                                    
    00050c4d  __aeabi_memset8                                                    
    00050c61  __aeabi_uldivmod                                                   
    ffffffff  __binit__                                                          
    UNDEFED   __c_args__                                                         
    10026fae  __checksum                                                         
    10007000  __checksum_begin                                                   
    10026fad  __checksum_end                                                     
    0000409a  __checksum_value                                                   
    10026dbd  __exit                                                             
    UNDEFED   __mpu_init                                                         
    20013c00  __stack                                                            
    00046b31  __udivmoddi4                                                       
    00050b71  _args_main                                                         
    0004eaa9  _c_int00                                                           
    20002570  _hposcCoeffs                                                       
    00038000  _imgHdr                                                            
    200023ec  _lock                                                              
    000516d1  _nop                                                               
    0004e769  _pthread_cleanupFxn                                                
    00051299  _register_lock                                                     
    000512a5  _register_unlock                                                   
    0005165d  _system_post_cinit                                                 
    00051661  _system_pre_init                                                   
    2000261c  _unlock                                                            
    000516c9  abort                                                              
    20000f34  activeConns                                                        
    20000b34  adiList                                                            
    10026e50  advChan                                                            
    20000fa5  advCount                                                           
    200009f4  advDataEntry                                                       
    20000cf4  advDataQueue                                                       
    10026bf4  advEvt2Cmd                                                         
    10026df8  advEvt2State                                                       
    000543aa  advExtPrimLoopOffsetUs                                             
    000543ac  advExtSecLoopOffsetUs                                              
    20000fa7  advInit                                                            
    000543a2  advPktSuffix                                                       
    20000f4c  advSetList                                                         
    200008f0  aeCBackTbl                                                         
    200009b8  aeCreateConn                                                       
    20000fd6  aeCurAdvEnableHandle                                               
    20000fd7  aeCurConnHandle                                                    
    20000fd5  aeCurHandle                                                        
    20000e38  aeScanEnable                                                       
    20000d24  aeScanParams                                                       
    20000278  aeSlaveSCA                                                         
    00054357  aesccmCC26XXHWAttrs                                                
    20003e3c  aesccmCC26XXObjects                                                
    000543ae  aesctrCC26XXHWAttrs                                                
    20003b44  aesctrCC26XXObjects                                                
    000543af  aesctrdrbgXXHWAttrs                                                
    20003928  aesctrdrbgXXObjects                                                
    000543b0  aesecbCC26XXHWAttrs                                                
    20003cd4  aesecbCC26XXObjects                                                
    20002620  appAssertCback                                                     
    20000273  appTaskID                                                          
    0005434c  appTxPwrTbl                                                        
    200035b6  appearance                                                         
    2000265e  appearanceCharProps                                                
    00054394  appearanceUUID                                                     
    20003f66  assertSubcause                                                     
    20000e90  attClientNotifyTxCB                                                
    10017365  attSendMsg                                                         
    0004cd35  attSendMsg_sPatch                                                  
    10021b11  attSendRspMsg                                                      
    20000e94  attServerNotifyTxCB                                                
    20000fa4  att_sendRspOnly                                                    
    20000f84  attrLen                                                            
    2000014c  aux64                                                              
    20002644  baseTaskID                                                         
    ffffffff  binit                                                              
    20002580  bleAppServiceInfoTable                                             
    0004e5c5  bleDispatch_BMAlloc                                                
    00050ce1  bleDispatch_BMFree                                                 
    00053eb4  bleStackConfig                                                     
    20001e42  bleUserCfg_maxPduSize                                              
    00051371  ble_dispatch_liteInit                                              
    0004fc25  ble_dispatch_liteProcess                                           
    00053f40  boardConfig                                                        
    100269f4  btBaseUUID                                                         
    20000f9e  buildInfo                                                          
    20000dfc  cachedTRNGdata                                                     
    20003734  cbTimers                                                           
    20002661  centAddrRes                                                        
    20002660  centAddrResCharProps                                               
    00054398  centAddrResUUID                                                    
    00054390  charUserDescUUID                                                   
    0005438a  characterUUID                                                      
    0005438e  clientCharCfgUUID                                                  
    20000eec  clientInfoTbl                                                      
    20000ec8  connEvtCB                                                          
    00054370  connEvtCutoff                                                      
    20000f8a  connInitialMaxTxOctets                                             
    20000f8c  connInitialMaxTxTime                                               
    20000f90  connInitialMaxTxTimeCoded                                          
    20000f8e  connInitialMaxTxTimeUncoded                                        
    20000c98  connOutput                                                         
    200007e0  connReqData                                                        
    10026a24  const_Rb                                                           
    200032b0  crcBuf                                                             
    00050489  crc_update                                                         
    00053dbc  cryptoDriverTableBLE                                               
    20000f28  cryptoDrvTblPtr                                                    
    20000dd4  cryptoKey                                                          
    000543b3  cryptoMode                                                         
    20003e84  cteAntennaProp                                                     
    00054120  ctrlPktLenTable                                                    
    20000fb7  ctrlToHostEnable                                                   
    20000fca  curTxPowerVal                                                      
    20003f60  decryptResult                                                      
    20003e9c  defaultChannelMap                                                  
    20000fc5  defaultPhy                                                         
    00053c2d  devInfo11073CertUUID                                               
    00054274  devInfoCBs                                                         
    00054181  devInfoFirmwareRevUUID                                             
    0005424d  devInfoHardwareRevUUID                                             
    000542d2  devInfoMfrNameUUID                                                 
    00054378  devInfoModelNumberUUID                                             
    0005437a  devInfoPnpIdUUID                                                   
    0005437c  devInfoSerialNumberUUID                                            
    0005437e  devInfoServUUID                                                    
    00054380  devInfoSoftwareRevUUID                                             
    00054382  devInfoSystemIdUUID                                                
    20000cc0  deviceFeatureSet                                                   
    20003e24  deviceName                                                         
    2000265d  deviceNameCharProps                                                
    00054392  deviceNameUUID                                                     
    200021d6  disconnectImmedConnId                                              
    10024a65  disconnectNext                                                     
    20002624  dispHandle                                                         
    20003ef4  drbgHandle                                                         
    000540e8  driverTable                                                        
    00050b85  driverTable_fnSpinlock                                             
    20000f44  dtmInfo                                                            
    00054054  eccDriverTable                                                     
    20000f24  eccDrvTblPtr                                                       
    20000d84  eccParams                                                          
    200024c4  eccParams_NISTP256                                                 
    1001f94d  eccRom_genKeys                                                     
    10023485  eccRom_genSharedSecret                                             
    2000012c  eccRom_param_Gx                                                    
    20000130  eccRom_param_Gy                                                    
    20000140  eccRom_param_a                                                     
    20000144  eccRom_param_b                                                     
    20000138  eccRom_param_p                                                     
    2000013c  eccRom_param_r                                                     
    20000148  eccRom_windowSize                                                  
    20000134  eccRom_workzone                                                    
    000543b1  ecdhCC26X2HWAttrs                                                  
    20003d58  ecdhCC26X2Objects                                                  
    20000f58  ecdhHandle                                                         
    000543b4  ecdhMode                                                           
    20000f60  encHandleCCM                                                       
    20000f64  encHandleECB                                                       
    20000da4  encParamsCCM                                                       
    20000db4  encParamsECB                                                       
    20000b74  enckey                                                             
    0004e79d  eraseFlashPg                                                       
    20000c04  extInitCmd                                                         
    20000fd9  extInitIndex                                                       
    20000f54  extInitInfo                                                        
    20000c80  extInitOutput                                                      
    20000abc  extInitParam                                                       
    20002666  extScanChanMap                                                     
    20000be8  extScanCmd                                                         
    20000fd8  extScanIndex                                                       
    20000f50  extScanInfo                                                        
    20000c68  extScanOutput                                                      
    20000a8c  extScanParam                                                       
    20003ee0  extStackSettings                                                   
    20000fd0  fastTxRespTime                                                     
    00055244  flashEndAddr                                                       
    00050029  flash_close                                                        
    00050b99  flash_init                                                         
    0004ed21  flash_open                                                         
    20000276  flowCtrlFwdTaskId                                                  
    20000275  flowCtrlTaskId                                                     
    20000fb0  fltPduTypeMask                                                     
    20000faf  fltPduTypeWanted                                                   
    20000e58  fwImmedCmd                                                         
    20000e68  fwParCmd                                                           
    20000c50  fwParDtmCmd                                                        
    20003f6a  gAction                                                            
    100263d4  gapAdvParamLookup                                                  
    10010e65  gapAdv_controllerCb                                                
    10014f69  gapAdv_init                                                        
    10025d69  gapAdv_processRemoveSetEvt                                         
    100234b9  gapAdv_searchForBufferUse                                          
    2000266b  gapAppTaskID                                                       
    20001c98  gapAttrTbl                                                         
    00038be5  gapBondMgrImportBond                                               
    00046f31  gapBondMgr_syncResolvingList                                       
    20003f00  gapBondStateNodeHead                                               
    20003d38  gapBond_localOobData                                               
    20003efc  gapBond_lruBondList                                                
    20003d18  gapBond_remoteOobData                                              
    20003f64  gapBond_removeLRUBond                                              
    20003f65  gapBond_syncRL                                                     
    0004c0df  gapCentProcessConnEvt                                              
    10025d89  gapCentProcessConnUpdateCompleteEvt                                
    100171d5  gapCentProcessSignalEvt                                            
    100258ad  gapClrState                                                        
    200001bc  gapConfig_IRK                                                      
    20000d14  gapConfig_SRK                                                      
    1002616d  gapConnEvtNoticeCB                                                 
    20000e08  gapCurrentRandomAddr                                               
    20000fa9  gapDeviceAddrMode                                                  
    2000266a  gapEndAppTaskID                                                    
    1001e7a5  gapFindADType                                                      
    10020d39  gapFreeAuthLink                                                    
    10026cb5  gapGetDevAddressMode                                               
    10026e39  gapGetSRK                                                          
    10026c9d  gapGetSignCounter                                                  
    10026ca9  gapGetState                                                        
    10026e49  gapHost2CtrlOwnAddrType                                            
    10023521  gapIncSignCounter                                                  
    20000265  gapInitCreateConnCmdSize                                           
    200001e0  gapInitPhyParam                                                    
    10025c28  gapInitPhyParamRange                                               
    20000266  gapInitPhyParamsSize                                               
    10012965  gapInit_connect_internal                                           
    10022201  gapInit_initiatingEnd                                              
    10023555  gapInit_sendConnCancelledEvt                                       
    10026a75  gapIsAdvertising                                                   
    10026a95  gapIsInitiating                                                    
    10026a85  gapIsScanning                                                      
    10023589  gapL2capConnParamUpdateReq                                         
    1001387d  gapPairingCompleteCB                                               
    200001cc  gapParameters                                                      
    20000bcc  gapParams                                                          
    1001d395  gapPasskeyNeededCB                                                 
    0004c311  gapPeriProcessConnEvt                                              
    00050f39  gapPeriProcessConnUpdateCmdStatus                                  
    0004b605  gapPeriProcessConnUpdateCompleteEvt                                
    1001bca1  gapPeriProcessSignalEvt                                            
    00042039  gapProcessBLEEvents                                                
    0004a639  gapProcessCommandStatusEvt                                         
    10021d11  gapProcessConnEvt                                                  
    10019189  gapProcessConnectionCompleteEvt                                    
    1001c235  gapProcessDisconnectCompleteEvt                                    
    00048045  gapProcessHCICmdCompleteEvt                                        
    00048cdb  gapProcessOSALMsg                                                  
    1002223d  gapProcessRemoteConnParamReqEvt                                    
    20000fa8  gapProfileRole                                                     
    1001f425  gapReadBufSizeCmdStatus                                            
    10026cc1  gapRegisterCentralConn                                             
    10026ccd  gapRegisterPeripheralConn                                          
    10026c0c  gapRptFldOffset                                                    
    10026c18  gapRptFldSize                                                      
    2000026a  gapScanAdvRptFragSize                                              
    2000026d  gapScanAdvRptSessionSize                                           
    20000269  gapScanEnableCmdSize                                               
    20000fad  gapScanEndReason                                                   
    2000026b  gapScanEvtAdvRptSize                                               
    2000026c  gapScanEvtEndSize                                                  
    20000210  gapScanEvtMask                                                     
    20000fac  gapScanMaxNumReport                                                
    20000fae  gapScanPackedAdvRptSize                                            
    10025c48  gapScanParamLookup                                                 
    20000220  gapScanParams                                                      
    20000268  gapScanPhyParamSize                                                
    20000214  gapScanPhyParams                                                   
    2000026e  gapScanSessionEndEventSize                                         
    20000267  gapScanSetParamsCmdSize                                            
    20000ee0  gapScanUarg                                                        
    20000ee4  gapScan_appEvtProcess                                              
    00047451  gapScan_defragAdvRpt                                               
    10020d81  gapScan_discardAdvRptSession                                       
    0004c361  gapScan_filterDiscMode                                             
    1001e985  gapScan_init                                                       
    1000dc69  gapScan_processAdvRptCb                                            
    10024a91  gapScan_processErrorCb                                             
    1001f031  gapScan_processSessionEndEvt                                       
    00045819  gapScan_processStartEndCb                                          
    1001658d  gapScan_saveRptAndNotify                                           
    1001883d  gapScan_sendSessionEndEvt                                          
    10020305  gapSendBondCompleteEvent                                           
    1001bba1  gapSendDeviceInitDoneEvent                                         
    0004dd3d  gapSendLinkRejectEvent                                             
    10020755  gapSendLinkUpdateEvent                                             
    1001bc21  gapSendPairingReqEvent                                             
    100206bd  gapSendSignUpdateEvent                                             
    10020709  gapSendSlaveSecurityReqEvent                                       
    00051669  gapSendSlaveSecurityReqEvent_hook                                  
    00054334  gapService                                                         
    000542b0  gapServiceCBs                                                      
    0005439c  gapServiceUUID                                                     
    10026aa5  gapSetState                                                        
    20000faa  gapState                                                           
    20000fb1  gapTaskID                                                          
    2000026f  gapUnwantedTaskID                                                  
    10024a39  gapUpdateConnSignCounter                                           
    100264f5  gapValidADType                                                     
    10021b91  gap_CentConnRegister                                               
    1001c1b9  gap_ParamsInit                                                     
    1001e925  gap_PeriConnRegister                                               
    10021439  gap_PrivacyInit                                                    
    100234ed  gap_SecParamsInit                                                  
    20000272  gattAppTaskID                                                      
    200022bc  gattAttrTbl                                                        
    200025b0  gattAttrTbl_gatt_no_service_changed                                
    10019885  gattClientHandleConnStatusCB                                       
    100203a5  gattClientHandleTimerCB                                            
    100258d1  gattClientNotifyTxCB                                               
    10010c99  gattClientProcessMsgCB                                             
    100261a5  gattClientStartTimer                                               
    1001d8cd  gattFindByTypeValue                                                
    1002443d  gattFindClientInfo                                                 
    10020885  gattFindInfo                                                       
    1002449d  gattFindServerInfo                                                 
    100261dd  gattFindService                                                    
    10023625  gattGetClientStatus                                                
    1001fa9d  gattGetPayload                                                     
    100236f5  gattGetServerStatus                                                
    1001a5d9  gattNotifyEvent                                                    
    20000fb2  gattNumConns                                                       
    1001b5e1  gattParseReq                                                       
    1001f585  gattPrepareWriteReq                                                
    10026e6d  gattProcessExchangeMTUReq                                          
    10026e71  gattProcessExecuteWriteReq                                         
    1001d939  gattProcessFindByTypeValue                                         
    10023659  gattProcessFindByTypeValueReq                                      
    1001b90d  gattProcessFindInfo                                                
    10012d25  gattProcessFindInfoReq                                             
    10013411  gattProcessMultiReqs                                               
    1002656d  gattProcessOSALMsg                                                 
    1001c2b1  gattProcessReadByGrpType                                           
    100203f5  gattProcessReadByGrpTypeReq                                        
    000439f5  gattProcessReadByType                                              
    1002368d  gattProcessReadByTypeReq                                           
    1001dd51  gattProcessReadLong                                                
    00049e55  gattProcessReadMultiReq                                            
    0004fda7  gattProcessReadReq                                                 
    1001729d  gattProcessReliableWrites                                          
    1001bdb9  gattProcessReq                                                     
    10017965  gattProcessRxData                                                  
    10018995  gattProcessWriteLong                                               
    0004fc01  gattProcessWriteReq                                                
    20000e18  gattReTxList                                                       
    100208d1  gattRead                                                           
    10020969  gattReadByGrpType                                                  
    1001a089  gattReadByType                                                     
    1002091d  gattReadLong                                                       
    10026d21  gattRegisterClient                                                 
    10026d15  gattRegisterServer                                                 
    1001a545  gattResetClientInfo                                                
    100261f9  gattResetServerInfo                                                
    10024ae9  gattSendFlowCtrlEvt                                                
    0004cd7d  gattServApp_ClearPrepareWriteQ                                     
    1001d9a5  gattServApp_DequeueReTx                                            
    10022369  gattServApp_DeregisterServiceCBs                                   
    0004be95  gattServApp_EnqueuePrepareWriteReq                                 
    1001a6d1  gattServApp_EnqueueReTx                                            
    100265e5  gattServApp_FindAuthorizeAttrCB                                    
    100244cd  gattServApp_FindPrepareWriteQ                                      
    100265b5  gattServApp_FindReadAttrCB                                         
    1002659d  gattServApp_FindServiceCBs                                         
    100265cd  gattServApp_FindWriteAttrCB                                        
    00047a71  gattServApp_HandleConnStatusCB                                     
    10016d0d  gattServApp_IsWriteLong                                            
    1001f0e9  gattServApp_PrepareWriteQInUse                                     
    0004d739  gattServApp_ProcessExchangeMTUReq                                  
    1001c971  gattServApp_ProcessExecuteWriteReq                                 
    10011c11  gattServApp_ProcessFindByTypeValueReq                              
    10011931  gattServApp_ProcessMsg                                             
    10016665  gattServApp_ProcessPrepareWriteReq                                 
    10018d99  gattServApp_ProcessReadBlobReq                                     
    000413b1  gattServApp_ProcessReadByGrpTypeReq                                
    000426b1  gattServApp_ProcessReadByTypeReq                                   
    10012449  gattServApp_ProcessReadMultiReq                                    
    10018cf1  gattServApp_ProcessReadReq                                         
    0004a6a1  gattServApp_ProcessReliableWrites                                  
    0004f04b  gattServApp_ProcessWriteLong                                       
    100199c5  gattServApp_ProcessWriteReq                                        
    10020e11  gattServApp_RegisterServiceCBs                                     
    0004ddf1  gattServApp_ResetCharCfg                                           
    100175ad  gattServApp_SetNumPrepareWrites                                    
    0004ef31  gattServApp_WriteAttrCB                                            
    1001a63d  gattServApp_buildReadByTypeRsp                                     
    10019925  gattServerHandleConnStatusCB                                       
    10023729  gattServerHandleTimerCB                                            
    100258f5  gattServerNotifyTxCB                                               
    10010ff5  gattServerProcessMsgCB                                             
    10026215  gattServerStartTimer                                               
    0005433c  gattService                                                        
    000542bc  gattServiceCBs                                                     
    10025de9  gattServiceLastHandle                                              
    0005439e  gattServiceUUID                                                    
    10026585  gattStartTimer                                                     
    10025919  gattStopTimer                                                      
    100214c1  gattStoreClientInfo                                                
    10025e09  gattStoreServerInfo                                                
    20000fb3  gattTaskID                                                         
    1001f08d  gattWrite                                                          
    1001af55  gattWriteLong                                                      
    10017109  generate_subkey                                                    
    00050169  getNumFinishedEntries                                              
    20003ecc  ggs_AppCBs                                                         
    00044b7d  ggs_ReadAttrCB                                                     
    000458e1  ggs_WriteAttrCB                                                    
    2000363c  gpioCallbackFunctions                                              
    20001d48  gpioPinConfigs                                                     
    200036b8  gpioUserArgs                                                       
    2000263c  halAssertCback                                                     
    000516e3  halAssertHandler                                                   
    0004f365  halAssertHandlerExt                                                
    000505d9  halAssertInit                                                      
    000516e5  halAssertSpinlock                                                  
    0005166d  hasExternalFlash                                                   
    20003f55  hciGapTaskID                                                       
    1001fb45  hciInitEventMasks                                                  
    20003f54  hciL2capTaskID                                                     
    20000fb6  hciPTMenabled                                                      
    20003f56  hciSmpTaskID                                                       
    20003f53  hciTaskID                                                          
    20003f57  hciTestTaskID                                                      
    20003f58  hciVsEvtMask                                                       
    20013c00  heapEnd                                                            
    20003f6b  heapStart                                                          
    20002544  heapmgrMemFreeTotal                                                
    00053d34  icallServiceTable                                                  
    20002628  icallServiceTblPtr                                                 
    00048dd5  icall_directAPI                                                    
    000508dd  icall_liteMsgParser                                                
    20003f63  icall_liteTaskId                                                   
    0004a8a7  icall_liteTranslation                                              
    20000160  inPointX                                                           
    20000164  inPointY                                                           
    2000015c  inScalar                                                           
    0005438c  includeUUID                                                        
    20000f0c  indCharCfg                                                         
    20000270  indTaskId                                                          
    200006cc  initDataEntry                                                      
    20000cd4  initDataQueue                                                      
    000543a6  initPktSuffix                                                      
    10026e00  invalidBleAddr                                                     
    1001d635  l2capAllocChannel                                                  
    1001ebc5  l2capAllocConnChannel                                              
    1002169d  l2capAllocPsm                                                      
    100231dd  l2capBuildConnectRsp                                               
    100265fd  l2capBuildDisconnectReq                                            
    10026615  l2capBuildDisconnectRsp                                            
    1002662d  l2capBuildFlowCtrlCredit                                           
    10026bd5  l2capBuildInfoReq                                                  
    10024da9  l2capBuildParamUpdateReq                                           
    10026905  l2capBuildSignalHdr                                                
    20000f10  l2capChannels                                                      
    100163d5  l2capDisconnectAllChannels                                         
    10023e79  l2capDisconnectChannel                                             
    10019eb9  l2capEncapSendData                                                 
    10023ddd  l2capFindLocalCID                                                  
    10023e11  l2capFindLocalId                                                   
    1001da11  l2capFindNextSegment                                               
    1002473d  l2capFindPsm                                                       
    10014831  l2capFindRemoteCID                                                 
    10021e11  l2capFindRemoteId                                                  
    20000a2c  l2capFixedChannels                                                 
    10021e51  l2capFlowCtrlCredit                                                
    20000fb8  l2capFlowCtrlMode                                                  
    100226b1  l2capFreeChannel                                                   
    10022c5d  l2capFreePendingPkt                                                
    10023e45  l2capFreeTxSDU                                                     
    1001eb65  l2capGetCoChannelInfo                                              
    10022c25  l2capHandleConnStatusCB                                            
    10026af5  l2capHandleRxError                                                 
    1002476d  l2capHandleTimerCB                                                 
    20000fbf  l2capId                                                            
    2000025c  l2capMtuSize                                                       
    1001f259  l2capNotifyChannelEstEvt                                           
    10020a99  l2capNotifyChannelTermEvt                                          
    1001a2e9  l2capNotifyCreditEvt                                               
    1001f635  l2capNotifyData                                                    
    1001c4a1  l2capNotifyEvent                                                   
    1001eb05  l2capNotifySendSduDoneEvt                                          
    1001eaa5  l2capNotifySignal                                                  
    100216e1  l2capNumActiveChannnels                                            
    20000fba  l2capNumChannels                                                   
    20000fbd  l2capNumCoChannels                                                 
    20000fbb  l2capNumDataPkts                                                   
    20000fbc  l2capNumPSM                                                        
    10021659  l2capParseCmdReject                                                
    10021369  l2capParseConnectRsp                                               
    10025b35  l2capParseDisconnectReq                                            
    10025b59  l2capParseDisconnectRsp                                            
    1001da7d  l2capParseInfoRsp                                                  
    1001c425  l2capParsePacket                                                   
    10026795  l2capParseParamUpdateRsp                                           
    100268f1  l2capParseSignalHdr                                                
    10014731  l2capProcessConnectReq                                             
    00049401  l2capProcessOSALMsg                                                
    10010779  l2capProcessReq                                                    
    100122f9  l2capProcessRsp                                                    
    100192d1  l2capProcessRxData                                                 
    1001ba15  l2capProcessSignal                                                 
    20000f14  l2capPsm                                                           
    100121a1  l2capReassembleSegment                                             
    10026d45  l2capRegisterATTReTxTask                                           
    1001a251  l2capSendCmd                                                       
    10019375  l2capSendConnectRsp                                                
    1001f5dd  l2capSendFCPkt                                                     
    1001cff5  l2capSendNextSegment                                               
    1001fbed  l2capSendPkt                                                       
    1001841d  l2capSendReq                                                       
    1001673d  l2capSendSegment                                                   
    100259a9  l2capStartTimer                                                    
    1002624d  l2capStopTimer                                                     
    100253ed  l2capStoreFCPkt                                                    
    20000fb9  l2capTaskID                                                        
    2000025e  l2capUserConfig                                                    
    20000fbe  l2cap_gattServAppTaskID                                            
    20000fdb  lastPrimPhy                                                        
    20000fdc  lastScanRsp                                                        
    1002671d  leftshift_onebit                                                   
    2000266c  legacyMode                                                         
    20000a5c  linkCBs                                                            
    20000e98  linkCmd                                                            
    20000f18  linkDB                                                             
    20000fc1  linkDBNumConns                                                     
    100184cd  linkDB_Add                                                         
    0004e399  linkDB_Add_sPatch                                                  
    0004bf3d  linkDB_Authen                                                      
    10010739  linkDB_Find                                                        
    1001dcf9  linkDB_GetInfo                                                     
    1001d069  linkDB_Init                                                        
    1002665d  linkDB_MTU                                                         
    0004d779  linkDB_NumActive                                                   
    10026d51  linkDB_NumConns                                                    
    10022ccd  linkDB_PerformFunc                                                 
    1002543d  linkDB_Register                                                    
    10021e91  linkDB_Remove                                                      
    10026645  linkDB_Role                                                        
    10026d5d  linkDB_SecurityModeSCOnly                                          
    10024dd5  linkDB_State                                                       
    10022c95  linkDB_Update                                                      
    1002548d  linkDB_UpdateMTU                                                   
    00050895  linkDB_getAddrByConnHandle                                         
    100259cd  linkDB_reportStatusChange                                          
    20000fc2  linkDB_secureConnectionOnlyMode                                    
    0004dea5  linkDB_setAddrByConnHandle                                         
    10025465  linkDB_updateConnParam                                             
    20000e9c  linkParam                                                          
    0004e441  llActiveTask                                                       
    00045a71  llAddAdvSortedEntry                                                
    1001d861  llAddTxDataEntry                                                   
    10021009  llAdv_TaskAbort                                                    
    000395bd  llAdv_TaskConnect                                                  
    10015a8d  llAlignToNextEvent                                                 
    0003eeb9  llAllocConnId                                                      
    10019419  llAllocRfMem                                                       
    000461f5  llAllocTask                                                        
    0004ce9d  llAllocatePDU                                                      
    00048ecd  llApplyParamUpdate                                                 
    10022e8d  llAtLeastTwoChans                                                  
    1001ac89  llCBTimer_AptoExpiredCback                                         
    000436c9  llCalcConnMaxTimeLength                                            
    0004d475  llCalcConnMissCount                                                
    100249ad  llCalcScaFactor                                                    
    10026269  llCheckCBack                                                       
    00049c95  llCheckDuplicateFilteringLimit                                     
    10025bc5  llCheckForLstoDuringSL                                             
    00043f1d  llCheckIsSecTaskCollideWithPrimTaskInLsto                          
    00046c8d  llCheckRfCmdPreemption                                             
    1002437d  llCheckRxBuffers                                                   
    1001d0dd  llCheckWhiteListUsage                                              
    0004ef61  llClearRatCompare                                                  
    00040769  llCombinePDU                                                       
    000471c5  llCompareSecondaryPrimaryTasksQoSParam                             
    00053e3c  llConfigTable                                                      
    00050be9  llConnCheckCleanRxQueue                                            
    10012f89  llConnCleanup                                                      
    20000e80  llConnEvtNotice                                                    
    0004313d  llConnExists                                                       
    20003edc  llConnExtParam                                                     
    0004f739  llConnTerminate                                                    
    20000e78  llConns                                                            
    10026285  llConvertCtrlProcTimeoutToEvent                                    
    10025fc9  llConvertLstoToEvent                                               
    10021b51  llCreateRxBuffer                                                   
    20003ed8  llCte                                                              
    20003cb0  llCteSamples                                                       
    20003e78  llCteTest                                                          
    20003ef0  llCurrentMappedChan                                                
    00050bfd  llDataGetConnPtr                                                   
    1001e029  llDequeueCtrlPkt                                                   
    0004e3d1  llDetachNode                                                       
    0003f811  llDynamicAlloc                                                     
    0004325d  llDynamicFree                                                      
    10022819  llEndExtAdvTask                                                    
    10021879  llEndExtInitTask                                                   
    10021835  llEndExtScanTask                                                   
    1001c039  llEnqueueCtrlPkt                                                   
    100248ed  llEqAlreadyValidAddr                                               
    10026941  llEqSynchWord                                                      
    1002557d  llEqualBytes                                                       
    0004b4ef  llEstimateConnMinTimeLength                                        
    10026ded  llEventDelta                                                       
    100255cd  llEventInRange                                                     
    10025f69  llExtAdvCBack                                                      
    000405ad  llExtAdvSchedSetup                                                 
    00040f3d  llExtAdv_PostProcess                                               
    10011d7d  llExtInit_PostProcess                                              
    00041805  llExtScan_PostProcess                                              
    0004d7f9  llFindNextActiveConnId                                             
    000446ed  llFindNextAdvSet                                                   
    00047f1d  llFindNextConn                                                     
    0004e409  llFindNextSecCmd                                                   
    0003c9b1  llFindNextSecTask                                                  
    00041525  llFindStartType                                                    
    00051671  llFindStartType_hook                                               
    1001c0b9  llFragmentPDU                                                      
    00047631  llFreeTask                                                         
    100201d5  llGenPrnE                                                          
    10023fe5  llGenerateCRC                                                      
    00051341  llGetActiveTasks                                                   
    0004e971  llGetAdvSortedEntry                                                
    00050f79  llGetConExtPtr                                                     
    00050fc9  llGetCurrentTask                                                   
    10026b85  llGetCurrentTime                                                   
    10024289  llGetExtHdrLen                                                     
    0004d979  llGetLstoNumOfEventsLeftMargin                                     
    1001b779  llGetMinCI                                                         
    00041ee1  llGetNextConn                                                      
    00051675  llGetNextConn_hook                                                 
    1001eda5  llGetNextDataChan                                                  
    1001e54d  llGetNextDataChanAlgo1                                             
    10020181  llGetNextDataChanAlgo2                                             
    000481f9  llGetNextOrPreviousExtScanChannelIndex                             
    0005134d  llGetNumTasks                                                      
    0004d29d  llGetRandChannelMapIndex                                           
    00051335  llGetRfCmdPreemptionEnable                                         
    10025fe9  llGetSlowestPhy                                                    
    0004ea0d  llGetTask                                                          
    0004e9d9  llGetTaskState                                                     
    10025fa9  llGetTxPower                                                       
    100227dd  llGtElevenTransitionsInLsh                                         
    10024221  llGtSixConsecZerosOrOnes                                           
    100248bd  llGtTwentyFourTransitions                                          
    100204e5  llHaltRadio                                                        
    10026b65  llHardwareError                                                    
    0004d325  llInitFeatureSet                                                   
    1000a571  llInit_TaskConnect                                                 
    00049569  llIsThereACollisionBetweenConn                                     
    00044215  llLinkSchedSetup                                                   
    1002491d  llLtThreeOnesInLsb                                                 
    10024255  llLtTwoChangesInLastSixBits                                        
    100267c5  llMemCopyDst                                                       
    100266d5  llMemCopySrc                                                       
    0004ba39  llMoveBackCtrlPkt                                                  
    0004b371  llMoveCtrlPkt                                                      
    1001e22d  llMoveTempTxDataEntries                                            
    0004bfe5  llNextChanIndex                                                    
    00051679  llNextChanIndex_hook                                               
    100218bd  llOctets2Time                                                      
    100266a5  llOneBitSynchWordDiffer                                            
    100264dd  llPatchCM0                                                         
    10021f51  llPendingUpdateParam                                               
    0004d7b9  llPostRealignConn                                                  
    00042189  llPrepareNextExtAdv                                                
    100219cd  llProcessChanMap                                                   
    1000a031  llProcessExtScanRxFIFO                                             
    10007969  llProcessMasterControlPacket                                       
    10009325  llProcessMasterControlProcedures                                   
    1001f73d  llProcessPostRfOps                                                 
    10007005  llProcessSlaveControlPacket                                        
    10009a0d  llProcessSlaveControlProcedures                                    
    1001abf9  llProcessTxData                                                    
    10026ebd  llRatChanCBack_A                                                   
    10026ec1  llRatChanCBack_B                                                   
    10026ec5  llRatChanCBack_C                                                   
    10026ec9  llRatChanCBack_D                                                   
    1000e49d  llRealignConn                                                      
    00050f59  llRegisterConnEvtCallback                                          
    10022855  llReleaseAllConnId                                                 
    00046e89  llReleaseConnId                                                    
    1001b329  llReplaceCtrlPkt                                                   
    0004ca59  llReplaceRxBuffers                                                 
    10026ed5  llResetRadio                                                       
    100255a5  llReverseBits                                                      
    20003eac  llRfCmdPreemption                                                  
    00047591  llRfInit                                                           
    00050f69  llRfOverrideCommonValue                                            
    000508c5  llRfOverrideCteValue                                               
    00049479  llRfSetup                                                          
    00047809  llRfStartFS                                                        
    00044e25  llScheduleTask                                                     
    0004caa5  llSchedulerInit                                                    
    0005167d  llScheduler_hook                                                   
    0003d70d  llScheduler_no_INIT_CFG_no_SCAN_CFG                                
    00040901  llSelectConn                                                       
    0004dee1  llSendAdvSetEndEvent                                               
    1001cb51  llSendAdvSetTermEvent                                              
    000448c9  llSendConnEvtCallback                                              
    1001f795  llSendReject                                                       
    00044c61  llSetAETimeConsume                                                 
    1001ee05  llSetCodedMaxTxTime                                                
    00049d05  llSetNextDataChan                                                  
    000487d9  llSetRestPrimaryChannels                                           
    00050f49  llSetRfCmdPreemptionParams                                         
    0004ce55  llSetStarvationMode                                                
    1001e421  llSetTxPower                                                       
    0004c401  llSetTxPwrLegacy                                                   
    100243ad  llSetupAdvDataEntryQueue                                           
    10017d11  llSetupConnParamReq                                                
    10017dc9  llSetupConnParamRsp                                                
    0004607d  llSetupConnRxDataEntryQueue                                        
    1001772d  llSetupEncReq                                                      
    10018155  llSetupEncRsp                                                      
    0003aaa5  llSetupExtAdv                                                      
    0003e769  llSetupExtAdvLegacy                                                
    00051681  llSetupExtAdv_hook                                                 
    100168ed  llSetupExtData                                                     
    000450c1  llSetupExtHdr                                                      
    1000d999  llSetupExtInit                                                     
    1000f92d  llSetupExtScan                                                     
    1001ba99  llSetupFeatureSetReq                                               
    1001bfb9  llSetupFeatureSetRsp                                               
    1002341d  llSetupInitDataEntryQueue                                          
    10019b05  llSetupLenCtrlPkt                                                  
    0004aee9  llSetupLinkRatCompare                                              
    0003bd29  llSetupNextSlaveEvent                                              
    1001e4e9  llSetupPauseEncReq                                                 
    1001cbc9  llSetupPauseEncRsp                                                 
    10017c55  llSetupPhyCtrlPkt                                                  
    1001e091  llSetupPingReq                                                     
    1001e0f9  llSetupPingRsp                                                     
    10013ef5  llSetupRATChanCompare                                              
    0004b661  llSetupRatCompare                                                  
    10020535  llSetupRejectInd                                                   
    1001d151  llSetupRejectIndExt                                                
    1001eec1  llSetupScanDataEntryQueue                                          
    10021051  llSetupStartEncReq                                                 
    1001e485  llSetupStartEncRsp                                                 
    1001cc41  llSetupTermInd                                                     
    1001dfc1  llSetupUnknownRsp                                                  
    1001b29d  llSetupUpdateChanReq                                               
    1001857d  llSetupUpdateParamReq                                              
    1001b6f1  llSetupVersionIndReq                                               
    0004a841  llShellSortActiveConns                                             
    0003cd3d  llSlave_TaskEnd                                                    
    1001c691  llSortActiveConns                                                  
    10023fb1  llStartDurationTimer                                               
    20000fc8  llState                                                            
    10026b75  llTaskError                                                        
    20003e90  llTaskList                                                         
    0004d2e1  llTermExtAdv                                                       
    100210e1  llTime2Octets                                                      
    00050189  llTimeCompare                                                      
    10026e41  llTimeDelta                                                        
    1001c615  llTxPwrPoutLU                                                      
    20003f61  llUnhandleNextIntFlag                                              
    0003d08d  llUpdateExtAdvTx                                                   
    0004a771  llUpdateSortedAdvList                                              
    200020c4  llUserConfig                                                       
    20002476  llUserConfig_maxPduSize                                            
    1001c51d  llValidAccessAddr                                                  
    1001b441  llValidateConnParams                                               
    10021901  llVerifyCodedConnInterval                                          
    1001b3b5  llVerifyConnParamReqParams                                         
    1001a921  llWriteTxData                                                      
    00046139  ll_GenerateDHKey                                                   
    000478a5  ll_ReadLocalP256PublicKey                                          
    1000ba02  ll_buildRevision                                                   
    1001e5b1  ll_eccInit                                                         
    20000934  localEccKeys                                                       
    20000b54  localPrivKeyMaterial                                               
    20000d34  localPrivateKey                                                    
    20000978  localPubKeyMaterial                                                
    20000d44  localPublicKey                                                     
    10008891  mADD                                                               
    1000cc75  mINVK                                                              
    100082c1  mMULT                                                              
    10008a89  mOUT                                                               
    1000cb31  mSET                                                               
    1000898d  mSUB                                                               
    0004b0d1  main                                                               
    20000260  maxExtAdvDataLen                                                   
    20000fd4  maxNumConns                                                        
    20003f5c  maxNumCteDataBufs                                                  
    20000fb5  maxNumPrepareWrites                                                
    20000fc6  maxNumTxDataBufs                                                   
    20000fc3  maxPduSize                                                         
    000543a8  maxPktsPerEvt                                                      
    20000277  maxSupportedAdvSets                                                
    20000fcb  maxTxPwrForDTM                                                     
    20003c8a  maximumPduSize                                                     
    2000242a  metaPage                                                           
    2000025a  nextHandle                                                         
    20003f5d  numActiveAdvSets                                                   
    20000fcd  numComplPkts                                                       
    20000fcf  numComplPktsFlush                                                  
    20000fce  numComplPktsLimit                                                  
    20000f86  numHostBufs                                                        
    20000fd3  numTxDataBufs                                                      
    20003bc0  nvFptrs                                                            
    2000233c  nvintfFncStruct                                                    
    20003f50  nvsCC26XXObjects                                                   
    00054280  oadCBs                                                             
    00045cc5  oadCreateFactoryImageBackup                                        
    20000fcc  onePktPerEvt                                                       
    20000b10  operationCCM                                                       
    20000d94  operationComputeSharedSecret                                       
    20000dc4  operationECB                                                       
    20000df0  operationGeneratePublicKey                                         
    20000f5c  operationResult                                                    
    0004d939  osalAddTimer                                                       
    0004c541  osalAdjustTimer                                                    
    0005147f  osalDeleteTimer                                                    
    0005062d  osalFindTimer                                                      
    00051505  osalHeapAllocFxn                                                   
    0005150b  osalHeapFreeFxn                                                    
    00051427  osalHeapGetStatsFxn                                                
    000512bd  osalHeapInitFxn                                                    
    00051689  osalHeapIsBlockingFxn                                              
    000480d9  osalInitTasks                                                      
    0004fcb5  osalTimerInit                                                      
    00044f05  osalTimerUpdate                                                    
    00050209  osal_CbTimerInit                                                   
    000485c5  osal_CbTimerProcessEvent                                           
    000513a1  osal_CbTimerStart                                                  
    0004a1b9  osal_CbTimerStop                                                   
    000494f1  osal_CbTimerUpdate                                                 
    0004df1d  osal_alien2proxy                                                   
    0004f391  osal_bm_adjust_header                                              
    0004d8b9  osal_bm_alloc                                                      
    0004c039  osal_bm_free                                                       
    00050cf3  osal_buffer_uint32                                                 
    0004e0bd  osal_build_uint32                                                  
    0004d369  osal_clear_event                                                   
    0005090d  osal_enroll_senderid                                               
    20003f67  osal_entity                                                        
    20003f18  osal_eventloop_hook                                                
    0004ef91  osal_get_timeoutEx                                                 
    20003f08  osal_icallMsg_hook                                                 
    0004c4f1  osal_init_system                                                   
    000502fd  osal_isbufset                                                      
    20003f30  osal_last_timestamp                                                
    000513ad  osal_list_empty                                                    
    000516c1  osal_list_head                                                     
    000516c5  osal_list_next                                                     
    00050a05  osal_list_put                                                      
    000506cb  osal_list_remove                                                   
    20003f10  osal_max_msecs                                                     
    00051009  osal_mem_alloc                                                     
    00051029  osal_mem_allocLimited                                              
    00051019  osal_mem_free                                                      
    000505f5  osal_memcmp                                                        
    00050c25  osal_memcpy                                                        
    00050611  osal_memdup                                                        
    00050c11  osal_memset                                                        
    0004fc91  osal_msg_allocate                                                  
    0005031b  osal_msg_deallocate                                                
    0004df59  osal_msg_enqueue                                                   
    0004df95  osal_msg_extract                                                   
    0004f761  osal_msg_push                                                      
    00049de5  osal_msg_receive                                                   
    00041ab1  osal_msg_send                                                      
    0004fcd9  osal_next_timeout                                                  
    0005093d  osal_pwrmgr_init                                                   
    20003f0c  osal_qHead                                                         
    000516b9  osal_rand                                                          
    000508f5  osal_revmemcpy                                                     
    00040031  osal_run_system                                                    
    00051395  osal_self                                                          
    00050925  osal_service_complete                                              
    0004fc6d  osal_service_entry                                                 
    00045681  osal_set_event                                                     
    00051389  osal_set_icall_hook                                                
    00050229  osal_snv_compact                                                   
    0004f7b1  osal_snv_init                                                      
    0004f7d9  osal_snv_read                                                      
    0004f789  osal_snv_write                                                     
    0004dfd1  osal_start_reload_timer                                            
    0004d879  osal_start_system                                                  
    0004d3ad  osal_start_timerEx                                                 
    0004e4e9  osal_stop_timerEx                                                  
    000516bd  osal_strlen                                                        
    20003f04  osal_syncHandle                                                    
    20003f14  osal_tickperiod                                                    
    00050c39  osal_timer_init                                                    
    0004a7d9  osal_timer_refTimeUpdate                                           
    20000168  outPointX                                                          
    2000016c  outPointY                                                          
    20000e40  ownPublicAddr                                                      
    20000e48  ownRandomAddr                                                      
    20000e50  ownSavedPublicAddr                                                 
    20000f08  pAttrValue                                                         
    20000ebc  pAuthLink                                                          
    20000e20  pBleEvtMask                                                        
    20000eb0  pGapAdvHostInfo                                                    
    20000eb4  pGapCentralConnCBs                                                 
    20000eb8  pGapInitCreateConnCmd                                              
    20000ecc  pGapPeripheralConnCBs                                              
    20000edc  pGapScanAdvRptList                                                 
    20000ed0  pGapScanSession                                                    
    20000ed8  pGapScanSetEnableCmd                                               
    20000ed4  pGapScanSetParamsCmd                                               
    20000e28  pHciEvtMask                                                        
    20000e30  pHciEvtMask2                                                       
    20003eec  pNextAdvSet                                                        
    2000250c  pOverrides_ble1Mbps                                                
    200024e8  pOverrides_ble2Mbps                                                
    20002590  pOverrides_bleCoded                                                
    200021d8  pOverrides_bleCommon                                               
    20000f74  pPairingParams                                                     
    2000262c  pRfErrCb                                                           
    20000f40  pRfPathComp                                                        
    20003ef8  pRpaCfg                                                            
    20000ef4  pServiceList                                                       
    20000f80  pSmResponderCBs                                                    
    100262f5  padding                                                            
    20002638  patchedSlaveCtrlPktList                                            
    2000265f  periConnParamCharProps                                             
    00054396  periConnParamUUID                                                  
    20002614  periConnParameters                                                 
    20003878  persistAppTask                                                     
    20002670  persistAppTaskStack                                                
    20002630  pfnBMAlloc                                                         
    20002634  pfnBMFree                                                          
    20000ee8  pfnBondMgrCBs                                                      
    20000ec0  pfnCentralConnCBs                                                  
    20000efc  pfnClientProcessMsgCB                                              
    20000f7c  pfnInitiatorCBs                                                    
    20000ec4  pfnPeripheralConnCBs                                               
    20000f78  pfnResponderCBs                                                    
    20000ef8  pfnServerProcessMsgCB                                              
    20000f9c  postRfOperations                                                   
    20000f00  prepareWritesTbl                                                   
    00038090  prgEntryAddr                                                       
    00054384  primaryServiceUUID                                                 
    20000e88  privInfo                                                           
    20003f4e  pwrmgr_attribute                                                   
    20003f68  pwrmgr_initialized                                                 
    20003f5b  qosDefaultPriorityAdvParameter                                     
    20002665  qosDefaultPriorityConnParameter                                    
    20001830  ramStartHere                                                       
    0004ee11  readFlash                                                          
    0004ee41  readFlashPg                                                        
    20000d54  remotePublicKey                                                    
    20003cf8  req                                                                
    20000271  reqTaskId                                                          
    0005439a  resPrivAddrOnlyUUID                                                
    200035b5  resolvablePrivateAddressOnly                                       
    20002662  resolvablePrivateAddressOnlyCharProps                              
    20000f68  resolvingList                                                      
    00053c98  resourceDB                                                         
    00045e45  rfCallback_ADV_NCONN_and_ADV_CONN                                  
    0005168d  rfCallback_hook                                                    
    20000fa0  rfCfgAdiVal                                                        
    0005436c  rfCfgVal                                                           
    20000f88  rfCmdHandle                                                        
    00053c30  rfDriverTableBLE                                                   
    20000f20  rfDrvTblPtr                                                        
    000516d9  rfErrCb                                                            
    00050fb9  rfErrorCallback                                                    
    20000e60  rfEvent                                                            
    20000fc4  rfFeModeBias                                                       
    20000f1c  rfHandle                                                           
    0004caf1  rfLinkRatCompareCBack                                              
    20003e68  rfMode                                                             
    200031b0  rfObject                                                           
    00054368  rfOpLoc                                                            
    00050fa9  rfPUpCallback                                                      
    00047fb1  rfRatCompareCBack                                                  
    20002668  rfRatHandle                                                        
    20000aec  rfSetup                                                            
    0004e2f1  rf_patch_cpe_bt5                                                   
    0004b5a9  rf_patch_mce_bt5                                                   
    20003f5f  rlSize                                                             
    10026fac  romRev                                                             
    20000c38  rsp                                                                
    20000fc9  rssiCorrection                                                     
    00054324  rtosApiTable                                                       
    20000f30  rtosApiTblPtr                                                      
    20000ea0  rxDataQ                                                            
    20000fd2  rxFifoFlowCtrl                                                     
    20000c20  rxModemTestCmd                                                     
    000543a0  rxPktSuffix                                                        
    20000ea8  rxRingBuf                                                          
    20000de4  rxTestOut                                                          
    20000cac  rxTestParam                                                        
    2000027c  scanDataEntry                                                      
    20000ce4  scanDataQueue                                                      
    000543a4  scanPktSuffix                                                      
    20003f59  scanReqRpt                                                         
    20000fda  scanState                                                          
    20000f3c  sclkSrc                                                            
    20003ea4  secondaryAdvChannelMap                                             
    20003f5a  secondaryAdvChannelMapPopCount                                     
    00054386  secondaryServiceUUID                                               
    10014321  sendAuthEvent                                                      
    1001ce99  sendEstLinkEvent                                                   
    1001e865  sendTerminateEvent                                                 
    20000ef0  serverInfoTbl                                                      
    20000f04  serviceCBsList                                                     
    20000274  serviceChangedCharProps                                            
    00054388  serviceChangedUUID                                                 
    000403ed  setBleUserConfig                                                   
    1001c70d  setupInitiatorKeys                                                 
    20000d64  sharedSecret                                                       
    200025c0  sizeInfo                                                           
    20002667  sizeOfAllExtConnParam                                              
    20000fd1  slOverride                                                         
    20000258  slaveConnHandle                                                    
    20000e10  slaveUpdateReq                                                     
    20002669  smAllowDebugKeysMode                                               
    10022981  smAuthReqToUint8                                                   
    20003f62  smAuthenPairingOnlyMode                                            
    0004bb41  smDetermineIOCaps                                                  
    10024f35  smDetermineKeySize                                                 
    10020b7d  smEncLTK                                                           
    100262d9  smEncrypt                                                          
    10026969  smEncryptLocal                                                     
    10020085  smEndPairing                                                       
    1001878d  smF5Wrapper                                                        
    10014e6d  smFinishPublicKeyExchange                                          
    1001c789  smFreePairingParams                                                
    10014979  smGenerateAddrInput                                                
    0004b3d1  smGenerateAddrInput_sPatch                                         
    1002301d  smGenerateConfirm                                                  
    10018c45  smGenerateDHKeyCheck                                               
    1001ffdd  smGeneratePairingReqRsp                                            
    00051691  smGeneratePairingReqRsp_hook                                       
    100240b5  smGenerateRandBuf                                                  
    10023055  smGenerateRandMsg                                                  
    10019561  smGetECCKeys                                                       
    10025645  smIncrementEccKeyRecycleCount                                      
    1001c139  smInitiatorAuthStageTwo                                            
    20000248  smInitiatorCBs                                                     
    1000fb45  smInitiatorSendNextKeyInfo                                         
    10022011  smLinkCheck                                                        
    10020bc9  smNextPairingState                                                 
    1001bb1d  smOobSCAuthentication                                              
    10026311  smPairingSendEncInfo                                               
    100240e9  smPairingSendIdentityAddrInfo                                      
    1002632d  smPairingSendIdentityInfo                                          
    100230fd  smPairingSendMasterID                                              
    10026349  smPairingSendSigningInfo                                           
    100132f1  smProcessDataMsg                                                   
    10015ef1  smProcessEncryptChange                                             
    1001f8f5  smProcessHCIBLEEventCode                                           
    10012be5  smProcessHCIBLEMetaEventCode                                       
    1001f89d  smProcessOSALMsg                                                   
    1001e161  smProcessPairingReq                                                
    10026d99  smRegisterInitiator                                                
    10026da5  smRegisterResponder                                                
    1001cda9  smResponderAuthStageTwo                                            
    00044409  smResponderProcessLTKReq                                           
    00051695  smResponderProcessLTKReq_hook                                      
    1000f2b1  smResponderSendNextKeyInfo                                         
    20000262  smRspWaitingConnHandle                                             
    1000f709  smSavePairInfo                                                     
    1002308d  smSaveRemotePublicKeys                                             
    100230c5  smSendDHKeyCheck                                                   
    10024f09  smSendFailAndEnd                                                   
    100228cd  smSendFailureEvt                                                   
    1001e6dd  smSendPublicKeys                                                   
    1001f3c9  smSendSMMsg                                                        
    100205d5  smSetPairingReqRsp                                                 
    10026029  smStartEncryption                                                  
    10024081  smStartRspTimer                                                    
    1002561d  smStopRspTimer                                                     
    20000fdd  smTaskID                                                           
    10022891  smTimedOut                                                         
    10020c15  smUint8ToAuthReq                                                   
    10015fd1  smUpdateEncInfo                                                    
    100114a5  sm_CMAC                                                            
    10022051  sm_allocateSCParameters                                            
    10013649  sm_c1                                                              
    10014879  sm_c1new                                                           
    10020031  sm_computeDHKey                                                    
    1001fee1  sm_d1                                                              
    1001ff35  sm_dm                                                              
    200022fc  sm_eccKeys_sc_host_debug                                           
    10014c75  sm_f4                                                              
    10010935  sm_f5                                                              
    10012e59  sm_f6                                                              
    10014d71  sm_g2                                                              
    1001ff89  sm_s1                                                              
    10026825  sm_xor                                                             
    10024fb9  smpBuildEncInfo                                                    
    10025011  smpBuildIdentityAddrInfo                                           
    10024fe5  smpBuildIdentityInfo                                               
    1002674d  smpBuildKeypressNoti                                               
    10024185  smpBuildMasterID                                                   
    10024f61  smpBuildPairingConfirm                                             
    10025095  smpBuildPairingDHKeyCheck                                          
    10026735  smpBuildPairingFailed                                              
    10022909  smpBuildPairingPublicKey                                           
    10024f8d  smpBuildPairingRandom                                              
    10026381  smpBuildPairingReq                                                 
    10018209  smpBuildPairingReqRsp                                              
    1002639d  smpBuildPairingRsp                                                 
    10025735  smpBuildSecurityReq                                                
    10025069  smpBuildSigningInfo                                                
    1001fde5  smpInitiatorProcessEncryptionInformation                           
    1001e679  smpInitiatorProcessIdentityAddrInfo                                
    10021249  smpInitiatorProcessIdentityInfo                                    
    10015e11  smpInitiatorProcessIncoming                                        
    1001d321  smpInitiatorProcessMasterID                                        
    0004d839  smpInitiatorProcessPairingConfirm                                  
    1001d2ad  smpInitiatorProcessPairingDHKeyCheck                               
    10018b99  smpInitiatorProcessPairingPubKey                                   
    0004b6bd  smpInitiatorProcessPairingPubKey_sPatch                            
    10013de5  smpInitiatorProcessPairingRsp                                      
    000501a9  smpInitiatorProcessPairingRsp_sPatch                               
    1001fe39  smpInitiatorProcessSigningInfo                                     
    100256bd  smpParseEncInfo                                                    
    1002503d  smpParseIdentityAddrInfo                                           
    100256e5  smpParseIdentityInfo                                               
    100269a5  smpParseKeypressNoti                                               
    100241b9  smpParseMasterID                                                   
    1002566d  smpParsePairingConfirm                                             
    10025ac9  smpParsePairingDHKeyCheck                                          
    10026089  smpParsePairingFailed                                              
    10023135  smpParsePairingPublicKey                                           
    10025695  smpParsePairingRandom                                              
    100158c1  smpParsePairingReq                                                 
    1002575d  smpParseSecurityReq                                                
    1002570d  smpParseSigningInfo                                                
    10021291  smpProcessIncoming                                                 
    100200d9  smpResponderProcessEncryptionInformation                           
    1001e741  smpResponderProcessIdentityAddrInfo                                
    100212d9  smpResponderProcessIdentityInfo                                    
    10014a79  smpResponderProcessIncoming                                        
    00051699  smpResponderProcessIncoming_hook                                   
    0004e479  smpResponderProcessIncoming_sPatch                                 
    1001ce21  smpResponderProcessMasterID                                        
    1001a419  smpResponderProcessPairingConfirm                                  
    1001b801  smpResponderProcessPairingDHKeyCheck                               
    0004b719  smpResponderProcessPairingPublicKey                                
    0005169d  smpResponderProcessPairingPublicKey_hook                           
    10012aa5  smpResponderProcessPairingRandom                                   
    1002411d  smpResponderProcessPairingReq                                      
    000501c9  smpResponderProcessPairingReq_sPatch                               
    1001f845  smpResponderProcessSigningInfo                                     
    10016061  smpResponderSendPairRspEvent                                       
    0004b131  stack_main                                                         
    0004ea75  startup_entry                                                      
    000510d5  strlen                                                             
    100213b0  supportedCmdsTable                                                 
    20000f96  supportedMaxRxOctets                                               
    20000f98  supportedMaxRxTime                                                 
    20000f92  supportedMaxTxOctets                                               
    20000f94  supportedMaxTxTime                                                 
    20000d74  symmetricKey                                                       
    20000f48  taskEndAction                                                      
    20000f9a  taskEndStatus                                                      
    00053f68  tasksArr                                                           
    000543b2  tasksCnt                                                           
    20003f40  tasksEvents                                                        
    20000fab  terminateReason                                                    
    20001fb8  ti_sysbios_family_arm_cc26xx_Timer_Module_state                    
    0004301d  ti_sysbios_family_arm_cc26xx_Timer_construct                       
    00050f09  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub                     
    0004db5d  ti_sysbios_family_arm_cc26xx_Timer_periodicStub                    
    0004f43b  ti_sysbios_family_arm_cc26xx_Timer_setNextTick                     
    0004db99  ti_sysbios_family_arm_cc26xx_Timer_setThreshold                    
    0004cced  ti_sysbios_family_arm_cc26xx_Timer_start                           
    20003f44  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state        
    0004d0c1  ti_sysbios_family_arm_m3_Hwi_Instance_finalize                     
    00049bb5  ti_sysbios_family_arm_m3_Hwi_Instance_init                         
    20001f54  ti_sysbios_family_arm_m3_Hwi_Module_state                          
    0004fb4d  ti_sysbios_family_arm_m3_Hwi_construct                             
    0004d105  ti_sysbios_family_arm_m3_Hwi_construct2                            
    00051511  ti_sysbios_family_arm_m3_Hwi_destruct                              
    0004d149  ti_sysbios_family_arm_m3_Hwi_disableInterrupt                      
    0005435c  ti_sysbios_family_arm_m3_Hwi_disablePriority                       
    0004337d  ti_sysbios_family_arm_m3_Hwi_dispatch                              
    0004a0e1  ti_sysbios_family_arm_m3_Hwi_dispatchC                             
    200033b0  ti_sysbios_family_arm_m3_Hwi_dispatchTable                         
    00051517  ti_sysbios_family_arm_m3_Hwi_doSwiRestore                          
    0005151d  ti_sysbios_family_arm_m3_Hwi_doTaskRestore                         
    0004d18d  ti_sysbios_family_arm_m3_Hwi_enableInterrupt                       
    00045275  ti_sysbios_family_arm_m3_Hwi_excFillContext                        
    00050f19  ti_sysbios_family_arm_m3_Hwi_excHandler                            
    0004f621  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm                         
    0004ee71  ti_sysbios_family_arm_m3_Hwi_excHandlerMin                         
    0004e7d1  ti_sysbios_family_arm_m3_Hwi_getStackInfo                          
    0004e805  ti_sysbios_family_arm_m3_Hwi_init                                  
    00048add  ti_sysbios_family_arm_m3_Hwi_initNVIC                              
    00050049  ti_sysbios_family_arm_m3_Hwi_initStack                             
    0004b989  ti_sysbios_family_arm_m3_Hwi_initStacks                            
    00043454  ti_sysbios_family_arm_m3_Hwi_interruptsAreDisabledButShouldNotBe   
    00043459  ti_sysbios_family_arm_m3_Hwi_pendSV                                
    00048e51  ti_sysbios_family_arm_m3_Hwi_postInit                              
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                            
    00038090  ti_sysbios_family_arm_m3_Hwi_resetVectors                          
    0004347c  ti_sysbios_family_arm_m3_Hwi_return                                
    00054360  ti_sysbios_family_arm_m3_Hwi_swiTaskKeyAddress                     
    00050285  ti_sysbios_family_arm_m3_Hwi_switchAndRunFunc                      
    00050bc1  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack                   
    00050069  ti_sysbios_gates_GateMutexPri_Instance_init                        
    200025f4  ti_sysbios_gates_GateMutexPri_Module_state                         
    00051523  ti_sysbios_gates_GateMutexPri_Params_init                          
    000502a3  ti_sysbios_gates_GateMutexPri_create                               
    00048b5d  ti_sysbios_gates_GateMutexPri_enter                                
    0004fd85  ti_sysbios_gates_GateMutexPri_insertPri                            
    0004ac91  ti_sysbios_gates_GateMutexPri_leave                                
    200025fc  ti_sysbios_heaps_HeapCallback_Module_state                         
    00051529  ti_sysbios_heaps_HeapCallback_alloc                                
    0004dbd5  ti_sysbios_heaps_HeapCallback_construct                            
    0005152f  ti_sysbios_heaps_HeapCallback_free                                 
    00051535  ti_sysbios_heaps_HeapCallback_getStats                             
    0005153b  ti_sysbios_heaps_HeapCallback_isBlocking                           
    0004dc11  ti_sysbios_knl_ClockSupport_init                                   
    000512c9  ti_sysbios_knl_ClockSupport_setNextTick                            
    20003818  ti_sysbios_knl_ClockSupport_timerStruct                            
    000504c1  ti_sysbios_knl_Clock_Instance_finalize                             
    0004e839  ti_sysbios_knl_Clock_Instance_init                                 
    20001ff8  ti_sysbios_knl_Clock_Module_state                                  
    00051431  ti_sysbios_knl_Clock_Params_init                                   
    000504dd  ti_sysbios_knl_Clock_construct                                     
    0004f8bf  ti_sysbios_knl_Clock_create                                        
    000516a1  ti_sysbios_knl_Clock_destruct                                      
    0004f25d  ti_sysbios_knl_Clock_getTicks                                      
    0004d679  ti_sysbios_knl_Clock_getTicksUntilInterrupt                        
    0004f289  ti_sysbios_knl_Clock_getTimeout                                    
    000483a1  ti_sysbios_knl_Clock_init                                          
    000516a5  ti_sysbios_knl_Clock_isActive                                      
    00050805  ti_sysbios_knl_Clock_scheduleNextTick                              
    000516a9  ti_sysbios_knl_Clock_setPeriod                                     
    000516ad  ti_sysbios_knl_Clock_setTimeout                                    
    000509c3  ti_sysbios_knl_Clock_start                                         
    00047ccd  ti_sysbios_knl_Clock_startI                                        
    00051541  ti_sysbios_knl_Clock_stop                                          
    000512d5  ti_sysbios_knl_Clock_tick                                          
    00054364  ti_sysbios_knl_Clock_tickPeriod                                    
    0004b191  ti_sysbios_knl_Clock_walkQueueDynamic                              
    000454e9  ti_sysbios_knl_Clock_workFuncDynamic                               
    0005081d  ti_sysbios_knl_Event_Instance_init                                 
    000504f9  ti_sysbios_knl_Event_checkEvents                                   
    000502c1  ti_sysbios_knl_Event_create                                        
    00044d45  ti_sysbios_knl_Event_pend                                          
    0004eadd  ti_sysbios_knl_Event_pendTimeout                                   
    0004a569  ti_sysbios_knl_Event_post                                          
    20002604  ti_sysbios_knl_Event_state                                         
    0005432c  ti_sysbios_knl_Idle_funcList                                       
    0004acf5  ti_sysbios_knl_Idle_init                                           
    20001f93  ti_sysbios_knl_Idle_initDone                                       
    00051547  ti_sysbios_knl_Idle_loop                                           
    00050515  ti_sysbios_knl_Idle_run                                            
    20002bf0  ti_sysbios_knl_Idle_taskStack                                      
    200038d0  ti_sysbios_knl_Idle_taskStruct                                     
    0005154d  ti_sysbios_knl_Queue_construct                                     
    000512e1  ti_sysbios_knl_Queue_empty                                         
    00050531  ti_sysbios_knl_Queue_get                                           
    0005054d  ti_sysbios_knl_Queue_put                                           
    0004f649  ti_sysbios_knl_Semaphore_Instance_init                             
    2000260c  ti_sysbios_knl_Semaphore_Module_state                              
    00050569  ti_sysbios_knl_Semaphore_construct                                 
    0004fb71  ti_sysbios_knl_Semaphore_create                                    
    00050089  ti_sysbios_knl_Semaphore_delete                                    
    0004fb95  ti_sysbios_knl_Semaphore_destruct                                  
    00044a99  ti_sysbios_knl_Semaphore_pend                                      
    0004eb0f  ti_sysbios_knl_Semaphore_pendTimeout                               
    0004b1f1  ti_sysbios_knl_Semaphore_post                                      
    0004c9c1  ti_sysbios_knl_Swi_Instance_init                                   
    20001fd0  ti_sysbios_knl_Swi_Module_state                                    
    00050585  ti_sysbios_knl_Swi_construct                                       
    00050835  ti_sysbios_knl_Swi_construct2                                      
    000505a1  ti_sysbios_knl_Swi_destruct                                        
    00050bd5  ti_sysbios_knl_Swi_disable                                         
    0004f671  ti_sysbios_knl_Swi_init                                            
    0005084d  ti_sysbios_knl_Swi_or                                              
    0004c221  ti_sysbios_knl_Swi_post                                            
    20003bfc  ti_sysbios_knl_Swi_readyQs                                         
    0004d1d1  ti_sysbios_knl_Swi_restore                                         
    00049899  ti_sysbios_knl_Swi_restoreHwi                                      
    0004a5d1  ti_sysbios_knl_Swi_run                                             
    0004c271  ti_sysbios_knl_Swi_runLoop                                         
    0004b251  ti_sysbios_knl_Swi_schedule                                        
    0004f2b5  ti_sysbios_knl_Swi_setPri                                          
    00051553  ti_sysbios_knl_Swi_startup                                         
    0004ad59  ti_sysbios_knl_TaskSupport_buildTaskStack                          
    00050865  ti_sysbios_knl_TaskSupport_glue                                    
    0004eea1  ti_sysbios_knl_TaskSupport_start                                   
    0004f699  ti_sysbios_knl_TaskSupport_swap                                    
    0004f6a4  ti_sysbios_knl_TaskSupport_swapReturn                              
    00046369  ti_sysbios_knl_Task_Instance_finalize                              
    00047121  ti_sysbios_knl_Task_Instance_init                                  
    20002378  ti_sysbios_knl_Task_Module_state                                   
    000512ed  ti_sysbios_knl_Task_Params_init                                    
    0004f465  ti_sysbios_knl_Task_allBlockedFunction                             
    000509d9  ti_sysbios_knl_Task_block                                          
    0004dc4d  ti_sysbios_knl_Task_blockI                                         
    0004e083  ti_sysbios_knl_Task_checkStacks                                    
    0004f6c1  ti_sysbios_knl_Task_construct                                      
    0004dc89  ti_sysbios_knl_Task_create                                         
    20003f48  ti_sysbios_knl_Task_defaultStackHeap                               
    000500a9  ti_sysbios_knl_Task_delete                                         
    000500c9  ti_sysbios_knl_Task_destruct                                       
    00050f29  ti_sysbios_knl_Task_disable                                        
    0004fbb9  ti_sysbios_knl_Task_enter                                          
    0004d6b9  ti_sysbios_knl_Task_exit                                           
    0004f6e9  ti_sysbios_knl_Task_init                                           
    00049311  ti_sysbios_knl_Task_postInit                                       
    0004e329  ti_sysbios_knl_Task_processVitalTaskFlag                           
    20003c2c  ti_sysbios_knl_Task_readyQs                                        
    0004dcc5  ti_sysbios_knl_Task_restore                                        
    0004f2e1  ti_sysbios_knl_Task_restoreHwi                                     
    0004c2c1  ti_sysbios_knl_Task_schedule                                       
    000512f9  ti_sysbios_knl_Task_self                                           
    0004691d  ti_sysbios_knl_Task_setPri                                         
    00047d61  ti_sysbios_knl_Task_sleep                                          
    00050697  ti_sysbios_knl_Task_sleepTimeout                                   
    0004990d  ti_sysbios_knl_Task_startup                                        
    0005087d  ti_sysbios_knl_Task_unblock                                        
    0004e86d  ti_sysbios_knl_Task_unblockI                                       
    20001fac  ti_sysbios_runtime_Error_ignore                                    
    0004e8a1  ti_sysbios_runtime_Error_raiseX                                    
    0004dd01  ti_sysbios_runtime_Memory_alloc                                    
    20001f94  ti_sysbios_runtime_Memory_defaultHeapInstance                      
    20001f90  ti_sysbios_runtime_Startup_done                                    
    0004ca0d  ti_sysbios_runtime_Startup_exec                                    
    20001fc4  ti_sysbios_runtime_System_Module_state                             
    0004eed1  ti_sysbios_runtime_System_atexit                                   
    20003d78  ti_sysbios_runtime_System_atexitHandlers                           
    00051477  ti_sysbios_runtime_System_exit                                     
    000516db  ti_sysbios_runtime_System_exitSpin                                 
    0004ef01  ti_sysbios_runtime_System_processAtExit                            
    20003f28  timerHead                                                          
    200035b8  trngCC26XXObjects                                                  
    00054230  trngDriverTable                                                    
    20000f2c  trngDrvTblPtr                                                      
    20003ee4  trngHandle                                                         
    20000b94  trxTestCmd                                                         
    20000ea4  txDataQ                                                            
    20000bb0  txModemTestCmd                                                     
    00054374  txPowerTable                                                       
    2000222c  txPowerTable_2400_pa5                                              
    00054344  txPwrTbl                                                           
    20000eac  txTestOut                                                          
    20000d04  txTestParam                                                        
    20000264  updateHandle                                                       
    20000fa6  updateState                                                        
    200025a0  user0Cfg                                                           
    20000e70  verInfo                                                            
    20003f5e  wlSize                                                             
    20000f6c  wlTable                                                            
    20000f70  wlTableScan                                                        
    0004e8d5  writeFlash                                                         
    0004e909  writeFlashPg                                                       
    1002697d  xor_128                                                            
    1000d2c9  zADD                                                               
    1000d589  zADD32                                                             
    1000b8ed  zMACC32                                                            
    1001cd31  zMULT32                                                            
    10026d8d  zSET                                                               
    1001ada9  zSUB                                                               
    1000b979  zSUB32                                                             
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    address   name                                                               
    -------   ----                                                               
    00000000  __UNUSED_FLASH_start__                                             
    00000400  __STACK_SIZE                                                       
    0000409a  __checksum_value                                                   
    00038000  _imgHdr                                                            
    00038090  prgEntryAddr                                                       
    00038090  ti_sysbios_family_arm_m3_Hwi_resetVectors                          
    000380d0  __TI_static_base__                                                 
    00038be5  gapBondMgrImportBond                                               
    000395bd  llAdv_TaskConnect                                                  
    00039cc5  OAD_processQueue                                                   
    0003a3b9  GAPBondMgr_ProcessGAPMsg                                           
    0003aaa5  llSetupExtAdv                                                      
    0003b42d  HOOK_llProcessSlaveControlPacket                                   
    0003b8ad  LL_RxEntryDoneCback                                                
    0003bd29  llSetupNextSlaveEvent                                              
    0003c189  LL_ProcessEvent                                                    
    0003c9b1  llFindNextSecTask                                                  
    0003cd3d  llSlave_TaskEnd                                                    
    0003d08d  llUpdateExtAdvTx                                                   
    0003d3d5  LE_SetExtAdvEnable                                                 
    0003d70d  llScheduler_no_INIT_CFG_no_SCAN_CFG                                
    0003da41  GAPBondMgr_SetParameter                                            
    0003e239  RF_open                                                            
    0003e4d5  LL_Init                                                            
    0003e769  llSetupExtAdvLegacy                                                
    0003e9dd  LL_LastCmdDoneCback_ADV_NCONN_CFG_ADV_CONN_CFG                     
    0003ec51  LL_RxIgnoredCback_ADV_NCONN_CFG_ADV_CONN_CFG                       
    0003eeb9  llAllocConnId                                                      
    0003f115  GAPBondMgr_ProcessEvent                                            
    0003f811  llDynamicAlloc                                                     
    0003fa5d  GATTServApp_ReadAttr                                               
    0003fc61  RF_scheduleCmd                                                     
    0003fe49  LL_Reset                                                           
    00040031  osal_run_system                                                    
    000403ed  setBleUserConfig                                                   
    000405ad  llExtAdvSchedSetup                                                 
    00040769  llCombinePDU                                                       
    00040901  llSelectConn                                                       
    00040a97  BIOS_nullFunc                                                      
    00040a99  PowerCC26X2_auxISR                                                 
    00040db5  LL_LastCmdDoneCback_common                                         
    00040f3d  llExtAdv_PostProcess                                               
    000410c1  ECDH_computeSharedSecret                                           
    0004123d  CRC32_calc                                                         
    000413b1  gattServApp_ProcessReadByGrpTypeReq                                
    00041525  llFindStartType                                                    
    00041805  llExtScan_PostProcess                                              
    00041ab1  osal_msg_send                                                      
    00041acf  Board_initHook                                                     
    00041ad1  ICall_waitMatch                                                    
    00041d89  Power_sleep                                                        
    00041ee1  llGetNextConn                                                      
    00042039  gapProcessBLEEvents                                                
    00042189  llPrepareNextExtAdv                                                
    000422d9  LL_RxEmptyCback                                                    
    0004256d  GAP_DeviceInit                                                     
    000426b1  gattServApp_ProcessReadByTypeReq                                   
    00042925  NOROM_AESWriteToKeyStore                                           
    00042a55  RF_close                                                           
    0004301d  ti_sysbios_family_arm_cc26xx_Timer_construct                       
    0004313d  llConnExists                                                       
    0004325d  llDynamicFree                                                      
    0004337d  ti_sysbios_family_arm_m3_Hwi_dispatch                              
    00043454  ti_sysbios_family_arm_m3_Hwi_interruptsAreDisabledButShouldNotBe   
    00043459  ti_sysbios_family_arm_m3_Hwi_pendSV                                
    0004347c  ti_sysbios_family_arm_m3_Hwi_return                                
    00043499  Power_init                                                         
    000436c9  llCalcConnMaxTimeLength                                            
    000437dd  ECDH_generatePublicKey                                             
    000438e9  PowerCC26X2_calibrate                                              
    000439f5  gattProcessReadByType                                              
    00043b01  NVSCC26XX_write                                                    
    00043c09  OAD_open                                                           
    00043e19  GPIO_init                                                          
    00043f1d  llCheckIsSecTaskCollideWithPrimTaskInLsto                          
    0004401b  DefaultAssertCback                                                 
    00044119  LL_LastCmdDoneCback_ADV_CONN_CFG                                   
    00044215  llLinkSchedSetup                                                   
    00044409  smResponderProcessLTKReq                                           
    00044501  AESCTRDRBG_getRandomBytes                                          
    000445f7  MAP_HCI_CteRequestFailedEvent                                      
    000445f9  NOROM_SysCtrlStandby                                               
    000446ed  llFindNextAdvSet                                                   
    000447dd  GapAdv_loadByHandle                                                
    000448c9  llSendConnEvtCallback                                              
    000449b5  NOROM_SetupTrimDevice                                              
    00044a99  ti_sysbios_knl_Semaphore_pend                                      
    00044b7d  ggs_ReadAttrCB                                                     
    00044c61  llSetAETimeConsume                                                 
    00044d45  ti_sysbios_knl_Event_pend                                          
    00044e25  llScheduleTask                                                     
    00044f05  osalTimerUpdate                                                    
    00044fe5  RF_control                                                         
    000450c1  llSetupExtHdr                                                      
    0004519d  DevInfo_SetParameter                                               
    00045275  ti_sysbios_family_arm_m3_Hwi_excFillContext                        
    0004541d  AESCTRDRBG_construct                                               
    000454e9  ti_sysbios_knl_Clock_workFuncDynamic                               
    000455b5  LL_PhyUpdateCompleteEventCback                                     
    00045681  osal_set_event                                                     
    00045817  MAP_llClearPeriodicAdvSets                                         
    00045819  gapScan_processStartEndCb                                          
    000458e1  ggs_WriteAttrCB                                                    
    000459a9  LL_ChanMapUpdate                                                   
    00045a71  llAddAdvSortedEntry                                                
    00045b39  AESCTRDRBG_reseed                                                  
    00045cc3  MAP_llClearPeriodicScanSets                                        
    00045cc5  oadCreateFactoryImageBackup                                        
    00045d85  LL_TxData                                                          
    00045e45  rfCallback_ADV_NCONN_and_ADV_CONN                                  
    0004607d  llSetupConnRxDataEntryQueue                                        
    00046139  ll_GenerateDHKey                                                   
    000461f5  llAllocTask                                                        
    00046369  ti_sysbios_knl_Task_Instance_finalize                              
    00046421  LL_DirectTestEnd                                                   
    000464d9  Hook_llProcessSlaveControlProcedures                               
    00046591  GAPBondMgr_FindAddr                                                
    00046701  NOROM_OSCHF_AttemptToSwitchToXosc                                  
    000467b5  PowerCC26XX_standbyPolicy                                          
    00046869  Power_releaseDependency                                            
    0004691d  ti_sysbios_knl_Task_setPri                                         
    000469d1  Power_setDependency                                                
    00046a81  LL_ENC_GenerateDRBGRandNum                                         
    00046b31  __udivmoddi4                                                       
    00046be1  RF_pendCmd                                                         
    00046c8d  llCheckRfCmdPreemption                                             
    00046d39  LL_RxDataCompleteCback                                             
    00046de1  LL_EXT_DisconnectImmed                                             
    00046e89  llReleaseConnId                                                    
    00046f31  gapBondMgr_syncResolvingList                                       
    00046fd9  ICall_heapMalloc                                                   
    00047121  ti_sysbios_knl_Task_Instance_init                                  
    000471c5  llCompareSecondaryPrimaryTasksQoSParam                             
    00047269  GAPBondMgr_Init                                                    
    00047451  gapScan_defragAdvRpt                                               
    000474f1  GATTServApp_Init                                                   
    00047591  llRfInit                                                           
    00047631  llFreeTask                                                         
    00047809  llRfStartFS                                                        
    000478a5  ll_ReadLocalP256PublicKey                                          
    000479d9  RF_defaultSubmitPolicy                                             
    00047a71  gattServApp_HandleConnStatusCB                                     
    00047b09  LL_EXT_ChanMapUpdateCback                                          
    00047c37  MAP_llCoexInit                                                     
    00047ccd  ti_sysbios_knl_Clock_startI                                        
    00047d61  ti_sysbios_knl_Task_sleep                                          
    00047df5  GATT_VerifyWritePermissions                                        
    00047e89  LL_SetRandomAddress                                                
    00047f1d  llFindNextConn                                                     
    00047fb1  rfRatCompareCBack                                                  
    00048045  gapProcessHCICmdCompleteEvt                                        
    000480d7  MAP_llCoexSetParams                                                
    000480d9  osalInitTasks                                                      
    00048169  LL_SetAddressResolutionEnable                                      
    000481f9  llGetNextOrPreviousExtScanChannelIndex                             
    00048289  GPIO_setConfig                                                     
    00048315  TRNG_construct                                                     
    000483a1  ti_sysbios_knl_Clock_init                                          
    0004853d  LL_AbortedCback_ADV_NCONN_and_ADV_CONN                             
    000485c5  osal_CbTimerProcessEvent                                           
    0004864d  ICall_setTimer                                                     
    00048755  RF_getInfo                                                         
    000487d9  llSetRestPrimaryChannels                                           
    000488dd  NOROM_SysCtrlSetRechargeBeforePowerDown                            
    00048add  ti_sysbios_family_arm_m3_Hwi_initNVIC                              
    00048b5d  ti_sysbios_gates_GateMutexPri_enter                                
    00048bdd  LL_ENC_Decrypt                                                     
    00048c5d  NOROM_ChipInfo_GetChipType                                         
    00048cdb  gapProcessOSALMsg                                                  
    00048d59  RF_ratDisableChannel                                               
    00048dd5  icall_directAPI                                                    
    00048e51  ti_sysbios_family_arm_m3_Hwi_postInit                              
    00048ecd  llApplyParamUpdate                                                 
    00048f49  GAPBondMgr_ServiceChangeInd                                        
    00048fc5  GATTServApp_WriteAttr                                              
    0004903f  MAP_llCoexUpdateCounters                                           
    00049041  ICall_heapInit                                                     
    000490b9  NOROM_OSCHF_SwitchToRcOscTurnOffXosc                               
    00049131  NOROM_OSC_CapArrayAdjustWorkaround_Boot                            
    000491a9  NVSCC26XX_open                                                     
    00049311  ti_sysbios_knl_Task_postInit                                       
    00049389  Gap_RegisterConnEventCb                                            
    00049401  l2capProcessOSALMsg                                                
    00049479  llRfSetup                                                          
    000494f1  osal_CbTimerUpdate                                                 
    00049569  llIsThereACollisionBetweenConn                                     
    000495df  GAP_DeviceInit_validate_params                                     
    000497b1  PowerCC26X2_updateSubSecInc                                        
    00049899  ti_sysbios_knl_Swi_restoreHwi                                      
    0004990d  ti_sysbios_knl_Task_startup                                        
    00049981  LL_ENC_DecryptMsg                                                  
    00049a65  AESCTR_construct                                                   
    00049ad5  ICallPlatform_pwrUpdActivityCounter                                
    00049b45  ICall_createRemoteTasksAtRuntime                                   
    00049bb5  ti_sysbios_family_arm_m3_Hwi_Instance_init                         
    00049c25  GATT_VerifyReadPermissions                                         
    00049c95  llCheckDuplicateFilteringLimit                                     
    00049d05  llSetNextDataChan                                                  
    00049d75  LL_ENC_Encrypt                                                     
    00049de5  osal_msg_receive                                                   
    00049e55  gattProcessReadMultiReq                                            
    00049ec3  MAP_llDmmDynamicFree                                               
    00049ec5  ICall_wait                                                         
    0004a075  Random_seedAutomatic                                               
    0004a0e1  ti_sysbios_family_arm_m3_Hwi_dispatchC                             
    0004a14d  LL_RxEntryDoneCback_allEntries                                     
    0004a1b9  osal_CbTimerStop                                                   
    0004a28f  __TI_decompress_lzss                                               
    0004a2f9  AESECB_construct                                                   
    0004a3c9  ICall_enrollService                                                
    0004a431  ICall_send                                                         
    0004a499  ICall_sendServiceComplete                                          
    0004a569  ti_sysbios_knl_Event_post                                          
    0004a5d1  ti_sysbios_knl_Swi_run                                             
    0004a639  gapProcessCommandStatusEvt                                         
    0004a6a1  gattServApp_ProcessReliableWrites                                  
    0004a709  LL_WriteDefaultDataLen                                             
    0004a771  llUpdateSortedAdvList                                              
    0004a7d9  osal_timer_refTimeUpdate                                           
    0004a841  llShellSortActiveConns                                             
    0004a8a7  icall_liteTranslation                                              
    0004a971  AssertHandler                                                      
    0004a9d5  PowerCC26X2_initiateCalibration                                    
    0004ac91  ti_sysbios_gates_GateMutexPri_leave                                
    0004acf5  ti_sysbios_knl_Idle_init                                           
    0004ad59  ti_sysbios_knl_TaskSupport_buildTaskStack                          
    0004adbd  GGS_SetParameter                                                   
    0004ae21  GATTServApp_ProcessEvent                                           
    0004ae85  LL_TxDoneCback                                                     
    0004aee9  llSetupLinkRatCompare                                              
    0004afaf  MAP_llDmmSetThreshold                                              
    0004afb1  CryptoResourceCC26XX_constructRTOSObjects                          
    0004b071  PKAResourceCC26XX_constructRTOSObjects                             
    0004b0d1  main                                                               
    0004b131  stack_main                                                         
    0004b191  ti_sysbios_knl_Clock_walkQueueDynamic                              
    0004b1f1  ti_sysbios_knl_Semaphore_post                                      
    0004b251  ti_sysbios_knl_Swi_schedule                                        
    0004b2b1  LE_SetExtAdvData                                                   
    0004b311  LE_SetExtScanRspData                                               
    0004b371  llMoveCtrlPkt                                                      
    0004b3d1  smGenerateAddrInput_sPatch                                         
    0004b431  GAPBondMgr_Pair                                                    
    0004b491  NOROM_RFCAnaDivTxOverride                                          
    0004b4ef  llEstimateConnMinTimeLength                                        
    0004b5a9  rf_patch_mce_bt5                                                   
    0004b605  gapPeriProcessConnUpdateCompleteEvt                                
    0004b661  llSetupRatCompare                                                  
    0004b6bd  smpInitiatorProcessPairingPubKey_sPatch                            
    0004b719  smpResponderProcessPairingPublicKey                                
    0004b775  HCI_LE_SetPhyCmd                                                   
    0004b7cf  MAP_llHealthUpdate                                                 
    0004b7d1  ECDH_construct                                                     
    0004b829  HEAPMGR_GETLARGESTFREEBUF                                          
    0004b881  ICall_fetchMsg                                                     
    0004b931  TRNG_init                                                          
    0004b989  ti_sysbios_family_arm_m3_Hwi_initStacks                            
    0004b9e1  LL_DisableAdvSets                                                  
    0004ba39  llMoveBackCtrlPkt                                                  
    0004ba91  LL_ENC_EncryptMsg                                                  
    0004bae9  LL_AbortedCback_ADV_CONN_CFG                                       
    0004bb41  smDetermineIOCaps                                                  
    0004bb99  SM_p256KeyCB                                                       
    0004bbf1  StructRingBuf_put                                                  
    0004bc47  MAP_llMaster_TaskEnd                                               
    0004bc49  AESCCM_construct                                                   
    0004bc9d  ICall_registerApp                                                  
    0004bded  RF_getCurrentTime                                                  
    0004be41  Util_constructClock                                                
    0004be95  gattServApp_EnqueuePrepareWriteReq                                 
    0004bee9  LL_ConnParamUpdateRejectCback                                      
    0004bf3d  linkDB_Authen                                                      
    0004bf91  LL_GenerateDHKeyCmd                                                
    0004bfe5  llNextChanIndex                                                    
    0004c039  osal_bm_free                                                       
    0004c08d  NOROM_ChipInfo_GetHwRevision                                       
    0004c0df  gapCentProcessConnEvt                                              
    0004c131  Board_shutDownExtFlash                                             
    0004c181  NVOCMP_loadApiPtrsMin                                              
    0004c221  ti_sysbios_knl_Swi_post                                            
    0004c271  ti_sysbios_knl_Swi_runLoop                                         
    0004c2c1  ti_sysbios_knl_Task_schedule                                       
    0004c311  gapPeriProcessConnEvt                                              
    0004c361  gapScan_filterDiscMode                                             
    0004c3b1  HCI_Init                                                           
    0004c401  llSetTxPwrLegacy                                                   
    0004c451  LL_ENC_GenerateDRBGSeedNum                                         
    0004c4a1  GATTServApp_ProcessCCCWriteReq                                     
    0004c4f1  osal_init_system                                                   
    0004c541  osalAdjustTimer                                                    
    0004c591  Board_sendExtFlashByte                                             
    0004c62d  GAP_DeviceInit_per_role                                            
    0004c6c7  MAP_llPeriodicAdv_PostProcess                                      
    0004c6c9  BIOS_startFunc                                                     
    0004c715  CryptoUtils_reverseCopyPad                                         
    0004c7ad  NOROM_OSC_HPOSCRelativeFrequencyOffsetGet                          
    0004c845  NVSCC26XX_init                                                     
    0004c891  NVSCC26XX_read                                                     
    0004c8dd  StructRingBuf_get                                                  
    0004c9c1  ti_sysbios_knl_Swi_Instance_init                                   
    0004ca0d  ti_sysbios_runtime_Startup_exec                                    
    0004ca59  llReplaceRxBuffers                                                 
    0004caa5  llSchedulerInit                                                    
    0004caf1  rfLinkRatCompareCBack                                              
    0004cb3d  NOROM_AUXSYSIFOpModeChange                                         
    0004cb85  NOROM_RFCSynthPowerDown                                            
    0004cbcd  NVS_open                                                           
    0004cc5d  PowerCC26XX_switchXOSC_HF                                          
    0004cced  ti_sysbios_family_arm_cc26xx_Timer_start                           
    0004cd35  attSendMsg_sPatch                                                  
    0004cd7d  gattServApp_ClearPrepareWriteQ                                     
    0004cdc5  LE_WriteRfPathCompCmd                                              
    0004ce0d  LL_EXT_SetLocalSupportedFeatures                                   
    0004ce55  llSetStarvationMode                                                
    0004ce9d  llAllocatePDU                                                      
    0004cee5  BIOS_atExitFunc                                                    
    0004cf29  GPIO_hwiIntFxn                                                     
    0004cf6d  ICall_getEntityId                                                  
    0004cfb1  NOROM_PRCMPowerDomainsAllOff                                       
    0004cff5  NOROM_PRCMPowerDomainsAllOn                                        
    0004d0c1  ti_sysbios_family_arm_m3_Hwi_Instance_finalize                     
    0004d105  ti_sysbios_family_arm_m3_Hwi_construct2                            
    0004d149  ti_sysbios_family_arm_m3_Hwi_disableInterrupt                      
    0004d18d  ti_sysbios_family_arm_m3_Hwi_enableInterrupt                       
    0004d1d1  ti_sysbios_knl_Swi_restore                                         
    0004d215  LL_ReadPhy                                                         
    0004d259  LL_SetResolvablePrivateAddressTimeout                              
    0004d29d  llGetRandChannelMapIndex                                           
    0004d2e1  llTermExtAdv                                                       
    0004d325  llInitFeatureSet                                                   
    0004d369  osal_clear_event                                                   
    0004d3ad  osal_start_timerEx                                                 
    0004d433  LL_ReadLocalP256PublicKeyCmd                                       
    0004d475  llCalcConnMissCount                                                
    0004d4f7  MAP_llProcessPeriodicScanRxFIFO                                    
    0004d539  ICall_setTimerMSecs                                                
    0004d579  PowerCC26X2_RCOSC_clockFunc                                        
    0004d5b9  PowerCC26X2_setAclkRefSrc                                          
    0004d5f9  Util_rescheduleClock                                               
    0004d679  ti_sysbios_knl_Clock_getTicksUntilInterrupt                        
    0004d6b9  ti_sysbios_knl_Task_exit                                           
    0004d6f9  GAP_SetParamValue                                                  
    0004d739  gattServApp_ProcessExchangeMTUReq                                  
    0004d779  linkDB_NumActive                                                   
    0004d7b9  llPostRealignConn                                                  
    0004d7f9  llFindNextActiveConnId                                             
    0004d839  smpInitiatorProcessPairingConfirm                                  
    0004d879  osal_start_system                                                  
    0004d8b9  osal_bm_alloc                                                      
    0004d939  osalAddTimer                                                       
    0004d979  llGetLstoNumOfEventsLeftMargin                                     
    0004d9b7  MAP_llSetPeriodicSyncInfo                                          
    0004d9b9  GPIO_resetConfig                                                   
    0004d9f5  HwiP_construct                                                     
    0004da6d  NOROM_SysCtrlIdle                                                  
    0004dae5  OAD_setBlockSize                                                   
    0004db21  PowerCC26X2_setTdcClkSrc24M                                        
    0004db5d  ti_sysbios_family_arm_cc26xx_Timer_periodicStub                    
    0004db99  ti_sysbios_family_arm_cc26xx_Timer_setThreshold                    
    0004dbd5  ti_sysbios_heaps_HeapCallback_construct                            
    0004dc11  ti_sysbios_knl_ClockSupport_init                                   
    0004dc4d  ti_sysbios_knl_Task_blockI                                         
    0004dc89  ti_sysbios_knl_Task_create                                         
    0004dcc5  ti_sysbios_knl_Task_restore                                        
    0004dd01  ti_sysbios_runtime_Memory_alloc                                    
    0004dd3d  gapSendLinkRejectEvent                                             
    0004dd79  GATTServApp_AddService                                             
    0004ddb5  GATTServApp_SendCCCUpdatedEvent                                    
    0004ddf1  gattServApp_ResetCharCfg                                           
    0004de2d  LL_DataLenExceedEventCback                                         
    0004de69  HCI_ProcessEvent                                                   
    0004dea5  linkDB_setAddrByConnHandle                                         
    0004dee1  llSendAdvSetEndEvent                                               
    0004df1d  osal_alien2proxy                                                   
    0004df59  osal_msg_enqueue                                                   
    0004df95  osal_msg_extract                                                   
    0004dfd1  osal_start_reload_timer                                            
    0004e00d  SM_dhKeyCB                                                         
    0004e049  CryptoUtils_copyPad                                                
    0004e083  ti_sysbios_knl_Task_checkStacks                                    
    0004e0bd  osal_build_uint32                                                  
    0004e0f7  MAP_llTerminatePeriodicScan                                        
    0004e169  ICall_heapFree                                                     
    0004e1a1  ICall_searchServiceEntity                                          
    0004e249  OadPersistApp_createTask                                           
    0004e281  PowerCC26X2_oscDisableQualifiers                                   
    0004e2b9  Random_getNumber                                                   
    0004e2f1  rf_patch_cpe_bt5                                                   
    0004e329  ti_sysbios_knl_Task_processVitalTaskFlag                           
    0004e361  HCI_LE_ReadBufSizeCmd                                              
    0004e399  linkDB_Add_sPatch                                                  
    0004e3d1  llDetachNode                                                       
    0004e409  llFindNextSecCmd                                                   
    0004e441  llActiveTask                                                       
    0004e479  smpResponderProcessIncoming_sPatch                                 
    0004e4b1  GATTServApp_InitCharCfg                                            
    0004e4e9  osal_stop_timerEx                                                  
    0004e521  __TI_auto_init_nobinit_nopinit                                     
    0004e559  CryptoUtils_buffersMatch                                           
    0004e58f  ICall_fetchServiceMsg                                              
    0004e5c5  bleDispatch_BMAlloc                                                
    0004e5fb  MAP_llUpdateCteState                                               
    0004e665  Power_releaseConstraint                                            
    0004e699  RF_powerConstraintRelease                                          
    0004e701  SwiP_construct                                                     
    0004e735  Util_enqueueMsg                                                    
    0004e769  _pthread_cleanupFxn                                                
    0004e79d  eraseFlashPg                                                       
    0004e7d1  ti_sysbios_family_arm_m3_Hwi_getStackInfo                          
    0004e805  ti_sysbios_family_arm_m3_Hwi_init                                  
    0004e839  ti_sysbios_knl_Clock_Instance_init                                 
    0004e86d  ti_sysbios_knl_Task_unblockI                                       
    0004e8a1  ti_sysbios_runtime_Error_raiseX                                    
    0004e8d5  writeFlash                                                         
    0004e909  writeFlashPg                                                       
    0004e93d  HCI_SendDataPkt                                                    
    0004e971  llGetAdvSortedEntry                                                
    0004e9a5  LL_ENC_GenerateTRNGRandNum                                         
    0004e9d9  llGetTaskState                                                     
    0004ea0d  llGetTask                                                          
    0004ea41  GAPBondMgr_PasscodeRsp                                             
    0004ea75  startup_entry                                                      
    0004eaa9  _c_int00                                                           
    0004eadd  ti_sysbios_knl_Event_pendTimeout                                   
    0004eb0f  ti_sysbios_knl_Semaphore_pendTimeout                               
    0004eb41  BIOS_init                                                          
    0004eb71  Board_wakeUpExtFlash                                               
    0004eba1  ClockP_construct                                                   
    0004ec31  NVSCC26XX_erase                                                    
    0004ec91  Power_setConstraint                                                
    0004ecf1  ROM_Init                                                           
    0004ed21  flash_open                                                         
    0004ee11  readFlash                                                          
    0004ee41  readFlashPg                                                        
    0004ee71  ti_sysbios_family_arm_m3_Hwi_excHandlerMin                         
    0004eea1  ti_sysbios_knl_TaskSupport_start                                   
    0004eed1  ti_sysbios_runtime_System_atexit                                   
    0004ef01  ti_sysbios_runtime_System_processAtExit                            
    0004ef31  gattServApp_WriteAttrCB                                            
    0004ef61  llClearRatCompare                                                  
    0004ef91  osal_get_timeoutEx                                                 
    0004efc1  NOROM_ThisLibraryIsFor_CC13x2_CC26x2_HwRev20AndLater_HaltIfViolated
    0004f04b  gattServApp_ProcessWriteLong                                       
    0004f0d1  ICall_getLocalMsgEntityId                                          
    0004f0fd  ICall_init                                                         
    0004f155  NVS_init                                                           
    0004f1ad  PowerCC26XX_schedulerDisable                                       
    0004f25d  ti_sysbios_knl_Clock_getTicks                                      
    0004f289  ti_sysbios_knl_Clock_getTimeout                                    
    0004f2b5  ti_sysbios_knl_Swi_setPri                                          
    0004f2e1  ti_sysbios_knl_Task_restoreHwi                                     
    0004f30d  GATT_UpdateMTU                                                     
    0004f339  GATTServApp_RegisterService                                        
    0004f365  halAssertHandlerExt                                                
    0004f391  osal_bm_adjust_header                                              
    0004f3bd  NOROM_OSCHF_TurnOnXosc                                             
    0004f411  TRNG_generateKey                                                   
    0004f43b  ti_sysbios_family_arm_cc26xx_Timer_setNextTick                     
    0004f465  ti_sysbios_knl_Task_allBlockedFunction                             
    0004f48f  MAP_llUpdatePeriodicAdvChainPacket                                 
    0004f491  BIOS_registerRTSLock                                               
    0004f4b9  DevInfo_AddService                                                 
    0004f4e1  ICall_createRemoteTasks                                            
    0004f509  ICall_getMaxMSecs                                                  
    0004f531  ICall_heapGetStats                                                 
    0004f559  ICall_sendServiceMsg                                               
    0004f581  List_remove                                                        
    0004f5a9  NOROM_ChipInfo_GetChipFamily                                       
    0004f5d1  PowerCC26XX_isStableXOSC_HF                                        
    0004f621  ti_sysbios_family_arm_m3_Hwi_excHandlerAsm                         
    0004f649  ti_sysbios_knl_Semaphore_Instance_init                             
    0004f671  ti_sysbios_knl_Swi_init                                            
    0004f699  ti_sysbios_knl_TaskSupport_swap                                    
    0004f6a4  ti_sysbios_knl_TaskSupport_swapReturn                              
    0004f6c1  ti_sysbios_knl_Task_construct                                      
    0004f6e9  ti_sysbios_knl_Task_init                                           
    0004f711  GATTServApp_SendServiceChangedInd                                  
    0004f739  llConnTerminate                                                    
    0004f761  osal_msg_push                                                      
    0004f789  osal_snv_write                                                     
    0004f7b1  osal_snv_init                                                      
    0004f7d9  osal_snv_read                                                      
    0004f801  AESCTRDRBG_generateKey                                             
    0004f84d  List_insert                                                        
    0004f873  List_putHead                                                       
    0004f899  RF_runScheduleCmd                                                  
    0004f8bf  ti_sysbios_knl_Clock_create                                        
    0004f8e5  GATTServApp_WriteCharCfg                                           
    0004f92f  NOROM_RFCCpePatchReset                                             
    0004f931  BIOS_removeRTSLock                                                 
    0004f955  List_put                                                           
    0004f979  PowerCC26X2_getOscHfSourceReady                                    
    0004f99d  PowerCC26X2_setSubSecIncToXoscLf                                   
    0004f9c1  PowerCC26X2_writeCtrim                                             
    0004f9e5  PowerCC26X2_writeCtrimFract                                        
    0004fa09  PowerCC26X2_writeCtrimFractEn                                      
    0004fa2d  PowerCC26X2_writeRtrim                                             
    0004fa51  Power_registerNotify                                               
    0004fb05  SemaphoreP_createBinary                                            
    0004fb4d  ti_sysbios_family_arm_m3_Hwi_construct                             
    0004fb71  ti_sysbios_knl_Semaphore_create                                    
    0004fb95  ti_sysbios_knl_Semaphore_destruct                                  
    0004fbb9  ti_sysbios_knl_Task_enter                                          
    0004fbdd  GGS_AddService                                                     
    0004fc01  gattProcessWriteReq                                                
    0004fc25  ble_dispatch_liteProcess                                           
    0004fc49  GAPBondMgr_Register                                                
    0004fc6d  osal_service_entry                                                 
    0004fc91  osal_msg_allocate                                                  
    0004fcb5  osalTimerInit                                                      
    0004fcd9  osal_next_timeout                                                  
    0004fcfd  List_get                                                           
    0004fd1f  OAD_getSWVersion                                                   
    0004fd85  ti_sysbios_gates_GateMutexPri_insertPri                            
    0004fda7  gattProcessReadReq                                                 
    0004fdc9  AESReadNonAuthenticationModeIV                                     
    0004fde9  CRC32_value                                                        
    0004fe49  NOROM_PKAClearPkaRam                                               
    0004fe69  NOROM_RFCDoorbellSendTo                                            
    0004fe89  NOROM_RFCOverrideSearch                                            
    0004fea9  NVSCC26XX_getAttrs                                                 
    0004fee9  PowerCC26X2_disableTCXOQual                                        
    0004ff09  PowerCC26X2_enableTCXOQual                                         
    0004ff29  PowerCC26XX_schedulerRestore                                       
    0004ff49  Power_unregisterNotify                                             
    0004ff89  RF_getRssi                                                         
    0004ffe9  RF_setTxPower                                                      
    00050009  SemaphoreP_constructBinary                                         
    00050029  flash_close                                                        
    00050049  ti_sysbios_family_arm_m3_Hwi_initStack                             
    00050069  ti_sysbios_gates_GateMutexPri_Instance_init                        
    00050089  ti_sysbios_knl_Semaphore_delete                                    
    000500a9  ti_sysbios_knl_Task_delete                                         
    000500c9  ti_sysbios_knl_Task_destruct                                       
    000500e9  GATTServApp_UpdateCharCfg                                          
    00050109  LL_TxEntryDoneCback                                                
    00050129  LL_RxIgnoredCback_common                                           
    00050149  LL_AbortedCback_peripheral                                         
    00050169  getNumFinishedEntries                                              
    00050189  llTimeCompare                                                      
    000501a9  smpInitiatorProcessPairingRsp_sPatch                               
    000501c9  smpResponderProcessPairingReq_sPatch                               
    000501e9  GATTServApp_FindAttr                                               
    00050209  osal_CbTimerInit                                                   
    00050229  osal_snv_compact                                                   
    00050249  NOROM_FlashProgram                                                 
    00050267  NOROM_FlashSectorErase                                             
    00050285  ti_sysbios_family_arm_m3_Hwi_switchAndRunFunc                      
    000502a3  ti_sysbios_gates_GateMutexPri_create                               
    000502c1  ti_sysbios_knl_Event_create                                        
    000502df  HCI_ReverseBytes                                                   
    000502fd  osal_isbufset                                                      
    0005031b  osal_msg_deallocate                                                
    00050339  BIOS_rtsLock                                                       
    0005038d  HwiP_setPriority                                                   
    000503a9  ICall_enterCSImpl                                                  
    000503fd  Power_getTransitionLatency                                         
    00050451  RF_powerConstraintSet                                              
    00050489  crc_update                                                         
    000504c1  ti_sysbios_knl_Clock_Instance_finalize                             
    000504dd  ti_sysbios_knl_Clock_construct                                     
    000504f9  ti_sysbios_knl_Event_checkEvents                                   
    00050515  ti_sysbios_knl_Idle_run                                            
    00050531  ti_sysbios_knl_Queue_get                                           
    0005054d  ti_sysbios_knl_Queue_put                                           
    00050569  ti_sysbios_knl_Semaphore_construct                                 
    00050585  ti_sysbios_knl_Swi_construct                                       
    000505a1  ti_sysbios_knl_Swi_destruct                                        
    000505bd  SM_SetECCRegenerationCount                                         
    000505d9  halAssertInit                                                      
    000505f5  osal_memcmp                                                        
    00050611  osal_memdup                                                        
    0005062d  osalFindTimer                                                      
    00050649  ICallPlatform_pwrDispense                                          
    00050663  ICallPlatform_pwrRequire                                           
    00050697  ti_sysbios_knl_Task_sleepTimeout                                   
    000506b1  HCI_EXT_SetExtScanChannels                                         
    000506cb  osal_list_remove                                                   
    000506e5  BIOS_exitFunc                                                      
    000506fd  BIOS_rtsUnlock                                                     
    00050715  CryptoResourceCC26XX_acquireLock                                   
    0005072d  CryptoUtils_reverseBufferBytewise                                  
    00050745  GPIO_disableInt                                                    
    0005075d  ICall_heapMallocLimited                                            
    00050775  NVSCC26XX_lock                                                     
    0005078d  PowerCC26XX_calibrate                                              
    000507a5  Power_idleFunc                                                     
    000507bd  RF_cancelCmd                                                       
    000507ed  Util_dequeueMsg                                                    
    00050805  ti_sysbios_knl_Clock_scheduleNextTick                              
    0005081d  ti_sysbios_knl_Event_Instance_init                                 
    00050835  ti_sysbios_knl_Swi_construct2                                      
    0005084d  ti_sysbios_knl_Swi_or                                              
    00050865  ti_sysbios_knl_TaskSupport_glue                                    
    0005087d  ti_sysbios_knl_Task_unblock                                        
    00050895  linkDB_getAddrByConnHandle                                         
    000508ad  LL_EXT_SetExtScanChannels                                          
    000508c5  llRfOverrideCteValue                                               
    000508dd  icall_liteMsgParser                                                
    000508f5  osal_revmemcpy                                                     
    0005090d  osal_enroll_senderid                                               
    00050925  osal_service_complete                                              
    0005093d  osal_pwrmgr_init                                                   
    00050955  Board_init                                                         
    0005096b  HwiP_setFunc                                                       
    00050981  List_clearList                                                     
    00050997  RF_ratCompare                                                      
    000509c3  ti_sysbios_knl_Clock_start                                         
    000509d9  ti_sysbios_knl_Task_block                                          
    000509ef  LL_DoorbellErrorCback                                              
    00050a05  osal_list_put                                                      
    00050a1d  AESCCM_init                                                        
    00050a31  AESCTRDRBG_init                                                    
    00050a45  AESCTR_init                                                        
    00050a59  AESECB_init                                                        
    00050a6d  CRC32_memCpy                                                       
    00050a95  ECDH_init                                                          
    00050aa9  GPIO_read                                                          
    00050abd  ICall_abort                                                        
    00050b0d  RF_flushCmd                                                        
    00050b21  ROM_Spinlock                                                       
    00050b35  SwiP_disable                                                       
    00050b49  SwiP_inISR                                                         
    00050b5d  TRNG_close                                                         
    00050b71  _args_main                                                         
    00050b85  driverTable_fnSpinlock                                             
    00050b99  flash_init                                                         
    00050bc1  ti_sysbios_family_arm_m3_Hwi_switchFromBootStack                   
    00050bd5  ti_sysbios_knl_Swi_disable                                         
    00050be9  llConnCheckCleanRxQueue                                            
    00050bfd  llDataGetConnPtr                                                   
    00050c11  osal_memset                                                        
    00050c25  osal_memcpy                                                        
    00050c39  osal_timer_init                                                    
    00050c4d  __aeabi_memset                                                     
    00050c4d  __aeabi_memset4                                                    
    00050c4d  __aeabi_memset8                                                    
    00050c59  __aeabi_memclr                                                     
    00050c59  __aeabi_memclr4                                                    
    00050c59  __aeabi_memclr8                                                    
    00050c61  __aeabi_uldivmod                                                   
    00050c75  ICall_pwrUpdActivityCounter                                        
    00050c99  NVS_write                                                          
    00050cab  OAD_evenBitCount                                                   
    00050cbd  RF_getCmdOp                                                        
    00050ccf  StructRingBuf_construct                                            
    00050ce1  bleDispatch_BMFree                                                 
    00050cf3  osal_buffer_uint32                                                 
    00050d05  TI_memcpy_small                                                    
    00050d17  __aeabi_ldiv0                                                      
    00050d19  AESCCM_Params_init                                                 
    00050d29  AESCCM_open                                                        
    00050d39  AESCTRDRBG_open                                                    
    00050d49  AESCTR_Params_init                                                 
    00050d59  AESCTR_open                                                        
    00050d69  AESECB_Params_init                                                 
    00050d79  AESECB_open                                                        
    00050d89  ECDH_Params_init                                                   
    00050d99  ECDH_open                                                          
    00050da9  GPIO_write                                                         
    00050db9  HwiP_Params_init                                                   
    00050dc9  HwiP_inISR                                                         
    00050dd9  HwiP_post                                                          
    00050de9  NOROM_RFCCpeIntGetAndClear                                         
    00050df9  NOROM_RFCHwIntGetAndClear                                          
    00050e19  OAD_isUsrAppValid                                                  
    00050e59  PowerCC26X2_oscCtlClearXtal                                        
    00050e69  PowerCC26X2_prcmEnableCacheRetention                               
    00050e79  PowerCC26X2_readCtrim                                              
    00050e89  PowerCC26X2_readCtrimFract                                         
    00050e99  PowerCC26X2_readRtrim                                              
    00050ea9  PowerCC26X2_switchToTCXO                                           
    00050eb9  SwiP_Params_init                                                   
    00050ed9  TRNG_Params_init                                                   
    00050ee9  TRNG_open                                                          
    00050f09  ti_sysbios_family_arm_cc26xx_Timer_dynamicStub                     
    00050f19  ti_sysbios_family_arm_m3_Hwi_excHandler                            
    00050f29  ti_sysbios_knl_Task_disable                                        
    00050f39  gapPeriProcessConnUpdateCmdStatus                                  
    00050f49  llSetRfCmdPreemptionParams                                         
    00050f59  llRegisterConnEvtCallback                                          
    00050f69  llRfOverrideCommonValue                                            
    00050f79  llGetConExtPtr                                                     
    00050f89  LL_RxIgnoredCback                                                  
    00050f99  LL_LastCmdDoneCback                                                
    00050fa9  rfPUpCallback                                                      
    00050fb9  rfErrorCallback                                                    
    00050fc9  llGetCurrentTask                                                   
    00050fd9  SM_SetAllowDebugKeysMode                                           
    00050fe9  SM_SetAuthenPairingOnlyMode                                        
    00050ff9  Onboard_rand                                                       
    00051009  osal_mem_alloc                                                     
    00051019  osal_mem_free                                                      
    00051029  osal_mem_allocLimited                                              
    00051039  __TI_zero_init                                                     
    00051049  AESCTR_close                                                       
    00051057  ICall_signal                                                       
    00051065  NVS_read                                                           
    000510ab  StructRingBuf_isFull                                               
    000510b9  SwiP_setPriority                                                   
    000510c7  Util_constructQueue                                                
    000510d5  strlen                                                             
    000510f1  TI_memset_small                                                    
    000510ff  __TI_decompress_none                                               
    0005110d  AESCCM_close                                                       
    00051119  AESCTRDRBG_Params_init                                             
    00051125  AESECB_Operation_init                                              
    00051131  AESECB_close                                                       
    0005113d  BIOS_getThreadType                                                 
    00051149  BIOS_linkedWithIncorrectBootLibrary                                
    00051155  BIOS_start                                                         
    00051161  CryptoKeyPlaintext_initBlankKey                                    
    0005116d  CryptoKeyPlaintext_initKey                                         
    00051179  CryptoResourceCC26XX_releaseLock                                   
    00051185  ECDH_OperationGeneratePublicKey_init                               
    00051191  ECDH_close                                                         
    0005119d  HwiP_disable                                                       
    000511a9  ICall_leaveCSImpl                                                  
    000511b5  ICall_pwrDispense                                                  
    000511c1  ICall_pwrRequire                                                   
    000511d9  NOROM_CPUcpsid                                                     
    000511e5  NOROM_CPUcpsie                                                     
    000511fd  NVSCC26XX_unlock                                                   
    00051209  OAD_getactiveCxnHandle                                             
    00051215  OAD_register                                                       
    0005122d  PowerCC26X2_oscClockSourceGet                                      
    00051239  PowerCC26X2_setPeriphDeepSleepEnable                               
    00051245  PowerCC26X2_sysCtrlGetResetSource                                  
    00051251  PowerCC26X2_sysCtrlVoltageConditionalControl                       
    0005125d  Power_getConstraintMask                                            
    00051269  RF_Params_init                                                     
    00051275  RegisterAssertCback                                                
    00051281  SemaphoreP_delete                                                  
    0005128d  SwiP_getTrigger                                                    
    00051299  _register_lock                                                     
    000512a5  _register_unlock                                                   
    000512bd  osalHeapInitFxn                                                    
    000512c9  ti_sysbios_knl_ClockSupport_setNextTick                            
    000512d5  ti_sysbios_knl_Clock_tick                                          
    000512e1  ti_sysbios_knl_Queue_empty                                         
    000512ed  ti_sysbios_knl_Task_Params_init                                    
    000512f9  ti_sysbios_knl_Task_self                                           
    00051305  GATTServApp_RegisterForMsg                                         
    00051311  HCI_GAPTaskRegister                                                
    0005131d  HCI_L2CAPTaskRegister                                              
    00051329  HCI_SMPTaskRegister                                                
    00051335  llGetRfCmdPreemptionEnable                                         
    00051341  llGetActiveTasks                                                   
    0005134d  llGetNumTasks                                                      
    00051359  SM_GetAuthenPairingOnlyMode                                        
    00051365  SM_GetAllowDebugKeysMode                                           
    00051371  ble_dispatch_liteInit                                              
    0005137d  GATTServApp_ReadCharCfg                                            
    00051389  osal_set_icall_hook                                                
    00051395  osal_self                                                          
    000513a1  osal_CbTimerStart                                                  
    000513ad  osal_list_empty                                                    
    000513b9  AESCCM_Operation_init                                              
    000513c3  AESCTR_disableThreadSafety                                         
    000513cd  AESCTR_enableThreadSafety                                          
    000513d7  ClockP_Params_init                                                 
    000513e1  ECDH_OperationComputeSharedSecret_init                             
    000513eb  ICall_stopTimer                                                    
    00051413  PowerCC26X2_sysCtrlStandby                                         
    0005141d  SemaphoreP_pend                                                    
    00051427  osalHeapGetStatsFxn                                                
    00051431  ti_sysbios_knl_Clock_Params_init                                   
    0005143b  LL_ENC_GeneratePseudoRandNum                                       
    00051445  LL_AbortedCback                                                    
    0005144f  NOROM_CPUdelay                                                     
    00051457  NVSCC26XX_close                                                    
    0005146f  PowerCC26X2_oschfTrySwitchToXosc                                   
    00051477  ti_sysbios_runtime_System_exit                                     
    0005147f  osalDeleteTimer                                                    
    00051487  AESCCM_oneStepDecrypt                                              
    0005148d  AESCCM_oneStepEncrypt                                              
    00051493  AESCTR_acquireLock                                                 
    00051499  AESCTR_oneStepEncrypt                                              
    0005149f  AESECB_oneStepDecrypt                                              
    000514a5  AESECB_oneStepEncrypt                                              
    000514ab  ClockP_stop                                                        
    000514b1  HwiP_restore                                                       
    000514bd  ICall_freeMsg                                                      
    000514c3  NVSCC26XX_control                                                  
    000514c9  NVS_Params_init                                                    
    000514cf  NVS_close                                                          
    000514d5  NVS_erase                                                          
    000514db  NVS_getAttrs                                                       
    000514f9  RF_runDirectCmd                                                    
    000514ff  RF_runImmediateCmd                                                 
    00051505  osalHeapAllocFxn                                                   
    0005150b  osalHeapFreeFxn                                                    
    00051511  ti_sysbios_family_arm_m3_Hwi_destruct                              
    00051517  ti_sysbios_family_arm_m3_Hwi_doSwiRestore                          
    0005151d  ti_sysbios_family_arm_m3_Hwi_doTaskRestore                         
    00051523  ti_sysbios_gates_GateMutexPri_Params_init                          
    00051529  ti_sysbios_heaps_HeapCallback_alloc                                
    0005152f  ti_sysbios_heaps_HeapCallback_free                                 
    00051535  ti_sysbios_heaps_HeapCallback_getStats                             
    0005153b  ti_sysbios_heaps_HeapCallback_isBlocking                           
    00051541  ti_sysbios_knl_Clock_stop                                          
    00051547  ti_sysbios_knl_Idle_loop                                           
    0005154d  ti_sysbios_knl_Queue_construct                                     
    00051553  ti_sysbios_knl_Swi_startup                                         
    00051559  AESCTRDRBG_getBytes                                                
    0005155d  AESCTR_releaseLock                                                 
    00051561  ClockP_destruct                                                    
    00051565  ClockP_getSystemTickPeriod                                         
    00051569  ClockP_getTimeout                                                  
    0005156d  ClockP_isActive                                                    
    00051571  ClockP_setTimeout                                                  
    00051575  ClockP_start                                                       
    00051579  HOOK_llProcessMasterControlPacket_hook                             
    0005157d  HwiP_destruct                                                      
    00051581  HwiP_enableInterrupt                                               
    00051585  ICall_free                                                         
    00051589  ICall_getHeapStats                                                 
    0005158d  ICall_getTicks                                                     
    00051591  ICall_malloc                                                       
    00051595  ICall_mallocLimited                                                
    00051599  LE_SetExtAdvData_hook                                              
    0005159d  LE_SetExtAdvEnable_hook                                            
    000515a1  LE_SetExtScanRspData_hook                                          
    000515a5  LL_ProcessEvent_LL_EVT_EXT_SCAN_TIMEOUT_hook                       
    000515a9  LL_ProcessEvent_LL_EVT_MASTER_CONN_CREATED_hook                    
    000515ad  MAP_LL_AbortedCback                                                
    000515b1  MAP_RTLSSrv_processHciEvent                                        
    000515b5  MAP_gapAdv_handleAdvHciCmdComplete                                 
    000515b9  MAP_gapAdv_periodicAdvCmdCompleteCBs                               
    000515bd  MAP_gapScan_periodicAdvCmdCompleteCBs                              
    000515c1  MAP_gapScan_periodicAdvCmdStatusCBs                                
    000515c5  MAP_gapScan_processBLEPeriodicAdvCBs                               
    000515c9  MAP_llCalcConnMaxTimeLength                                        
    000515cd  MAP_llDmmDynamicAlloc                                              
    000515d1  MAP_llDmmGetActivityIndex                                          
    000515d5  MAP_llDmmSetAdvHandle                                              
    000515d9  MAP_llFindNextPeriodicAdv                                          
    000515dd  MAP_llFindNextPeriodicScan                                         
    000515e1  MAP_llFreeCteSamplesEntryQueue                                     
    000515e5  MAP_llGetCteInfo                                                   
    000515e9  MAP_llGetCurrentPeriodicAdv                                        
    000515ed  MAP_llGetCurrentPeriodicScan                                       
    000515f1  MAP_llGetPeriodicAdv                                               
    000515f5  MAP_llInitFeatureSet                                               
    000515f9  MAP_llPrepareNextExtAdv                                            
    000515fd  MAP_llProcessExtScanRxFIFO_hook                                    
    00051601  MAP_llSetStarvationMode                                            
    00051605  MAP_llSetupCte                                                     
    00051609  MAP_llSetupPeriodicAdv                                             
    0005160d  MAP_llSlave_TaskEnd                                                
    00051611  MAP_llTrigPeriodicAdv                                              
    00051615  MAP_llUpdateExtAdvTx                                               
    00051619  NOROM_RFCOverrideUpdate                                            
    0005161d  OAD_cancel                                                         
    00051621  PowerCC26X2_oschfSwitchToRcosc                                     
    00051625  PowerCC26X2_sysCtrlIdle                                            
    00051629  PowerCC26X2_turnOnXosc                                             
    0005162d  RF_defaultExecutionPolicy                                          
    00051631  SM_dhKeyCB_hook                                                    
    00051635  SM_p256KeyCB_hook                                                  
    00051639  SemaphoreP_destruct                                                
    0005163d  SemaphoreP_post                                                    
    00051641  SwiP_destruct                                                      
    00051645  SwiP_or                                                            
    00051649  SwiP_restore                                                       
    0005164d  TRNG_generateEntropy                                               
    00051651  Util_isActive                                                      
    00051655  Util_startClock                                                    
    00051659  Util_stopClock                                                     
    0005165d  _system_post_cinit                                                 
    00051661  _system_pre_init                                                   
    00051669  gapSendSlaveSecurityReqEvent_hook                                  
    0005166d  hasExternalFlash                                                   
    00051671  llFindStartType_hook                                               
    00051675  llGetNextConn_hook                                                 
    00051679  llNextChanIndex_hook                                               
    0005167d  llScheduler_hook                                                   
    00051681  llSetupExtAdv_hook                                                 
    00051689  osalHeapIsBlockingFxn                                              
    0005168d  rfCallback_hook                                                    
    00051691  smGeneratePairingReqRsp_hook                                       
    00051695  smResponderProcessLTKReq_hook                                      
    00051699  smpResponderProcessIncoming_hook                                   
    0005169d  smpResponderProcessPairingPublicKey_hook                           
    000516a1  ti_sysbios_knl_Clock_destruct                                      
    000516a5  ti_sysbios_knl_Clock_isActive                                      
    000516a9  ti_sysbios_knl_Clock_setPeriod                                     
    000516ad  ti_sysbios_knl_Clock_setTimeout                                    
    000516b1  LL_ENC_GenerateTrueRandNum                                         
    000516b5  GAP_UpdateResolvingList                                            
    000516b9  osal_rand                                                          
    000516bd  osal_strlen                                                        
    000516c1  osal_list_head                                                     
    000516c5  osal_list_next                                                     
    000516c8  C$$EXIT                                                            
    000516c9  abort                                                              
    000516cd  __aeabi_memcpy                                                     
    000516cd  __aeabi_memcpy4                                                    
    000516cd  __aeabi_memcpy8                                                    
    000516d1  _nop                                                               
    000516d9  rfErrCb                                                            
    000516db  ti_sysbios_runtime_System_exitSpin                                 
    000516dd  LL_ProcessEvent_LL_EVT_EXT_SCAN_TIMEOUT_no_SCAN_CFG                
    000516df  LL_ProcessEvent_LL_EVT_MASTER_CONN_CREATED_no_INIT_CFG             
    000516e1  CommonROM_Init                                                     
    000516e3  halAssertHandler                                                   
    000516e5  halAssertSpinlock                                                  
    000516e7  Onboard_soft_reset                                                 
    00051d90  ROM_Flash_JT                                                       
    00053c2d  devInfo11073CertUUID                                               
    00053c2f  GPIO_pinLowerBound                                                 
    00053c30  rfDriverTableBLE                                                   
    00053c98  resourceDB                                                         
    00053d34  icallServiceTable                                                  
    00053d7c  NISTP256_generator                                                 
    00053dbc  cryptoDriverTableBLE                                               
    00053e3c  llConfigTable                                                      
    00053eb4  bleStackConfig                                                     
    00053f18  NVSCC26XX_fxnTable                                                 
    00053f40  boardConfig                                                        
    00053f68  tasksArr                                                           
    00053fb4  NISTP256_a                                                         
    00053fd4  NISTP256_b                                                         
    00053ff4  NISTP256_order                                                     
    00054014  NISTP256_prime                                                     
    00054054  eccDriverTable                                                     
    000540cc  AESCTRDRBG_defaultParams                                           
    000540e8  driverTable                                                        
    00054120  ctrlPktLenTable                                                    
    0005413c  NVS_config                                                         
    00054181  devInfoFirmwareRevUUID                                             
    00054183  GPIO_pinUpperBound                                                 
    00054184  PowerCC26X2_config                                                 
    00054198  TRNG_defaultParams                                                 
    000541c0  AESCCM_defaultParams                                               
    000541d0  AESCTR_defaultParams                                               
    000541e0  AESECB_defaultParams                                               
    000541f0  ECDH_defaultParams                                                 
    00054200  GPIO_config                                                        
    00054230  trngDriverTable                                                    
    0005424d  devInfoHardwareRevUUID                                             
    0005424f  NVS_count                                                          
    00054268  RFCC26XX_hwAttrs                                                   
    00054274  devInfoCBs                                                         
    00054280  oadCBs                                                             
    000542b0  gapServiceCBs                                                      
    000542bc  gattServiceCBs                                                     
    000542d2  devInfoMfrNameUUID                                                 
    000542dc  AESCCM_config                                                      
    000542e4  AESCTRDRBG_config                                                  
    000542ec  AESCTR_config                                                      
    000542f4  AESECB_config                                                      
    000542fc  ECDH_config                                                        
    00054304  TRNG_config                                                        
    00054324  rtosApiTable                                                       
    0005432c  ti_sysbios_knl_Idle_funcList                                       
    00054334  gapService                                                         
    0005433c  gattService                                                        
    00054344  txPwrTbl                                                           
    0005434c  appTxPwrTbl                                                        
    00054357  aesccmCC26XXHWAttrs                                                
    00054358  NVS_defaultParams                                                  
    0005435c  ti_sysbios_family_arm_m3_Hwi_disablePriority                       
    00054360  ti_sysbios_family_arm_m3_Hwi_swiTaskKeyAddress                     
    00054364  ti_sysbios_knl_Clock_tickPeriod                                    
    00054368  rfOpLoc                                                            
    0005436c  rfCfgVal                                                           
    00054370  connEvtCutoff                                                      
    00054374  txPowerTable                                                       
    00054378  devInfoModelNumberUUID                                             
    0005437a  devInfoPnpIdUUID                                                   
    0005437c  devInfoSerialNumberUUID                                            
    0005437e  devInfoServUUID                                                    
    00054380  devInfoSoftwareRevUUID                                             
    00054382  devInfoSystemIdUUID                                                
    00054384  primaryServiceUUID                                                 
    00054386  secondaryServiceUUID                                               
    00054388  serviceChangedUUID                                                 
    0005438a  characterUUID                                                      
    0005438c  includeUUID                                                        
    0005438e  clientCharCfgUUID                                                  
    00054390  charUserDescUUID                                                   
    00054392  deviceNameUUID                                                     
    00054394  appearanceUUID                                                     
    00054396  periConnParamUUID                                                  
    00054398  centAddrResUUID                                                    
    0005439a  resPrivAddrOnlyUUID                                                
    0005439c  gapServiceUUID                                                     
    0005439e  gattServiceUUID                                                    
    000543a0  rxPktSuffix                                                        
    000543a2  advPktSuffix                                                       
    000543a4  scanPktSuffix                                                      
    000543a6  initPktSuffix                                                      
    000543a8  maxPktsPerEvt                                                      
    000543aa  advExtPrimLoopOffsetUs                                             
    000543ac  advExtSecLoopOffsetUs                                              
    000543ae  aesctrCC26XXHWAttrs                                                
    000543af  aesctrdrbgXXHWAttrs                                                
    000543b0  aesecbCC26XXHWAttrs                                                
    000543b1  ecdhCC26X2HWAttrs                                                  
    000543b2  tasksCnt                                                           
    000543b3  cryptoMode                                                         
    000543b4  ecdhMode                                                           
    00055200  __TI_Handler_Table_Base                                            
    0005520c  __TI_Handler_Table_Limit                                           
    00055224  __TI_CINIT_Base                                                    
    00055244  __TI_CINIT_Limit                                                   
    00055244  __TI_CINIT_Warm                                                    
    00055244  flashEndAddr                                                       
    00058000  __UNUSED_FLASH_end__                                               
    10007000  __checksum_begin                                                   
    10007001  ROM_BASE_ADDR                                                      
    10007005  llProcessSlaveControlPacket                                        
    10007969  llProcessMasterControlPacket                                       
    100082c1  mMULT                                                              
    10008891  mADD                                                               
    1000898d  mSUB                                                               
    10008a89  mOUT                                                               
    10009325  llProcessMasterControlProcedures                                   
    10009a0d  llProcessSlaveControlProcedures                                    
    1000a031  llProcessExtScanRxFIFO                                             
    1000a571  llInit_TaskConnect                                                 
    1000b471  SCALARMUL_core                                                     
    1000b885  IMPORTOPERAND                                                      
    1000b8c5  ZERO                                                               
    1000b8d1  IMPORTDATA                                                         
    1000b8ed  zMACC32                                                            
    1000b979  zSUB32                                                             
    1000b9cd  SETOPERAND                                                         
    1000b9ed  COPY                                                               
    1000ba02  ll_buildRevision                                                   
    1000ba05  GETBIT                                                             
    1000ba19  GETDIGIT                                                           
    1000ba6d  ATOMICPATTERN                                                      
    1000be7d  JACADD                                                             
    1000c099  SelectReg                                                          
    1000c49d  LE_SetExtAdvParams                                                 
    1000c805  ROM_ECDSA_verif                                                    
    1000cb0d  IMPORTMODULUS                                                      
    1000cb31  mSET                                                               
    1000cc75  mINVK                                                              
    1000cdcd  SQUAREMULTIPLYWORD                                                 
    1000ce2d  INVERT                                                             
    1000cfd5  SCALARMUL_init                                                     
    1000d14d  SAVEPOINT                                                          
    1000d19d  SCALARMUL_final                                                    
    1000d2c9  zADD                                                               
    1000d589  zADD32                                                             
    1000d5e9  SETWORD                                                            
    1000d5f5  GETDIGITL2R                                                        
    1000d66d  EXPORTOPERAND                                                      
    1000d999  llSetupExtInit                                                     
    1000dc69  gapScan_processAdvRptCb                                            
    1000df2d  LL_EnhancedConnectionCompleteCback                                 
    1000e49d  llRealignConn                                                      
    1000f2b1  smResponderSendNextKeyInfo                                         
    1000f4e1  GapScan_enable                                                     
    1000f709  smSavePairInfo                                                     
    1000f92d  llSetupExtScan                                                     
    1000fb45  smInitiatorSendNextKeyInfo                                         
    10010199  GapAdv_create                                                      
    10010381  ROM_ECDSA_sign                                                     
    10010559  SCALARMUL                                                          
    10010739  linkDB_Find                                                        
    10010779  l2capProcessReq                                                    
    10010935  sm_f5                                                              
    10010c99  gattClientProcessMsgCB                                             
    10010e65  gapAdv_controllerCb                                                
    10010ff5  gattServerProcessMsgCB                                             
    10011185  LE_SetExtScanParams                                                
    100114a5  sm_CMAC                                                            
    10011931  gattServApp_ProcessMsg                                             
    10011aa1  LL_AddDeviceToResolvingList                                        
    10011c11  gattServApp_ProcessFindByTypeValueReq                              
    10011d7d  llExtInit_PostProcess                                              
    10012049  LL_ConnectionCompleteCback                                         
    100121a1  l2capReassembleSegment                                             
    100122f9  l2capProcessRsp                                                    
    10012449  gattServApp_ProcessReadMultiReq                                    
    10012591  LL_AdvReportCback                                                  
    10012965  gapInit_connect_internal                                           
    10012aa5  smpResponderProcessPairingRandom                                   
    10012be5  smProcessHCIBLEMetaEventCode                                       
    10012d25  gattProcessFindInfoReq                                             
    10012e59  sm_f6                                                              
    10012f89  llConnCleanup                                                      
    100131d1  LL_SetPhy                                                          
    100132f1  smProcessDataMsg                                                   
    10013411  gattProcessMultiReqs                                               
    10013649  sm_c1                                                              
    10013765  GapAdv_loadByBuffer                                                
    1001387d  gapPairingCompleteCB                                               
    10013995  GapScan_setParam                                                   
    10013bc1  LL_RemoveDeviceFromResolvingList                                   
    10013cd5  LL_StartEncrypt                                                    
    10013de5  smpInitiatorProcessPairingRsp                                      
    10013ef5  llSetupRATChanCompare                                              
    10014001  SM_VerifyAuthenSig                                                 
    1001410d  SM_PasskeyUpdate                                                   
    10014219  GapAdv_destroy                                                     
    10014321  sendAuthEvent                                                      
    10014429  LL_ReadLocalP256PublicKeyCompleteEventCback                        
    10014731  l2capProcessConnectReq                                             
    10014831  l2capFindRemoteCID                                                 
    10014879  sm_c1new                                                           
    10014979  smGenerateAddrInput                                                
    10014a79  smpResponderProcessIncoming                                        
    10014b79  HCI_NumOfCompletedPacketsEvent                                     
    10014c75  sm_f4                                                              
    10014d71  sm_g2                                                              
    10014e6d  smFinishPublicKeyExchange                                          
    10014f69  gapAdv_init                                                        
    10015061  LL_ConnUpdate                                                      
    10015159  WL_AddEntry                                                        
    1001524d  GATT_SendRsp                                                       
    1001542d  LL_RemoteConnParamReqCback                                         
    10015519  LE_AE_SetData                                                      
    10015605  LL_GetAdvSet                                                       
    100156f1  GapAdv_prepareLoadByBuffer                                         
    100157d9  GAP_UpdateLinkParamReqReply                                        
    100158c1  smpParsePairingReq                                                 
    10015a8d  llAlignToNextEvent                                                 
    10015c51  LL_EncLtkReqCback                                                  
    10015e11  smpInitiatorProcessIncoming                                        
    10015ef1  smProcessEncryptChange                                             
    10015fd1  smUpdateEncInfo                                                    
    10016061  smpResponderSendPairRspEvent                                       
    10016141  GAP_Authenticate                                                   
    1001621d  LL_GenerateDHKeyCompleteEventCback                                 
    100162f9  L2CAP_Init                                                         
    100163d5  l2capDisconnectAllChannels                                         
    100164b1  SM_GenerateAuthenSig                                               
    1001658d  gapScan_saveRptAndNotify                                           
    10016665  gattServApp_ProcessPrepareWriteReq                                 
    1001673d  l2capSendSegment                                                   
    100168ed  llSetupExtData                                                     
    100169c5  GapScan_setEventMask                                               
    10016b6d  LL_DataLengthChangeEventCback                                      
    10016d0d  gattServApp_IsWriteLong                                            
    10016dd9  LL_ConnParamUpdateCback                                            
    10017109  generate_subkey                                                    
    100171d5  gapCentProcessSignalEvt                                            
    1001729d  gattProcessReliableWrites                                          
    10017365  attSendMsg                                                         
    100174ed  GapAdv_enable                                                      
    100175ad  gattServApp_SetNumPrepareWrites                                    
    1001766d  HCI_EXT_GetConnInfoCmd                                             
    1001772d  llSetupEncReq                                                      
    100178a9  GATT_RegisterService                                               
    10017965  gattProcessRxData                                                  
    10017a21  HCI_SendCommandCompleteEvent                                       
    10017c55  llSetupPhyCtrlPkt                                                  
    10017d11  llSetupConnParamReq                                                
    10017dc9  llSetupConnParamRsp                                                
    10017e81  SM_ProcessEvent                                                    
    10017f39  GATT_InitClient                                                    
    10017fed  LL_CreateConnCancel                                                
    10018155  llSetupEncRsp                                                      
    10018209  smpBuildPairingReqRsp                                              
    100182bd  GATT_FindNextAttr                                                  
    1001841d  l2capSendReq                                                       
    100184cd  linkDB_Add                                                         
    1001857d  llSetupUpdateParamReq                                              
    100186dd  SM_StartPairing                                                    
    1001878d  smF5Wrapper                                                        
    1001883d  gapScan_sendSessionEndEvt                                          
    100188e9  GATT_ReliableWrites                                                
    10018995  gattProcessWriteLong                                               
    10018a41  LL_RemoteConnParamReqReply                                         
    10018aed  LL_EXT_GetConnInfo                                                 
    10018b99  smpInitiatorProcessPairingPubKey                                   
    10018c45  smGenerateDHKeyCheck                                               
    10018cf1  gattServApp_ProcessReadReq                                         
    10018d99  gattServApp_ProcessReadBlobReq                                     
    10018e41  LL_ClearResolvingList                                              
    10019189  gapProcessConnectionCompleteEvt                                    
    1001922d  HCI_CommandCompleteEvent                                           
    100192d1  l2capProcessRxData                                                 
    10019375  l2capSendConnectRsp                                                
    10019419  llAllocRfMem                                                       
    10019561  smGetECCKeys                                                       
    100196a5  GAP_UpdateLinkParamReq                                             
    10019745  GapScan_getAdvReport                                               
    10019885  gattClientHandleConnStatusCB                                       
    10019925  gattServerHandleConnStatusCB                                       
    100199c5  gattServApp_ProcessWriteReq                                        
    10019a65  LL_DisconnectCback                                                 
    10019b05  llSetupLenCtrlPkt                                                  
    10019ba5  LL_PRIV_UpdateExtWLEntry                                           
    10019c45  WL_RemoveEntry                                                     
    10019ce5  GAP_Bond                                                           
    10019d81  GATT_InitServer                                                    
    10019e1d  LL_ChannelSelectionAlgorithmCback                                  
    10019eb9  l2capEncapSendData                                                 
    10019f55  LL_PRIV_AddExtWLEntry                                              
    10019ff1  RFHAL_BuildRingBuffer                                              
    1001a089  gattReadByType                                                     
    1001a121  LL_AuthPayloadTimeoutExpiredCback                                  
    1001a1b9  L2CAP_ProcessEvent                                                 
    1001a251  l2capSendCmd                                                       
    1001a2e9  l2capNotifyCreditEvt                                               
    1001a381  LL_EXT_SetSCA                                                      
    1001a419  smpResponderProcessPairingConfirm                                  
    1001a4b1  GapAdv_abortLoad                                                   
    1001a545  gattResetClientInfo                                                
    1001a5d9  gattNotifyEvent                                                    
    1001a63d  gattServApp_buildReadByTypeRsp                                     
    1001a6d1  gattServApp_EnqueueReTx                                            
    1001a765  LL_EncChangeCback                                                  
    1001a7f9  LL_SetDataLen                                                      
    1001a88d  LL_EXT_SetBDADDR                                                   
    1001a921  llWriteTxData                                                      
    1001aa49  HCI_HardwareErrorEvent                                             
    1001aad9  LL_EncKeyRefreshCback                                              
    1001ab69  L2CAP_ConnParamUpdateReq                                           
    1001abf9  llProcessTxData                                                    
    1001ac89  llCBTimer_AptoExpiredCback                                         
    1001ad19  LL_PRIV_Init                                                       
    1001ada9  zSUB                                                               
    1001ae39  SM_GetDHKey                                                        
    1001aec9  RFHAL_BuildLinkedBuffer                                            
    1001af55  gattWriteLong                                                      
    1001afe1  GATT_ServiceChangedInd                                             
    1001b06d  GATT_bm_alloc                                                      
    1001b0f9  LL_ReadRemoteUsedFeaturesCompleteCback                             
    1001b185  L2CAP_SendData                                                     
    1001b29d  llSetupUpdateChanReq                                               
    1001b329  llReplaceCtrlPkt                                                   
    1001b3b5  llVerifyConnParamReqParams                                         
    1001b441  llValidateConnParams                                               
    1001b4cd  LL_PRIV_FindPeerInRL                                               
    1001b559  RFHAL_BuildDataEntryRingBuffer                                     
    1001b5e1  gattParseReq                                                       
    1001b669  LL_ReadRemoteVersionInfoCback                                      
    1001b6f1  llSetupVersionIndReq                                               
    1001b779  llGetMinCI                                                         
    1001b801  smpResponderProcessPairingDHKeyCheck                               
    1001b889  GapAdv_setParam                                                    
    1001b90d  gattProcessFindInfo                                                
    1001b991  HCI_EXT_DecryptCmd                                                 
    1001ba15  l2capProcessSignal                                                 
    1001ba99  llSetupFeatureSetReq                                               
    1001bb1d  smOobSCAuthentication                                              
    1001bba1  gapSendDeviceInitDoneEvent                                         
    1001bc21  gapSendPairingReqEvent                                             
    1001bca1  gapPeriProcessSignalEvt                                            
    1001bd21  GAP_GetParamValue                                                  
    1001bd39  GATT_DiscPrimaryServiceByUUID                                      
    1001bdb9  gattProcessReq                                                     
    1001beb9  L2CAP_PsmChannels                                                  
    1001bf39  LL_EncLtkNegReply                                                  
    1001bfb9  llSetupFeatureSetRsp                                               
    1001c039  llEnqueueCtrlPkt                                                   
    1001c0b9  llFragmentPDU                                                      
    1001c139  smInitiatorAuthStageTwo                                            
    1001c1b9  gap_ParamsInit                                                     
    1001c235  gapProcessDisconnectCompleteEvt                                    
    1001c2b1  gattProcessReadByGrpType                                           
    1001c3a9  L2CAP_SendSDU                                                      
    1001c425  l2capParsePacket                                                   
    1001c4a1  l2capNotifyEvent                                                   
    1001c51d  llValidAccessAddr                                                  
    1001c599  LE_RemoveAdvSet                                                    
    1001c615  llTxPwrPoutLU                                                      
    1001c691  llSortActiveConns                                                  
    1001c70d  setupInitiatorKeys                                                 
    1001c789  smFreePairingParams                                                
    1001c805  SM_ResponderInit                                                   
    1001c880  LUTJ                                                               
    1001c8f9  GATT_Indication                                                    
    1001c971  gattServApp_ProcessExecuteWriteReq                                 
    1001c9e9  LL_ReadRssi                                                        
    1001ca61  LL_WriteAuthPayloadTimeout                                         
    1001cad9  LL_AE_RegCBack                                                     
    1001cb51  llSendAdvSetTermEvent                                              
    1001cbc9  llSetupPauseEncRsp                                                 
    1001cc41  llSetupTermInd                                                     
    1001ccb9  LL_PRIV_CheckRLPeerIdEntry                                         
    1001cd31  zMULT32                                                            
    1001cda9  smResponderAuthStageTwo                                            
    1001ce21  smpResponderProcessMasterID                                        
    1001ce99  sendEstLinkEvent                                                   
    1001cf0d  GAP_ProcessEvent                                                   
    1001cf81  HCI_VendorSpecifcCommandCompleteEvent                              
    1001cff5  l2capSendNextSegment                                               
    1001d069  linkDB_Init                                                        
    1001d0dd  llCheckWhiteListUsage                                              
    1001d151  llSetupRejectIndExt                                                
    1001d1c5  LL_AESECB_Init                                                     
    1001d239  WL_FindEntry                                                       
    1001d2ad  smpInitiatorProcessPairingDHKeyCheck                               
    1001d321  smpInitiatorProcessMasterID                                        
    1001d395  gapPasskeyNeededCB                                                 
    1001d405  GATT_FindHandleUUID                                                
    1001d475  HCI_HostNumCompletedPktCmd                                         
    1001d555  HCI_LE_EncryptCmd                                                  
    1001d5c5  L2CAP_ConnectReq                                                   
    1001d635  l2capAllocChannel                                                  
    1001d6a5  LE_ClearAdvSets                                                    
    1001d715  LL_AESCCM_Init                                                     
    1001d785  SM_StartEncryption                                                 
    1001d7f5  ATT_CompareUUID                                                    
    1001d861  llAddTxDataEntry                                                   
    1001d8cd  gattFindByTypeValue                                                
    1001d939  gattProcessFindByTypeValue                                         
    1001d9a5  gattServApp_DequeueReTx                                            
    1001da11  l2capFindNextSegment                                               
    1001da7d  l2capParseInfoRsp                                                  
    1001dae9  LL_ReadRemoteUsedFeatures                                          
    1001db55  LL_PRIV_FindExtWLEntry                                             
    1001dbc1  ATT_ParsePacket                                                    
    1001dc29  GapAdv_getParam                                                    
    1001dcf9  linkDB_GetInfo                                                     
    1001dd51  gattProcessReadLong                                                
    1001de21  LL_ReadRemoteVersionInfo                                           
    1001de89  LL_EXT_SetMaxDataLen                                               
    1001def1  LL_AE_Init                                                         
    1001dfc1  llSetupUnknownRsp                                                  
    1001e029  llDequeueCtrlPkt                                                   
    1001e091  llSetupPingReq                                                     
    1001e0f9  llSetupPingRsp                                                     
    1001e161  smProcessPairingReq                                                
    1001e22d  llMoveTempTxDataEntries                                            
    1001e291  GATT_Notification                                                  
    1001e2f5  HCI_SendControllerToHostEvent                                      
    1001e359  LL_Disconnect                                                      
    1001e421  llSetTxPower                                                       
    1001e485  llSetupStartEncRsp                                                 
    1001e4e9  llSetupPauseEncReq                                                 
    1001e54d  llGetNextDataChanAlgo1                                             
    1001e5b1  ll_eccInit                                                         
    1001e679  smpInitiatorProcessIdentityAddrInfo                                
    1001e6dd  smSendPublicKeys                                                   
    1001e741  smpResponderProcessIdentityAddrInfo                                
    1001e7a5  gapFindADType                                                      
    1001e805  GAP_PasscodeUpdate                                                 
    1001e865  sendTerminateEvent                                                 
    1001e8c5  GAP_SendSlaveSecurityRequest                                       
    1001e925  gap_PeriConnRegister                                               
    1001e985  gapScan_init                                                       
    1001eaa5  l2capNotifySignal                                                  
    1001eb05  l2capNotifySendSduDoneEvt                                          
    1001eb65  l2capGetCoChannelInfo                                              
    1001ebc5  l2capAllocConnChannel                                              
    1001ec85  LL_RemoteConnParamReqNegReply                                      
    1001ece5  LL_ReadPeerResolvableAddress                                       
    1001ed45  LL_SetPrivacyMode                                                  
    1001eda5  llGetNextDataChan                                                  
    1001ee05  llSetCodedMaxTxTime                                                
    1001ee65  ATT_WriteReq                                                       
    1001eec1  llSetupScanDataEntryQueue                                          
    1001ef1d  GapAdv_setEventMask                                                
    1001ef79  GapAdv_getBuffer                                                   
    1001f031  gapScan_processSessionEndEvt                                       
    1001f08d  gattWrite                                                          
    1001f0e9  gattServApp_PrepareWriteQInUse                                     
    1001f145  LL_EXT_PacketErrorRateCback                                        
    1001f1a1  HCI_CommandStatusEvent                                             
    1001f259  l2capNotifyChannelEstEvt                                           
    1001f2b5  LL_ReadSupportedStates                                             
    1001f311  LL_EncLtkReply                                                     
    1001f36d  LL_PRIV_GenerateRPA                                                
    1001f3c9  smSendSMMsg                                                        
    1001f425  gapReadBufSizeCmdStatus                                            
    1001f47d  GAP_SetPrivacyMode                                                 
    1001f4d5  GapInit_setPhyParam                                                
    1001f52d  GAP_Signable                                                       
    1001f585  gattPrepareWriteReq                                                
    1001f5dd  l2capSendFCPkt                                                     
    1001f635  l2capNotifyData                                                    
    1001f73d  llProcessPostRfOps                                                 
    1001f795  llSendReject                                                       
    1001f7ed  WL_SetWlIgnore                                                     
    1001f845  smpResponderProcessSigningInfo                                     
    1001f89d  smProcessOSALMsg                                                   
    1001f8f5  smProcessHCIBLEEventCode                                           
    1001f94d  eccRom_genKeys                                                     
    1001f9a1  GAP_TerminateLinkReq                                               
    1001f9f5  GapScan_setPhyParams                                               
    1001fa9d  gattGetPayload                                                     
    1001faf1  HCI_EXT_BuildRevisionCmd                                           
    1001fb45  hciInitEventMasks                                                  
    1001fb99  L2CAP_FlowCtrlCredit                                               
    1001fbed  l2capSendPkt                                                       
    1001fc41  L2CAP_BuildInfoRsp                                                 
    1001fce9  LL_EXT_PacketErrorRate                                             
    1001fd3d  LL_ENC_AES128_Encrypt                                              
    1001fd91  LL_ENC_AES128_Decrypt                                              
    1001fde5  smpInitiatorProcessEncryptionInformation                           
    1001fe39  smpInitiatorProcessSigningInfo                                     
    1001fe8d  SM_Encrypt                                                         
    1001fee1  sm_d1                                                              
    1001ff35  sm_dm                                                              
    1001ff89  sm_s1                                                              
    1001ffdd  smGeneratePairingReqRsp                                            
    10020031  sm_computeDHKey                                                    
    10020085  smEndPairing                                                       
    100200d9  smpResponderProcessEncryptionInformation                           
    1002012d  SM_GetEccKeys                                                      
    10020181  llGetNextDataChanAlgo2                                             
    100201d5  llGenPrnE                                                          
    10020215  RFHAL_AllocDataEntry                                               
    10020265  GapAdv_disable                                                     
    10020305  gapSendBondCompleteEvent                                           
    100203a5  gattClientHandleTimerCB                                            
    100203f5  gattProcessReadByGrpTypeReq                                        
    10020445  L2CAP_SetControllerToHostFlowCtrl                                  
    10020495  LL_SetDefaultPhy                                                   
    100204e5  llHaltRadio                                                        
    10020535  llSetupRejectInd                                                   
    10020585  LL_PRIV_GenerateNRPA                                               
    100205d5  smSetPairingReqRsp                                                 
    10020625  ATT_ParseFindByTypeValueReq                                        
    10020671  ATT_ConvertUUIDto16                                                
    100206bd  gapSendSignUpdateEvent                                             
    10020709  gapSendSlaveSecurityReqEvent                                       
    10020755  gapSendLinkUpdateEvent                                             
    100207ed  GATT_ExchangeMTU                                                   
    10020839  GATT_ReadMultiCharValues                                           
    10020885  gattFindInfo                                                       
    100208d1  gattRead                                                           
    1002091d  gattReadLong                                                       
    10020969  gattReadByGrpType                                                  
    100209b5  GATT_DeregisterService                                             
    10020a01  HCI_SetControllerToHostFlowCtrlCmd                                 
    10020a4d  HCI_DataBufferOverflowEvent                                        
    10020a99  l2capNotifyChannelTermEvt                                          
    10020ae5  LL_PRIV_Ah                                                         
    10020b31  LL_PRIV_ClearExtWL                                                 
    10020b7d  smEncLTK                                                           
    10020bc9  smNextPairingState                                                 
    10020c15  smUint8ToAuthReq                                                   
    10020c61  ATT_FindInfoRsp                                                    
    10020ca9  ATT_ParseFindInfoRsp                                               
    10020d39  gapFreeAuthLink                                                    
    10020d81  gapScan_discardAdvRptSession                                       
    10020dc9  GATT_FindHandle                                                    
    10020e11  gattServApp_RegisterServiceCBs                                     
    10020e59  HCI_LE_RandCmd                                                     
    10020ea1  HCI_LE_RemoteConnParamReqReplyCmd                                  
    10020ee9  HCI_EXT_SetBDADDRCmd                                               
    10020f31  LL_ReadLocalVersionInfo                                            
    10020f79  LL_ReadTxPowerLevel                                                
    10020fc1  LL_ReadMaxDataLen                                                  
    10021009  llAdv_TaskAbort                                                    
    10021051  llSetupStartEncReq                                                 
    100210e1  llTime2Octets                                                      
    10021129  LL_PRIV_IsResolvable                                               
    10021171  LL_PRIV_UpdateRL                                                   
    100211b9  WL_Clear                                                           
    10021201  WL_ClearIgnoreList                                                 
    10021249  smpInitiatorProcessIdentityInfo                                    
    10021291  smpProcessIncoming                                                 
    100212d9  smpResponderProcessIdentityInfo                                    
    10021321  L2CAP_ParseConnectReq                                              
    10021369  l2capParseConnectRsp                                               
    100213b0  supportedCmdsTable                                                 
    100213f5  ATT_ParseReadByTypeReq                                             
    10021439  gap_PrivacyInit                                                    
    100214c1  gattStoreClientInfo                                                
    10021505  HCI_ResetCmd                                                       
    10021549  HCI_EXT_SetRxGainCmd                                               
    1002158d  HCI_EXT_SetTxPowerCmd                                              
    100215d1  HCI_EXT_ExtendRfRangeCmd                                           
    10021615  L2CAP_PsmInfo                                                      
    10021659  l2capParseCmdReject                                                
    1002169d  l2capAllocPsm                                                      
    100216e1  l2capNumActiveChannnels                                            
    10021725  L2CAP_SendDataPkt                                                  
    100217ad  LL_EXT_ResetSystem                                                 
    100217f1  LL_CountAdvSets                                                    
    10021835  llEndExtScanTask                                                   
    10021879  llEndExtInitTask                                                   
    100218bd  llOctets2Time                                                      
    10021901  llVerifyCodedConnInterval                                          
    10021989  SM_Init                                                            
    100219cd  llProcessChanMap                                                   
    10021a11  ATT_ExchangeMTUReq                                                 
    10021a51  ATT_FindByTypeValueRsp                                             
    10021a91  ATT_ReadByTypeRsp                                                  
    10021ad1  ATT_ReadByGrpTypeRsp                                               
    10021b11  attSendRspMsg                                                      
    10021b51  llCreateRxBuffer                                                   
    10021b91  gap_CentConnRegister                                               
    10021bd1  GapConfig_SetParameter                                             
    10021c51  GAP_PasskeyUpdate                                                  
    10021c91  GapScan_getPhyParams                                               
    10021cd1  GapScan_getParam                                                   
    10021d11  gapProcessConnEvt                                                  
    10021d51  HCI_LE_SetEventMaskCmd                                             
    10021dd1  HCI_EXT_PacketErrorRateCmd                                         
    10021e11  l2capFindRemoteId                                                  
    10021e51  l2capFlowCtrlCredit                                                
    10021e91  linkDB_Remove                                                      
    10021ed1  LL_EnhancedRxTest                                                  
    10021f51  llPendingUpdateParam                                               
    10021f91  LL_PRIV_GenerateRSA                                                
    10021fd1  LL_PRIV_SetupPrivacy                                               
    10022011  smLinkCheck                                                        
    10022051  sm_allocateSCParameters                                            
    100220d1  L2CAP_BuildCmdReject                                               
    10022110  LUTSTATE                                                           
    1002214d  ATT_FindByTypeValueReq                                             
    10022189  ATT_ReadMultiReq                                                   
    100221c5  GAP_GetDevAddress                                                  
    10022201  gapInit_initiatingEnd                                              
    1002223d  gapProcessRemoteConnParamReqEvt                                    
    100222b5  GATT_DiscAllPrimaryServices                                        
    100222f1  GATT_Init                                                          
    1002232d  GATT_ProcessEvent                                                  
    10022369  gattServApp_DeregisterServiceCBs                                   
    100223a5  HCI_ValidConnTimeParams                                            
    1002241d  HCI_ReadRemoteVersionInfoCmd                                       
    10022459  HCI_SetEventMaskCmd                                                
    10022495  HCI_SetEventMaskPage2Cmd                                           
    100224d1  HCI_ReadTransmitPowerLevelCmd                                      
    1002250d  HCI_LE_ReadChannelMapCmd                                           
    10022549  HCI_LE_ReadRemoteUsedFeaturesCmd                                   
    10022585  HCI_LE_ReadSupportedStatesCmd                                      
    100225c1  HCI_LE_ReadMaxDataLenCmd                                           
    100225fd  HCI_LE_ReadPhyCmd                                                  
    10022639  HCI_EXT_ResetSystemCmd                                             
    10022675  HCI_EXT_ReadRandAddrCmd                                            
    100226b1  l2capFreeChannel                                                   
    100226ed  LL_AddWhiteListDevice                                              
    10022729  LL_RemoveWhiteListDevice                                           
    10022765  LL_ReadChanMap                                                     
    100227a1  LL_EXT_SetTxPower                                                  
    100227dd  llGtElevenTransitionsInLsh                                         
    10022819  llEndExtAdvTask                                                    
    10022855  llReleaseAllConnId                                                 
    10022891  smTimedOut                                                         
    100228cd  smSendFailureEvt                                                   
    10022909  smpBuildPairingPublicKey                                           
    10022945  L2CAP_ParseParamUpdateReq                                          
    10022981  smAuthReqToUint8                                                   
    100229bd  ATT_HandleValueCfm                                                 
    100229f5  ATT_UpdateMTU                                                      
    10022a2d  GapScan_discardAdvReportList                                       
    10022a65  GATT_WriteNoRsp                                                    
    10022a9d  GATT_SignedWriteNoRsp                                              
    10022ad5  HCI_HostBufferSizeCmd                                              
    10022b0d  HCI_ReadRssiCmd                                                    
    10022b45  HCI_ReadAuthPayloadTimeoutCmd                                      
    10022b7d  HCI_LE_TestEndCmd                                                  
    10022bb5  HCI_EXT_OnePktPerEvtCmd                                            
    10022bed  L2CAP_DeregisterPsm                                                
    10022c25  l2capHandleConnStatusCB                                            
    10022c5d  l2capFreePendingPkt                                                
    10022c95  linkDB_Update                                                      
    10022ccd  linkDB_PerformFunc                                                 
    10022d3d  LL_ReadAuthPayloadTimeout                                          
    10022d75  LL_ReadLocalResolvableAddress                                      
    10022dad  LL_EnhancedTxTest                                                  
    10022de5  LL_EXT_EndModemTest                                                
    10022e1d  LE_SetAdvSetRandAddr                                               
    10022e8d  llAtLeastTwoChans                                                  
    10022f3d  LL_ENC_LoadKey                                                     
    10022f75  LL_PRIV_CheckRLPeerId                                              
    10022fad  LL_PRIV_SetWLSize                                                  
    1002301d  smGenerateConfirm                                                  
    10023055  smGenerateRandMsg                                                  
    1002308d  smSaveRemotePublicKeys                                             
    100230c5  smSendDHKeyCheck                                                   
    100230fd  smPairingSendMasterID                                              
    10023135  smpParsePairingPublicKey                                           
    100231a5  L2CAP_BuildConnectReq                                              
    100231dd  l2capBuildConnectRsp                                               
    10023215  ATT_PrepareWriteReq                                                
    10023249  ATT_ReadRsp                                                        
    1002327d  ATT_ReadBlobRsp                                                    
    100232b1  ATT_ReadMultiRsp                                                   
    100232e5  ATT_PrepareWriteRsp                                                
    10023319  ATT_HandleValueNoti                                                
    1002334d  ATT_HandleValueInd                                                 
    10023381  ATT_BuildFindByTypeValueReq                                        
    100233b5  ATT_BuildReadByTypeReq                                             
    100233e9  ATT_ConvertUUIDto128                                               
    1002341d  llSetupInitDataEntryQueue                                          
    10023451  RFHAL_FreeNextTxDataEntry                                          
    10023485  eccRom_genSharedSecret                                             
    100234b9  gapAdv_searchForBufferUse                                          
    100234ed  gap_SecParamsInit                                                  
    10023521  gapIncSignCounter                                                  
    10023555  gapInit_sendConnCancelledEvt                                       
    10023589  gapL2capConnParamUpdateReq                                         
    100235bd  GATT_FindIncludedServices                                          
    100235f1  GATT_DiscAllChars                                                  
    10023625  gattGetClientStatus                                                
    10023659  gattProcessFindByTypeValueReq                                      
    1002368d  gattProcessReadByTypeReq                                           
    100236f5  gattGetServerStatus                                                
    10023729  gattServerHandleTimerCB                                            
    1002375d  GATT_AppCompletedMsg                                               
    10023791  HCI_LE_LtkReqReplyCmd                                              
    100237c5  HCI_LE_LtkReqNegReplyCmd                                           
    100237f9  HCI_WriteAuthPayloadTimeoutCmd                                     
    1002382d  HCI_LE_RemoteConnParamReqNegReplyCmd                               
    10023861  HCI_LE_SetDataLenCmd                                               
    10023895  HCI_EXT_ClkDivOnHaltCmd                                            
    100238c9  HCI_EXT_DeclareNvUsageCmd                                          
    100238fd  HCI_EXT_SetLocalSupportedFeaturesCmd                               
    10023931  HCI_EXT_SetFastTxResponseTimeCmd                                   
    10023965  HCI_EXT_SetSlaveLatencyOverrideCmd                                 
    10023999  HCI_EXT_ModemTestTxCmd                                             
    100239cd  HCI_EXT_ModemHopTestTxCmd                                          
    10023a01  HCI_EXT_ModemTestRxCmd                                             
    10023a35  HCI_EXT_EnhancedModemTestTxCmd                                     
    10023a69  HCI_EXT_EnhancedModemHopTestTxCmd                                  
    10023a9d  HCI_EXT_EnhancedModemTestRxCmd                                     
    10023ad1  HCI_EXT_EndModemTestCmd                                            
    10023b05  HCI_EXT_SetSCACmd                                                  
    10023b39  HCI_EXT_SetFreqTuneCmd                                             
    10023b6d  HCI_EXT_SaveFreqTuneCmd                                            
    10023ba1  HCI_EXT_SetMaxDtmTxPowerCmd                                        
    10023bd5  HCI_EXT_MapPmIoPortCmd                                             
    10023c09  HCI_EXT_DisconnectImmedCmd                                         
    10023c3d  HCI_EXT_PERbyChanCmd                                               
    10023c71  HCI_EXT_HaltDuringRfCmd                                            
    10023ca5  HCI_EXT_OverlappedProcessingCmd                                    
    10023cd9  HCI_EXT_NumComplPktsLimitCmd                                       
    10023d0d  HCI_EXT_SetMaxDataLenCmd                                           
    10023d41  HCI_EXT_SetDtmTxPktCntCmd                                          
    10023d75  L2CAP_ConnectRsp                                                   
    10023da9  L2CAP_DisconnectReq                                                
    10023ddd  l2capFindLocalCID                                                  
    10023e11  l2capFindLocalId                                                   
    10023e45  l2capFreeTxSDU                                                     
    10023e79  l2capDisconnectChannel                                             
    10023ee1  LL_ConnActive                                                      
    10023f49  LE_ReadTxPowerCmd                                                  
    10023fb1  llStartDurationTimer                                               
    10023fe5  llGenerateCRC                                                      
    10024019  LL_PRIV_ResolveRPA                                                 
    1002404d  SM_InitiatorInit                                                   
    10024081  smStartRspTimer                                                    
    100240b5  smGenerateRandBuf                                                  
    100240e9  smPairingSendIdentityAddrInfo                                      
    1002411d  smpResponderProcessPairingReq                                      
    10024185  smpBuildMasterID                                                   
    100241b9  smpParseMasterID                                                   
    100241ed  ATT_ParsePrepareWriteRsp                                           
    10024221  llGtSixConsecZerosOrOnes                                           
    10024255  llLtTwoChangesInLastSixBits                                        
    10024289  llGetExtHdrLen                                                     
    100242bd  ATT_ReadByTypeReq                                                  
    100242ed  ATT_ReadByGrpTypeReq                                               
    1002431d  ATT_ParsePrepareWriteReq                                           
    1002434d  ATT_GetMTU                                                         
    1002437d  llCheckRxBuffers                                                   
    100243ad  llSetupAdvDataEntryQueue                                           
    100243dd  RFHAL_NextDataEntryDone                                            
    1002440d  GapInit_getPhyParam                                                
    1002443d  gattFindClientInfo                                                 
    1002449d  gattFindServerInfo                                                 
    100244cd  gattServApp_FindPrepareWriteQ                                      
    100244fd  HCI_ReadLocalSupportedFeaturesCmd                                  
    1002452d  HCI_LE_ReadLocalSupportedFeaturesCmd                               
    1002455d  HCI_LE_SetRandomAddressCmd                                         
    1002458d  HCI_LE_AddWhiteListCmd                                             
    100245bd  HCI_LE_RemoveWhiteListCmd                                          
    100245ed  HCI_LE_ReadSuggestedDefaultDataLenCmd                              
    1002461d  HCI_LE_ReadTxPowerCmd                                              
    1002464d  HCI_LE_ReadRfPathCompCmd                                           
    1002467d  HCI_EXT_DelaySleepCmd                                              
    100246ad  LL_RandCback                                                       
    100246dd  L2CAP_RegisterApp                                                  
    1002470d  L2CAP_ChannelInfo                                                  
    1002473d  l2capFindPsm                                                       
    1002476d  l2capHandleTimerCB                                                 
    1002479d  LL_PseudoRand                                                      
    100247cd  LL_ReadLocalSupportedFeatures                                      
    100247fd  LL_ReadAdvChanTxPower                                              
    1002482d  LL_ReadDefaultDataLen                                              
    1002485d  LL_EXT_NumComplPktsLimit                                           
    100248bd  llGtTwentyFourTransitions                                          
    100248ed  llEqAlreadyValidAddr                                               
    1002491d  llLtThreeOnesInLsb                                                 
    1002494d  LL_ENC_Init                                                        
    100249ad  llCalcScaFactor                                                    
    100249dd  WL_Init                                                            
    10024a0d  GAP_TerminateAuth                                                  
    10024a39  gapUpdateConnSignCounter                                           
    10024a65  disconnectNext                                                     
    10024a91  gapScan_processErrorCb                                             
    10024abd  GATT_RequestNextTransaction                                        
    10024ae9  gattSendFlowCtrlEvt                                                
    10024b15  HCI_ReadBDADDRCmd                                                  
    10024b41  HCI_LE_ReadAdvChanTxPowerCmd                                       
    10024b6d  HCI_LE_ReadWhiteListSizeCmd                                        
    10024b99  HCI_LE_ConnUpdateCmd                                               
    10024bc5  HCI_LE_ReadResolvingListSizeCmd                                    
    10024bf1  HCI_LE_ReadPeerResolvableAddressCmd                                
    10024c1d  HCI_LE_ReadLocalResolvableAddressCmd                               
    10024c49  HCI_LE_TransmitterTestCmd                                          
    10024c75  HCI_LE_ReceiverTestCmd                                             
    10024ccd  LL_EXT_SetRxGainCback                                              
    10024cf9  LL_EXT_SetTxPowerCback                                             
    10024d25  LL_EXT_ExtendRfRangeCback                                          
    10024d51  HCI_SendCommandStatusEvent                                         
    10024d7d  LL_DirectTestEndDoneCback                                          
    10024da9  l2capBuildParamUpdateReq                                           
    10024dd5  linkDB_State                                                       
    10024e01  LL_EXT_PERbyChan                                                   
    10024e2d  LL_EXT_BuildRevision                                               
    10024e59  LL_PRIV_NumberPeerRLEntries                                        
    10024e85  LL_PRIV_TeardownPrivacy                                            
    10024eb1  LL_PRIV_ClearAllPrivIgn                                            
    10024edd  WL_GetNumFreeEntries                                               
    10024f09  smSendFailAndEnd                                                   
    10024f35  smDetermineKeySize                                                 
    10024f61  smpBuildPairingConfirm                                             
    10024f8d  smpBuildPairingRandom                                              
    10024fb9  smpBuildEncInfo                                                    
    10024fe5  smpBuildIdentityInfo                                               
    10025011  smpBuildIdentityAddrInfo                                           
    1002503d  smpParseIdentityAddrInfo                                           
    10025069  smpBuildSigningInfo                                                
    10025095  smpBuildPairingDHKeyCheck                                          
    100250c1  ATT_ParseReadByTypeRsp                                             
    100250ed  ATT_ParseWriteReq                                                  
    10025119  ATT_ParseReadByGrpTypeRsp                                          
    10025145  ATT_ExchangeMTURsp                                                 
    1002516d  GAP_Init                                                           
    10025195  HCI_LE_CreateConnCancelCmd                                         
    100251bd  HCI_LE_ClearWhiteListCmd                                           
    1002520d  HCI_LE_WriteSuggestedDefaultDataLenCmd                             
    10025235  HCI_LE_AddDeviceToResolvingListCmd                                 
    1002525d  HCI_LE_RemoveDeviceFromResolvingListCmd                            
    10025285  HCI_LE_ClearResolvingListCmd                                       
    100252ad  HCI_LE_SetAddressResolutionEnableCmd                               
    100252d5  HCI_LE_SetResolvablePrivateAddressTimeoutCmd                       
    100252fd  HCI_LE_SetPrivacyModeCmd                                           
    10025325  HCI_LE_GenerateDHKeyCmd                                            
    1002534d  HCI_LE_SetDefaultPhyCmd                                            
    10025375  HCI_LE_EnhancedRxTestCmd                                           
    1002539d  HCI_LE_EnhancedTxTestCmd                                           
    100253c5  L2CAP_InfoReq                                                      
    100253ed  l2capStoreFCPkt                                                    
    10025415  L2CAP_bm_alloc                                                     
    1002543d  linkDB_Register                                                    
    10025465  linkDB_updateConnParam                                             
    1002548d  linkDB_UpdateMTU                                                   
    100254b5  LL_TX_bm_alloc                                                     
    100254dd  LL_RX_bm_alloc                                                     
    10025505  LL_ClearWhiteList                                                  
    10025555  LL_EXT_SetSlaveLatencyOverride                                     
    1002557d  llEqualBytes                                                       
    100255a5  llReverseBits                                                      
    100255cd  llEventInRange                                                     
    100255f5  WL_ClearEntry                                                      
    1002561d  smStopRspTimer                                                     
    10025645  smIncrementEccKeyRecycleCount                                      
    1002566d  smpParsePairingConfirm                                             
    10025695  smpParsePairingRandom                                              
    100256bd  smpParseEncInfo                                                    
    100256e5  smpParseIdentityInfo                                               
    1002570d  smpParseSigningInfo                                                
    10025735  smpBuildSecurityReq                                                
    1002575d  smpParseSecurityReq                                                
    100257ad  ATT_ParseHandleValueInd                                            
    100257d4  NIST_Curve_P256_p                                                  
    100257f8  NIST_Curve_P256_r                                                  
    1002581c  NIST_Curve_P256_a                                                  
    10025840  NIST_Curve_P256_b                                                  
    10025864  NIST_Curve_P256_Gx                                                 
    10025888  NIST_Curve_P256_Gy                                                 
    100258ad  gapClrState                                                        
    100258d1  gattClientNotifyTxCB                                               
    100258f5  gattServerNotifyTxCB                                               
    10025919  gattStopTimer                                                      
    1002593d  GATT_NotifyEvent                                                   
    10025961  HCI_LE_ReadLocalP256PublicKeyCmd                                   
    10025985  L2CAP_HostNumCompletedPkts                                         
    100259a9  l2capStartTimer                                                    
    100259cd  linkDB_reportStatusChange                                          
    100259f1  LL_ReadBDADDR                                                      
    10025a15  LL_Encrypt                                                         
    10025a39  LL_EXT_OnePacketPerEvent                                           
    10025a5d  LL_EXT_Decrypt                                                     
    10025a81  LL_EXT_SetMaxDtmTxPower                                            
    10025aa5  LL_EXT_ReadRandomAddress                                           
    10025ac9  smpParsePairingDHKeyCheck                                          
    10025aed  ATT_ParseFindInfoReq                                               
    10025b11  ATT_ParseReadBlobReq                                               
    10025b35  l2capParseDisconnectReq                                            
    10025b59  l2capParseDisconnectRsp                                            
    10025b7d  L2CAP_ParseFlowCtrlCredit                                          
    10025ba1  LL_ENC_GenerateNonce                                               
    10025bc5  llCheckForLstoDuringSL                                             
    10025c28  gapInitPhyParamRange                                               
    10025c48  gapScanParamLookup                                                 
    10025c69  ATT_FindInfoReq                                                    
    10025c89  ATT_ReadReq                                                        
    10025ca9  ATT_ReadBlobReq                                                    
    10025cc9  ATT_ExecuteWriteReq                                                
    10025ce9  ATT_ErrorRsp                                                       
    10025d09  ATT_ParseFindByTypeValueRsp                                        
    10025d29  ATT_ParseReadMultiReq                                              
    10025d49  RFHAL_AllocDataEntryQueue                                          
    10025d69  gapAdv_processRemoveSetEvt                                         
    10025d89  gapCentProcessConnUpdateCompleteEvt                                
    10025da9  GapInit_cancelConnect                                              
    10025dc9  GATT_DiscAllCharDescs                                              
    10025de9  gattServiceLastHandle                                              
    10025e09  gattStoreServerInfo                                                
    10025e29  GATT_bm_free                                                       
    10025e49  HCI_DisconnectCmd                                                  
    10025e69  HCI_ReadLocalSupportedCommandsCmd                                  
    10025e89  HCI_LE_StartEncyptCmd                                              
    10025ea9  HCI_EXT_EnablePTMCmd                                               
    10025ec9  L2CAP_CmdReject                                                    
    10025ee9  L2CAP_ConnParamUpdateRsp                                           
    10025f09  L2CAP_RegisterFlowCtrlTask                                         
    10025f29  LL_ReadWlSize                                                      
    10025f49  LL_NumEmptyWlEntries                                               
    10025f69  llExtAdvCBack                                                      
    10025fa9  llGetTxPower                                                       
    10025fc9  llConvertLstoToEvent                                               
    10025fe9  llGetSlowestPhy                                                    
    10026029  smStartEncryption                                                  
    10026049  ATT_ParseErrorRsp                                                  
    10026069  LL_ENC_ReverseBytes                                                
    10026089  smpParsePairingFailed                                              
    100260a8  IOCapMatrix                                                        
    100260c5  ATT_WriteRsp                                                       
    100260e1  ATT_ExecuteWriteRsp                                                
    100260fd  ATT_BuildPrepareWriteReq                                           
    10026119  ATT_BuildPrepareWriteRsp                                           
    10026135  GapInit_connect                                                    
    10026151  GapInit_connectWl                                                  
    1002616d  gapConnEvtNoticeCB                                                 
    10026189  GapScan_registerCb                                                 
    100261a5  gattClientStartTimer                                               
    100261c1  GATT_ServiceEncKeySize                                             
    100261dd  gattFindService                                                    
    100261f9  gattResetServerInfo                                                
    10026215  gattServerStartTimer                                               
    10026231  GATT_SetHostToAppFlowCtrl                                          
    1002624d  l2capStopTimer                                                     
    10026269  llCheckCBack                                                       
    10026285  llConvertCtrlProcTimeoutToEvent                                    
    100262bd  WL_GetSize                                                         
    100262d9  smEncrypt                                                          
    100262f5  padding                                                            
    10026311  smPairingSendEncInfo                                               
    1002632d  smPairingSendIdentityInfo                                          
    10026349  smPairingSendSigningInfo                                           
    10026365  SM_GetScConfirmOob                                                 
    10026381  smpBuildPairingReq                                                 
    1002639d  smpBuildPairingRsp                                                 
    100263b9  ATT_BuildFindInfoRsp                                               
    100263d4  gapAdvParamLookup                                                  
    1002641c  LUTOPSIGN                                                          
    10026434  LUTC                                                               
    1002644c  LUTSE                                                              
    10026464  LUTINCI                                                            
    1002647d  ATT_ParseExchangeMTUReq                                            
    10026495  ATT_BuildFindInfoReq                                               
    100264ad  ATT_ParseReadReq                                                   
    100264c5  ATT_BuildReadBlobReq                                               
    100264dd  llPatchCM0                                                         
    100264f5  gapValidADType                                                     
    10026525  GATT_DiscCharsByUUID                                               
    1002653d  GATT_ReadUsingCharUUID                                             
    10026555  GATT_ServiceNumAttrs                                               
    1002656d  gattProcessOSALMsg                                                 
    10026585  gattStartTimer                                                     
    1002659d  gattServApp_FindServiceCBs                                         
    100265b5  gattServApp_FindReadAttrCB                                         
    100265cd  gattServApp_FindWriteAttrCB                                        
    100265e5  gattServApp_FindAuthorizeAttrCB                                    
    100265fd  l2capBuildDisconnectReq                                            
    10026615  l2capBuildDisconnectRsp                                            
    1002662d  l2capBuildFlowCtrlCredit                                           
    10026645  linkDB_Role                                                        
    1002665d  linkDB_MTU                                                         
    10026675  LL_CtrlToHostFlowControl                                           
    1002668d  LL_EXT_SetFastTxResponseTime                                       
    100266a5  llOneBitSynchWordDiffer                                            
    100266d5  llMemCopySrc                                                       
    100266ed  LL_ENC_GenDeviceIV                                                 
    10026705  LL_PRIV_IsZeroIRK                                                  
    1002671d  leftshift_onebit                                                   
    10026735  smpBuildPairingFailed                                              
    1002674d  smpBuildKeypressNoti                                               
    10026765  ATT_BuildErrorRsp                                                  
    1002677d  ATT_ParseExchangeMTURsp                                            
    10026795  l2capParseParamUpdateRsp                                           
    100267ad  L2CAP_ParseInfoReq                                                 
    100267c5  llMemCopyDst                                                       
    100267dd  LL_PRIV_IsRPA                                                      
    100267f5  LL_PRIV_IsNRPA                                                     
    1002680d  LL_PRIV_IsIDA                                                      
    10026825  sm_xor                                                             
    1002683d  GATT_ReadCharValue                                                 
    10026851  GATT_ReadLongCharValue                                             
    10026865  GATT_WriteCharValue                                                
    10026879  GATT_WriteLongCharValue                                            
    1002688d  GATT_ReadCharDesc                                                  
    100268a1  GATT_ReadLongCharDesc                                              
    100268b5  GATT_WriteCharDesc                                                 
    100268c9  GATT_WriteLongCharDesc                                             
    100268dd  L2CAP_SetBufSize                                                   
    100268f1  l2capParseSignalHdr                                                
    10026905  l2capBuildSignalHdr                                                
    10026919  LL_ReadResolvingListSize                                           
    1002692d  LE_ReadRfPathCompCmd                                               
    10026941  llEqSynchWord                                                      
    10026955  LL_ENC_GenDeviceSKD                                                
    10026969  smEncryptLocal                                                     
    1002697d  xor_128                                                            
    100269a5  smpParseKeypressNoti                                               
    100269b9  ATT_BuildWriteReq                                                  
    100269cd  ATT_ParseExecuteWriteReq                                           
    100269e1  ATT_BuildHandleValueInd                                            
    100269f4  btBaseUUID                                                         
    10026a14  SCA                                                                
    10026a24  const_Rb                                                           
    10026a45  ATT_BuildReadByTypeRsp                                             
    10026a55  ATT_BuildReadByGrpTypeRsp                                          
    10026a65  GAP_GetSRK                                                         
    10026a75  gapIsAdvertising                                                   
    10026a85  gapIsScanning                                                      
    10026a95  gapIsInitiating                                                    
    10026aa5  gapSetState                                                        
    10026ab5  GAP_isPairing                                                      
    10026ac5  GAP_NumActiveConnections                                           
    10026ad5  HCI_bm_alloc                                                       
    10026ae5  L2CAP_SetUserConfig                                                
    10026af5  l2capHandleRxError                                                 
    10026b05  LL_Rand                                                            
    10026b15  LL_GetNumActiveConns                                               
    10026b25  LL_EXT_SetDtmTxPktCnt                                              
    10026b65  llHardwareError                                                    
    10026b75  llTaskError                                                        
    10026b85  llGetCurrentTime                                                   
    10026b95  ATT_BuildExchangeMTUReq                                            
    10026ba5  ATT_BuildExchangeMTURsp                                            
    10026bb5  ATT_BuildReadReq                                                   
    10026bc5  L2CAP_BuildParamUpdateRsp                                          
    10026bd5  l2capBuildInfoReq                                                  
    10026be5  LL_EXT_SetRxGain                                                   
    10026bf4  advEvt2Cmd                                                         
    10026c0c  gapRptFldOffset                                                    
    10026c18  gapRptFldSize                                                      
    10026c25  ATT_RegisterClient                                                 
    10026c31  ATT_RegisterServer                                                 
    10026c3d  ATT_ParseReadRsp                                                   
    10026c49  ATT_ParseReadBlobRsp                                               
    10026c55  ATT_ParseReadMultiRsp                                              
    10026c61  RFHAL_InitDataQueue                                                
    10026c6d  RFHAL_FreeDataEntryQueue                                           
    10026c79  RFHAL_FreeDataEntry                                                
    10026c85  ECC_allocWorkzone                                                  
    10026c91  ECC_setWin                                                         
    10026c9d  gapGetSignCounter                                                  
    10026ca9  gapGetState                                                        
    10026cb5  gapGetDevAddressMode                                               
    10026cc1  gapRegisterCentralConn                                             
    10026ccd  gapRegisterPeripheralConn                                          
    10026cd9  GAP_RegisterForMsgs                                                
    10026ce5  GAP_RegisterBondMgrCBs                                             
    10026cf1  GATT_RegisterForInd                                                
    10026cfd  GATT_RegisterForReq                                                
    10026d09  GATT_GetNextHandle                                                 
    10026d15  gattRegisterServer                                                 
    10026d21  gattRegisterClient                                                 
    10026d2d  GATT_RegisterForMsgs                                               
    10026d39  L2CAP_GetMTU                                                       
    10026d45  l2capRegisterATTReTxTask                                           
    10026d51  linkDB_NumConns                                                    
    10026d5d  linkDB_SecurityModeSCOnly                                          
    10026d69  LE_ReadMaxAdvDataLen                                               
    10026d75  LE_ReadNumSupportedAdvSets                                         
    10026d8d  zSET                                                               
    10026d99  smRegisterInitiator                                                
    10026da5  smRegisterResponder                                                
    10026db1  SM_RegisterTask                                                    
    10026dbd  __exit                                                             
    10026dc9  ATT_ParseWriteRsp                                                  
    10026dd5  ATT_ParseExecuteWriteRsp                                           
    10026de1  ATT_ParseHandleValueCfm                                            
    10026ded  llEventDelta                                                       
    10026df8  advEvt2State                                                       
    10026e00  invalidBleAddr                                                     
    10026e08  LUTOPCODE                                                          
    10026e19  ATT_BuildFindByTypeValueRsp                                        
    10026e21  ATT_BuildReadMultiReq                                              
    10026e29  ATT_BuildExecuteWriteReq                                           
    10026e31  GAP_GetIRK                                                         
    10026e39  gapGetSRK                                                          
    10026e41  llTimeDelta                                                        
    10026e49  gapHost2CtrlOwnAddrType                                            
    10026e50  advChan                                                            
    10026e55  ATT_BuildReadRsp                                                   
    10026e59  ATT_BuildReadBlobRsp                                               
    10026e5d  ATT_BuildReadMultiRsp                                              
    10026e61  ATT_GetParamValue                                                  
    10026e65  RFHAL_GetNextDataEntry                                             
    10026e69  RFHAL_GetTempDataEntry                                             
    10026e6d  gattProcessExchangeMTUReq                                          
    10026e71  gattProcessExecuteWriteReq                                         
    10026e75  HCI_LE_SetAdvParamCmd                                              
    10026e79  HCI_LE_SetAdvDataCmd                                               
    10026e7d  HCI_LE_SetScanRspDataCmd                                           
    10026e81  HCI_LE_SetAdvEnableCmd                                             
    10026e85  HCI_LE_SetScanParamCmd                                             
    10026e89  HCI_LE_SetScanEnableCmd                                            
    10026e8d  HCI_LE_CreateConnCmd                                               
    10026e91  L2CAP_GetParamValue                                                
    10026e95  LL_EXT_ClkDivOnHalt                                                
    10026e99  LL_EXT_DeclareNvUsage                                              
    10026e9d  LL_EXT_SetFreqTune                                                 
    10026ea1  LL_EXT_SaveFreqTune                                                
    10026ea5  LL_EXT_MapPmIoPort                                                 
    10026ea9  LL_EXT_ExtendRfRange                                               
    10026ead  LL_EXT_HaltDuringRf                                                
    10026eb1  LL_EXT_OverlappedProcessing                                        
    10026eb5  IMPORTLENGTH                                                       
    10026eb9  ATT_SetParamValue                                                  
    10026ebd  llRatChanCBack_A                                                   
    10026ec1  llRatChanCBack_B                                                   
    10026ec5  llRatChanCBack_C                                                   
    10026ec9  llRatChanCBack_D                                                   
    10026ecd  L2CAP_SetParamValue                                                
    10026ed1  LL_SetAdvSetsControl                                               
    10026ed5  llResetRadio                                                       
    10026fac  romRev                                                             
    10026fad  __checksum_end                                                     
    10026fae  __checksum                                                         
    20000000  __UNUSED_SRAM_start__                                              
    20000000  ti_sysbios_family_arm_m3_Hwi_ramVectors                            
    2000012c  ECC_DATA$$Base                                                     
    2000012c  eccRom_param_Gx                                                    
    20000130  eccRom_param_Gy                                                    
    20000134  eccRom_workzone                                                    
    20000138  eccRom_param_p                                                     
    2000013c  eccRom_param_r                                                     
    20000140  eccRom_param_a                                                     
    20000144  eccRom_param_b                                                     
    20000148  eccRom_windowSize                                                  
    2000014c  aux64                                                              
    20000154  MOD                                                                
    20000158  LEN                                                                
    2000015c  inScalar                                                           
    20000160  inPointX                                                           
    20000164  inPointY                                                           
    20000168  outPointX                                                          
    2000016c  outPointY                                                          
    20000170  SCAL                                                               
    20000174  EXPX                                                               
    20000178  EXPY                                                               
    2000017c  EXPZ                                                               
    20000180  EXPW                                                               
    20000184  ACCX                                                               
    20000188  ACCY                                                               
    2000018c  ACCZ                                                               
    20000190  TMP1                                                               
    20000194  TMP2                                                               
    20000198  TMP3                                                               
    2000019c  TMP4                                                               
    200001a0  TMP5                                                               
    200001a4  TMP6                                                               
    200001a8  MSBMOD                                                             
    200001ac  ECC_DATA$$Limit                                                    
    200001ac  RAM_BASE_ADDR                                                      
    200001b8  ROM_FlashJT                                                        
    200001bc  gapConfig_IRK                                                      
    200001cc  gapParameters                                                      
    200001e0  gapInitPhyParam                                                    
    20000210  gapScanEvtMask                                                     
    20000214  gapScanPhyParams                                                   
    20000220  gapScanParams                                                      
    20000248  smInitiatorCBs                                                     
    20000258  slaveConnHandle                                                    
    2000025a  nextHandle                                                         
    2000025c  l2capMtuSize                                                       
    2000025e  l2capUserConfig                                                    
    20000260  maxExtAdvDataLen                                                   
    20000262  smRspWaitingConnHandle                                             
    20000264  updateHandle                                                       
    20000265  gapInitCreateConnCmdSize                                           
    20000266  gapInitPhyParamsSize                                               
    20000267  gapScanSetParamsCmdSize                                            
    20000268  gapScanPhyParamSize                                                
    20000269  gapScanEnableCmdSize                                               
    2000026a  gapScanAdvRptFragSize                                              
    2000026b  gapScanEvtAdvRptSize                                               
    2000026c  gapScanEvtEndSize                                                  
    2000026d  gapScanAdvRptSessionSize                                           
    2000026e  gapScanSessionEndEventSize                                         
    2000026f  gapUnwantedTaskID                                                  
    20000270  indTaskId                                                          
    20000271  reqTaskId                                                          
    20000272  gattAppTaskID                                                      
    20000273  appTaskID                                                          
    20000274  serviceChangedCharProps                                            
    20000275  flowCtrlTaskId                                                     
    20000276  flowCtrlFwdTaskId                                                  
    20000277  maxSupportedAdvSets                                                
    20000278  aeSlaveSCA                                                         
    20000279  SM_appTaskID                                                       
    2000027c  scanDataEntry                                                      
    200006cc  initDataEntry                                                      
    200007e0  connReqData                                                        
    200008f0  aeCBackTbl                                                         
    20000934  localEccKeys                                                       
    20000978  localPubKeyMaterial                                                
    200009b8  aeCreateConn                                                       
    200009f4  advDataEntry                                                       
    20000a2c  l2capFixedChannels                                                 
    20000a5c  linkCBs                                                            
    20000a8c  extScanParam                                                       
    20000abc  extInitParam                                                       
    20000aec  rfSetup                                                            
    20000b10  operationCCM                                                       
    20000b34  adiList                                                            
    20000b54  localPrivKeyMaterial                                               
    20000b74  enckey                                                             
    20000b94  trxTestCmd                                                         
    20000bb0  txModemTestCmd                                                     
    20000bcc  gapParams                                                          
    20000be8  extScanCmd                                                         
    20000c04  extInitCmd                                                         
    20000c20  rxModemTestCmd                                                     
    20000c38  rsp                                                                
    20000c50  fwParDtmCmd                                                        
    20000c68  extScanOutput                                                      
    20000c80  extInitOutput                                                      
    20000c98  connOutput                                                         
    20000cac  rxTestParam                                                        
    20000cc0  deviceFeatureSet                                                   
    20000cd4  initDataQueue                                                      
    20000ce4  scanDataQueue                                                      
    20000cf4  advDataQueue                                                       
    20000d04  txTestParam                                                        
    20000d14  gapConfig_SRK                                                      
    20000d24  aeScanParams                                                       
    20000d34  localPrivateKey                                                    
    20000d44  localPublicKey                                                     
    20000d54  remotePublicKey                                                    
    20000d64  sharedSecret                                                       
    20000d74  symmetricKey                                                       
    20000d84  eccParams                                                          
    20000d94  operationComputeSharedSecret                                       
    20000da4  encParamsCCM                                                       
    20000db4  encParamsECB                                                       
    20000dc4  operationECB                                                       
    20000dd4  cryptoKey                                                          
    20000de4  rxTestOut                                                          
    20000df0  operationGeneratePublicKey                                         
    20000dfc  cachedTRNGdata                                                     
    20000e08  gapCurrentRandomAddr                                               
    20000e10  slaveUpdateReq                                                     
    20000e18  gattReTxList                                                       
    20000e20  pBleEvtMask                                                        
    20000e28  pHciEvtMask                                                        
    20000e30  pHciEvtMask2                                                       
    20000e38  aeScanEnable                                                       
    20000e40  ownPublicAddr                                                      
    20000e48  ownRandomAddr                                                      
    20000e50  ownSavedPublicAddr                                                 
    20000e58  fwImmedCmd                                                         
    20000e60  rfEvent                                                            
    20000e68  fwParCmd                                                           
    20000e70  verInfo                                                            
    20000e78  llConns                                                            
    20000e80  llConnEvtNotice                                                    
    20000e88  privInfo                                                           
    20000e90  attClientNotifyTxCB                                                
    20000e94  attServerNotifyTxCB                                                
    20000e98  linkCmd                                                            
    20000e9c  linkParam                                                          
    20000ea0  rxDataQ                                                            
    20000ea4  txDataQ                                                            
    20000ea8  rxRingBuf                                                          
    20000eac  txTestOut                                                          
    20000eb0  pGapAdvHostInfo                                                    
    20000eb4  pGapCentralConnCBs                                                 
    20000eb8  pGapInitCreateConnCmd                                              
    20000ebc  pAuthLink                                                          
    20000ec0  pfnCentralConnCBs                                                  
    20000ec4  pfnPeripheralConnCBs                                               
    20000ec8  connEvtCB                                                          
    20000ecc  pGapPeripheralConnCBs                                              
    20000ed0  pGapScanSession                                                    
    20000ed4  pGapScanSetParamsCmd                                               
    20000ed8  pGapScanSetEnableCmd                                               
    20000edc  pGapScanAdvRptList                                                 
    20000ee0  gapScanUarg                                                        
    20000ee4  gapScan_appEvtProcess                                              
    20000ee8  pfnBondMgrCBs                                                      
    20000eec  clientInfoTbl                                                      
    20000ef0  serverInfoTbl                                                      
    20000ef4  pServiceList                                                       
    20000ef8  pfnServerProcessMsgCB                                              
    20000efc  pfnClientProcessMsgCB                                              
    20000f00  prepareWritesTbl                                                   
    20000f04  serviceCBsList                                                     
    20000f08  pAttrValue                                                         
    20000f0c  indCharCfg                                                         
    20000f10  l2capChannels                                                      
    20000f14  l2capPsm                                                           
    20000f18  linkDB                                                             
    20000f1c  rfHandle                                                           
    20000f20  rfDrvTblPtr                                                        
    20000f24  eccDrvTblPtr                                                       
    20000f28  cryptoDrvTblPtr                                                    
    20000f2c  trngDrvTblPtr                                                      
    20000f30  rtosApiTblPtr                                                      
    20000f34  activeConns                                                        
    20000f38  SysBootMsg                                                         
    20000f3c  sclkSrc                                                            
    20000f40  pRfPathComp                                                        
    20000f44  dtmInfo                                                            
    20000f48  taskEndAction                                                      
    20000f4c  advSetList                                                         
    20000f50  extScanInfo                                                        
    20000f54  extInitInfo                                                        
    20000f58  ecdhHandle                                                         
    20000f5c  operationResult                                                    
    20000f60  encHandleCCM                                                       
    20000f64  encHandleECB                                                       
    20000f68  resolvingList                                                      
    20000f6c  wlTable                                                            
    20000f70  wlTableScan                                                        
    20000f74  pPairingParams                                                     
    20000f78  pfnResponderCBs                                                    
    20000f7c  pfnInitiatorCBs                                                    
    20000f80  pSmResponderCBs                                                    
    20000f84  attrLen                                                            
    20000f86  numHostBufs                                                        
    20000f88  rfCmdHandle                                                        
    20000f8a  connInitialMaxTxOctets                                             
    20000f8c  connInitialMaxTxTime                                               
    20000f8e  connInitialMaxTxTimeUncoded                                        
    20000f90  connInitialMaxTxTimeCoded                                          
    20000f92  supportedMaxTxOctets                                               
    20000f94  supportedMaxTxTime                                                 
    20000f96  supportedMaxRxOctets                                               
    20000f98  supportedMaxRxTime                                                 
    20000f9a  taskEndStatus                                                      
    20000f9c  postRfOperations                                                   
    20000f9e  buildInfo                                                          
    20000fa0  rfCfgAdiVal                                                        
    20000fa4  att_sendRspOnly                                                    
    20000fa5  advCount                                                           
    20000fa6  updateState                                                        
    20000fa7  advInit                                                            
    20000fa8  gapProfileRole                                                     
    20000fa9  gapDeviceAddrMode                                                  
    20000faa  gapState                                                           
    20000fab  terminateReason                                                    
    20000fac  gapScanMaxNumReport                                                
    20000fad  gapScanEndReason                                                   
    20000fae  gapScanPackedAdvRptSize                                            
    20000faf  fltPduTypeWanted                                                   
    20000fb0  fltPduTypeMask                                                     
    20000fb1  gapTaskID                                                          
    20000fb2  gattNumConns                                                       
    20000fb3  gattTaskID                                                         
    20000fb4  GATTServApp_TaskID                                                 
    20000fb5  maxNumPrepareWrites                                                
    20000fb6  hciPTMenabled                                                      
    20000fb7  ctrlToHostEnable                                                   
    20000fb8  l2capFlowCtrlMode                                                  
    20000fb9  l2capTaskID                                                        
    20000fba  l2capNumChannels                                                   
    20000fbb  l2capNumDataPkts                                                   
    20000fbc  l2capNumPSM                                                        
    20000fbd  l2capNumCoChannels                                                 
    20000fbe  l2cap_gattServAppTaskID                                            
    20000fbf  l2capId                                                            
    20000fc1  linkDBNumConns                                                     
    20000fc2  linkDB_secureConnectionOnlyMode                                    
    20000fc3  maxPduSize                                                         
    20000fc4  rfFeModeBias                                                       
    20000fc5  defaultPhy                                                         
    20000fc6  maxNumTxDataBufs                                                   
    20000fc7  LL_TaskID                                                          
    20000fc8  llState                                                            
    20000fc9  rssiCorrection                                                     
    20000fca  curTxPowerVal                                                      
    20000fcb  maxTxPwrForDTM                                                     
    20000fcc  onePktPerEvt                                                       
    20000fcd  numComplPkts                                                       
    20000fce  numComplPktsLimit                                                  
    20000fcf  numComplPktsFlush                                                  
    20000fd0  fastTxRespTime                                                     
    20000fd1  slOverride                                                         
    20000fd2  rxFifoFlowCtrl                                                     
    20000fd3  numTxDataBufs                                                      
    20000fd4  maxNumConns                                                        
    20000fd5  aeCurHandle                                                        
    20000fd6  aeCurAdvEnableHandle                                               
    20000fd7  aeCurConnHandle                                                    
    20000fd8  extScanIndex                                                       
    20000fd9  extInitIndex                                                       
    20000fda  scanState                                                          
    20000fdb  lastPrimPhy                                                        
    20000fdc  lastScanRsp                                                        
    20000fdd  smTaskID                                                           
    20000fde  SM_appExpectingKey                                                 
    20001830  PowerCC26X2_module                                                 
    20001830  ramStartHere                                                       
    20001c98  gapAttrTbl                                                         
    20001d48  gpioPinConfigs                                                     
    20001dc4  ICall_dispatcher                                                   
    20001e42  bleUserCfg_maxPduSize                                              
    20001f28  BIOS_Module_state                                                  
    20001f54  ti_sysbios_family_arm_m3_Hwi_Module_state                          
    20001f90  ti_sysbios_runtime_Startup_done                                    
    20001f93  ti_sysbios_knl_Idle_initDone                                       
    20001f94  ti_sysbios_runtime_Memory_defaultHeapInstance                      
    20001fac  ti_sysbios_runtime_Error_ignore                                    
    20001fb8  ti_sysbios_family_arm_cc26xx_Timer_Module_state                    
    20001fc4  ti_sysbios_runtime_System_Module_state                             
    20001fd0  ti_sysbios_knl_Swi_Module_state                                    
    20001ff8  ti_sysbios_knl_Clock_Module_state                                  
    200020c4  llUserConfig                                                       
    200021d6  disconnectImmedConnId                                              
    200021d8  pOverrides_bleCommon                                               
    2000222c  txPowerTable_2400_pa5                                              
    200022bc  gattAttrTbl                                                        
    200022fc  sm_eccKeys_sc_host_debug                                           
    2000233c  nvintfFncStruct                                                    
    20002378  ti_sysbios_knl_Task_Module_state                                   
    200023ec  _lock                                                              
    2000242a  metaPage                                                           
    20002476  llUserConfig_maxPduSize                                            
    200024c4  eccParams_NISTP256                                                 
    200024e8  pOverrides_ble2Mbps                                                
    2000250c  pOverrides_ble1Mbps                                                
    2000253c  ICall_enterCriticalSection                                         
    20002540  ICall_leaveCriticalSection                                         
    20002544  heapmgrMemFreeTotal                                                
    20002560  RF_modeBle                                                         
    20002570  _hposcCoeffs                                                       
    20002580  bleAppServiceInfoTable                                             
    20002590  pOverrides_bleCoded                                                
    200025a0  user0Cfg                                                           
    200025b0  gattAttrTbl_gatt_no_service_changed                                
    200025c0  sizeInfo                                                           
    200025ec  RFCC26XX_schedulerPolicy                                           
    200025f4  ti_sysbios_gates_GateMutexPri_Module_state                         
    200025fc  ti_sysbios_heaps_HeapCallback_Module_state                         
    20002604  ti_sysbios_knl_Event_state                                         
    2000260c  ti_sysbios_knl_Semaphore_Module_state                              
    20002614  periConnParameters                                                 
    2000261c  _unlock                                                            
    20002620  appAssertCback                                                     
    20002624  dispHandle                                                         
    20002628  icallServiceTblPtr                                                 
    2000262c  pRfErrCb                                                           
    20002630  pfnBMAlloc                                                         
    20002634  pfnBMFree                                                          
    20002638  patchedSlaveCtrlPktList                                            
    2000263c  halAssertCback                                                     
    20002644  baseTaskID                                                         
    20002647  PKAResourceCC26XX_pollingFlag                                      
    2000265d  deviceNameCharProps                                                
    2000265e  appearanceCharProps                                                
    2000265f  periConnParamCharProps                                             
    20002660  centAddrResCharProps                                               
    20002661  centAddrRes                                                        
    20002662  resolvablePrivateAddressOnlyCharProps                              
    20002663  GATTServApp_gatt_no_service_changed                                
    20002665  qosDefaultPriorityConnParameter                                    
    20002666  extScanChanMap                                                     
    20002667  sizeOfAllExtConnParam                                              
    20002668  rfRatHandle                                                        
    20002669  smAllowDebugKeysMode                                               
    2000266a  gapEndAppTaskID                                                    
    2000266b  gapAppTaskID                                                       
    2000266c  legacyMode                                                         
    20002670  persistAppTaskStack                                                
    20002bf0  ti_sysbios_knl_Idle_taskStack                                      
    200031b0  rfObject                                                           
    200032b0  crcBuf                                                             
    200033b0  ti_sysbios_family_arm_m3_Hwi_dispatchTable                         
    200035b5  resolvablePrivateAddressOnly                                       
    200035b6  appearance                                                         
    200035b8  trngCC26XXObjects                                                  
    2000363c  gpioCallbackFunctions                                              
    200036b8  gpioUserArgs                                                       
    20003734  cbTimers                                                           
    20003818  ti_sysbios_knl_ClockSupport_timerStruct                            
    20003878  persistAppTask                                                     
    200038d0  ti_sysbios_knl_Idle_taskStruct                                     
    20003928  aesctrdrbgXXObjects                                                
    2000397c  CryptoResourceCC26XX_accessSemaphore                               
    200039cc  CryptoResourceCC26XX_operationSemaphore                            
    20003a1c  PKAResourceCC26XX_accessSemaphore                                  
    20003a6c  PKAResourceCC26XX_operationSemaphore                               
    20003b44  aesctrCC26XXObjects                                                
    20003bc0  nvFptrs                                                            
    20003bfc  ti_sysbios_knl_Swi_readyQs                                         
    20003c2c  ti_sysbios_knl_Task_readyQs                                        
    20003c5c  NVOCMP_nvHandle                                                    
    20003c8a  maximumPduSize                                                     
    20003cb0  llCteSamples                                                       
    20003cd4  aesecbCC26XXObjects                                                
    20003cf8  req                                                                
    20003d18  gapBond_remoteOobData                                              
    20003d38  gapBond_localOobData                                               
    20003d58  ecdhCC26X2Objects                                                  
    20003d78  ti_sysbios_runtime_System_atexitHandlers                           
    20003db4  BIOS_heapCallbackObject                                            
    20003dd0  BIOS_rtsGate                                                       
    20003dec  CryptoResourceCC26XX_hwi                                           
    20003e08  PKAResourceCC26XX_hwi                                              
    20003e24  deviceName                                                         
    20003e3c  aesccmCC26XXObjects                                                
    20003e68  rfMode                                                             
    20003e78  llCteTest                                                          
    20003e84  cteAntennaProp                                                     
    20003e90  llTaskList                                                         
    20003e9c  defaultChannelMap                                                  
    20003ea4  secondaryAdvChannelMap                                             
    20003eac  llRfCmdPreemption                                                  
    20003ecc  ggs_AppCBs                                                         
    20003ed4  BDAddrPerConnHandle                                                
    20003ed8  llCte                                                              
    20003edc  llConnExtParam                                                     
    20003ee0  extStackSettings                                                   
    20003ee4  trngHandle                                                         
    20003ee8  LSTORecoveryArr                                                    
    20003eec  pNextAdvSet                                                        
    20003ef0  llCurrentMappedChan                                                
    20003ef4  drbgHandle                                                         
    20003ef8  pRpaCfg                                                            
    20003efc  gapBond_lruBondList                                                
    20003f00  gapBondStateNodeHead                                               
    20003f04  osal_syncHandle                                                    
    20003f08  osal_icallMsg_hook                                                 
    20003f0c  osal_qHead                                                         
    20003f10  osal_max_msecs                                                     
    20003f14  osal_tickperiod                                                    
    20003f18  osal_eventloop_hook                                                
    20003f24  OSAL_timeSeconds                                                   
    20003f28  timerHead                                                          
    20003f30  osal_last_timestamp                                                
    20003f34  HEAPMGR_SIZE                                                       
    20003f38  PowerCC26XX_swiKey                                                 
    20003f3c  PowerCC26XX_taskKey                                                
    20003f40  tasksEvents                                                        
    20003f44  ti_sysbios_family_arm_cc26xx_TimestampProvider_Module_state        
    20003f48  ti_sysbios_knl_Task_defaultStackHeap                               
    20003f4e  pwrmgr_attribute                                                   
    20003f50  nvsCC26XXObjects                                                   
    20003f52  GATTServApp_att_delayed_req                                        
    20003f53  hciTaskID                                                          
    20003f54  hciL2capTaskID                                                     
    20003f55  hciGapTaskID                                                       
    20003f56  hciSmpTaskID                                                       
    20003f57  hciTestTaskID                                                      
    20003f58  hciVsEvtMask                                                       
    20003f59  scanReqRpt                                                         
    20003f5a  secondaryAdvChannelMapPopCount                                     
    20003f5b  qosDefaultPriorityAdvParameter                                     
    20003f5c  maxNumCteDataBufs                                                  
    20003f5d  numActiveAdvSets                                                   
    20003f5e  wlSize                                                             
    20003f5f  rlSize                                                             
    20003f60  decryptResult                                                      
    20003f61  llUnhandleNextIntFlag                                              
    20003f62  smAuthenPairingOnlyMode                                            
    20003f63  icall_liteTaskId                                                   
    20003f64  gapBond_removeLRUBond                                              
    20003f65  gapBond_syncRL                                                     
    20003f66  assertSubcause                                                     
    20003f67  osal_entity                                                        
    20003f68  pwrmgr_initialized                                                 
    20003f69  NVOCMP_size                                                        
    20003f6a  gAction                                                            
    20003f6b  heapStart                                                          
    20013c00  __stack                                                            
    20013c00  heapEnd                                                            
    20014000  __STACK_END                                                        
    20014000  __STACK_TOP                                                        
    20014000  __UNUSED_SRAM_end__                                                
    ffffffff  __TI_pprof_out_hndl                                                
    ffffffff  __TI_prof_data_size                                                
    ffffffff  __TI_prof_data_start                                               
    ffffffff  __binit__                                                          
    ffffffff  binit                                                              
    UNDEFED   ITM_flush                                                          
    UNDEFED   ITM_restore                                                        
    UNDEFED   __c_args__                                                         
    UNDEFED   __mpu_init                                                         
    
    [2491 symbols]
    

  • Hi James,

    Yes, in this case, 0x34000 would be the start location.

    Thanks,
    Toby