在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → nrf51822创建多个自定义服务和特征值

nrf51822创建多个自定义服务和特征值

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:12.97M
  • 下载次数:0
  • 浏览次数:85
  • 发布时间:2020-08-09
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
该资源中包含了使用nrf51822创建多个自定义服务和特征值的实验文档,内附实验代码(基于SDK10.0)
【实例截图】
【核心代码】
nrf51822创建自定义服务和特征值
├── nrf51822创建自定义服务和特征值.pdf
└── nRF51_SDK_10.0.0
├── cc_
│   ├── cc_test1.IAB
│   ├── cc_test1.IAD
│   ├── cc_test1.IMB
│   ├── cc_test1.IMD
│   ├── cc_test1.PFI
│   ├── cc_test1.PO
│   ├── cc_test1.PR
│   ├── cc_test1.PRI
│   ├── cc_test1.PS
│   ├── cc_test1.SearchResults
│   └── cc_test1.WK3
├── components
│   ├── ant
│   │   ├── ant_channel_config
│   │   │   ├── ant_channel_config.c
│   │   │   └── ant_channel_config.h
│   │   ├── ant_encryption
│   │   │   ├── ant_encrypt_config.c
│   │   │   ├── ant_encrypt_config.h
│   │   │   ├── ant_encrypt_negotiation_slave.c
│   │   │   └── ant_encrypt_negotiation_slave.h
│   │   ├── ant_key_manager
│   │   │   ├── ant_key_manager.c
│   │   │   ├── ant_key_manager.h
│   │   │   └── config
│   │   │   └── ant_key_manager_config.h
│   │   ├── ant_profiles
│   │   │   ├── ant_bpwr
│   │   │   │   ├── ant_bpwr.c
│   │   │   │   ├── ant_bpwr.h
│   │   │   │   ├── ant_bpwr_local.h
│   │   │   │   ├── pages
│   │   │   │   │   ├── ant_bpwr_common_data.c
│   │   │   │   │   ├── ant_bpwr_common_data.h
│   │   │   │   │   ├── ant_bpwr_page_16.c
│   │   │   │   │   ├── ant_bpwr_page_16.h
│   │   │   │   │   ├── ant_bpwr_page_17.c
│   │   │   │   │   ├── ant_bpwr_page_17.h
│   │   │   │   │   ├── ant_bpwr_page_18.c
│   │   │   │   │   ├── ant_bpwr_page_18.h
│   │   │   │   │   ├── ant_bpwr_page_1.c
│   │   │   │   │   ├── ant_bpwr_page_1.h
│   │   │   │   │   ├── ant_bpwr_pages.h
│   │   │   │   │   ├── ant_bpwr_page_torque.c
│   │   │   │   │   ├── ant_bpwr_page_torque.h
│   │   │   │   │   └── logger
│   │   │   │   │   └── ant_bpwr_page_logger.h
│   │   │   │   ├── simulator
│   │   │   │   │   ├── ant_bpwr_simulator.c
│   │   │   │   │   ├── ant_bpwr_simulator.h
│   │   │   │   │   └── ant_bpwr_simulator_local.h
│   │   │   │   └── utils
│   │   │   │   └── ant_bpwr_utils.h
│   │   │   ├── ant_bsc
│   │   │   │   ├── ant_bsc.c
│   │   │   │   ├── ant_bsc.h
│   │   │   │   ├── ant_bsc_local.h
│   │   │   │   ├── pages
│   │   │   │   │   ├── ant_bsc_combined_page_0.c
│   │   │   │   │   ├── ant_bsc_combined_page_0.h
│   │   │   │   │   ├── ant_bsc_page_0.c
│   │   │   │   │   ├── ant_bsc_page_0.h
│   │   │   │   │   ├── ant_bsc_page_1.c
│   │   │   │   │   ├── ant_bsc_page_1.h
│   │   │   │   │   ├── ant_bsc_page_2.c
│   │   │   │   │   ├── ant_bsc_page_2.h
│   │   │   │   │   ├── ant_bsc_page_3.c
│   │   │   │   │   ├── ant_bsc_page_3.h
│   │   │   │   │   ├── ant_bsc_page_4.c
│   │   │   │   │   ├── ant_bsc_page_4.h
│   │   │   │   │   ├── ant_bsc_page_5.c
│   │   │   │   │   ├── ant_bsc_page_5.h
│   │   │   │   │   ├── ant_bsc_pages.h
│   │   │   │   │   └── logger
│   │   │   │   │   └── ant_bsc_page_logger.h
│   │   │   │   ├── simulator
│   │   │   │   │   ├── ant_bsc_simulator.c
│   │   │   │   │   ├── ant_bsc_simulator.h
│   │   │   │   │   └── ant_bsc_simulator_local.h
│   │   │   │   └── utils
│   │   │   │   └── ant_bsc_utils.h
│   │   │   ├── ant_common
│   │   │   │   ├── ant_request_controller
│   │   │   │   │   ├── ant_request_controller.c
│   │   │   │   │   └── ant_request_controller.h
│   │   │   │   └── pages
│   │   │   │   ├── ant_common_page_70.c
│   │   │   │   ├── ant_common_page_70.h
│   │   │   │   ├── ant_common_page_80.c
│   │   │   │   ├── ant_common_page_80.h
│   │   │   │   ├── ant_common_page_81.c
│   │   │   │   ├── ant_common_page_81.h
│   │   │   │   └── logger
│   │   │   │   └── ant_common_page_logger.h
│   │   │   ├── ant_hrm
│   │   │   │   ├── ant_hrm.c
│   │   │   │   ├── ant_hrm.h
│   │   │   │   ├── ant_hrm_local.h
│   │   │   │   ├── pages
│   │   │   │   │   ├── ant_hrm_page_0.c
│   │   │   │   │   ├── ant_hrm_page_0.h
│   │   │   │   │   ├── ant_hrm_page_1.c
│   │   │   │   │   ├── ant_hrm_page_1.h
│   │   │   │   │   ├── ant_hrm_page_2.c
│   │   │   │   │   ├── ant_hrm_page_2.h
│   │   │   │   │   ├── ant_hrm_page_3.c
│   │   │   │   │   ├── ant_hrm_page_3.h
│   │   │   │   │   ├── ant_hrm_page_4.c
│   │   │   │   │   ├── ant_hrm_page_4.h
│   │   │   │   │   ├── ant_hrm_pages.h
│   │   │   │   │   └── logger
│   │   │   │   │   └── ant_hrm_page_logger.h
│   │   │   │   ├── simulator
│   │   │   │   │   ├── ant_hrm_simulator.c
│   │   │   │   │   ├── ant_hrm_simulator.h
│   │   │   │   │   └── ant_hrm_simulator_local.h
│   │   │   │   └── utils
│   │   │   │   └── ant_hrm_utils.h
│   │   │   └── ant_sdm
│   │   │   ├── ant_sdm.c
│   │   │   ├── ant_sdm.h
│   │   │   ├── ant_sdm_local.h
│   │   │   ├── pages
│   │   │   │   ├── ant_sdm_common_data.c
│   │   │   │   ├── ant_sdm_common_data.h
│   │   │   │   ├── ant_sdm_page_16.c
│   │   │   │   ├── ant_sdm_page_16.h
│   │   │   │   ├── ant_sdm_page_1.c
│   │   │   │   ├── ant_sdm_page_1.h
│   │   │   │   ├── ant_sdm_page_22.c
│   │   │   │   ├── ant_sdm_page_22.h
│   │   │   │   ├── ant_sdm_page_2.c
│   │   │   │   ├── ant_sdm_page_2.h
│   │   │   │   ├── ant_sdm_page_3.c
│   │   │   │   ├── ant_sdm_page_3.h
│   │   │   │   ├── ant_sdm_pages.h
│   │   │   │   └── logger
│   │   │   │   └── ant_sdm_page_logger.h
│   │   │   ├── simulator
│   │   │   │   ├── ant_sdm_simulator.c
│   │   │   │   ├── ant_sdm_simulator.h
│   │   │   │   └── ant_sdm_simulator_local.h
│   │   │   └── utils
│   │   │   └── ant_sdm_utils.h
│   │   ├── ant_search_config
│   │   │   ├── ant_search_config.c
│   │   │   └── ant_search_config.h
│   │   ├── ant_stack_config
│   │   │   ├── ant_stack_config.c
│   │   │   ├── ant_stack_config.h
│   │   │   └── config
│   │   │   └── ant_stack_config_defs.h
│   │   └── ant_state_indicator
│   │   ├── ant_state_indicator.c
│   │   └── ant_state_indicator.h
│   ├── ble
│   │   ├── ble_advertising
│   │   │   ├── ble_advertising.c
│   │   │   └── ble_advertising.h
│   │   ├── ble_db_discovery
│   │   │   ├── ble_db_discovery.c
│   │   │   └── ble_db_discovery.h
│   │   ├── ble_debug_assert_handler
│   │   │   ├── ble_debug_assert_handler.c
│   │   │   └── ble_debug_assert_handler.h
│   │   ├── ble_dtm
│   │   │   ├── ble_dtm.c
│   │   │   └── ble_dtm.h
│   │   ├── ble_error_log
│   │   │   ├── ble_error_log.c
│   │   │   └── ble_error_log.h
│   │   ├── ble_racp
│   │   │   ├── ble_racp.c
│   │   │   └── ble_racp.h
│   │   ├── ble_radio_notification
│   │   │   ├── ble_radio_notification.c
│   │   │   └── ble_radio_notification.h
│   │   ├── ble_services
│   │   │   ├── ble_ancs_c
│   │   │   │   ├── ble_ancs_c.c
│   │   │   │   └── ble_ancs_c.h
│   │   │   ├── ble_ans_c
│   │   │   │   ├── ble_ans_c.c
│   │   │   │   └── ble_ans_c.h
│   │   │   ├── ble_bas
│   │   │   │   ├── ble_bas.c
│   │   │   │   └── ble_bas.h
│   │   │   ├── ble_bas_c
│   │   │   │   ├── ble_bas_c.c
│   │   │   │   └── ble_bas_c.h
│   │   │   ├── ble_bps
│   │   │   │   ├── ble_bps.c
│   │   │   │   └── ble_bps.h
│   │   │   ├── ble_cscs
│   │   │   │   ├── ble_cscs.c
│   │   │   │   ├── ble_cscs.h
│   │   │   │   ├── ble_sc_ctrlpt.c
│   │   │   │   └── ble_sc_ctrlpt.h
│   │   │   ├── ble_cts_c
│   │   │   │   ├── ble_cts_c.c
│   │   │   │   └── ble_cts_c.h
│   │   │   ├── ble_dfu
│   │   │   │   ├── ble_dfu.c
│   │   │   │   └── ble_dfu.h
│   │   │   ├── ble_dis
│   │   │   │   ├── ble_dis.c
│   │   │   │   └── ble_dis.h
│   │   │   ├── ble_gls
│   │   │   │   ├── ble_gls.c
│   │   │   │   ├── ble_gls_db.c
│   │   │   │   ├── ble_gls_db.h
│   │   │   │   └── ble_gls.h
│   │   │   ├── ble_hids
│   │   │   │   ├── ble_hids.c
│   │   │   │   └── ble_hids.h
│   │   │   ├── ble_hrs
│   │   │   │   ├── ble_hrs.c
│   │   │   │   └── ble_hrs.h
│   │   │   ├── ble_hrs_c
│   │   │   │   ├── ble_hrs_c.c
│   │   │   │   └── ble_hrs_c.h
│   │   │   ├── ble_hts
│   │   │   │   ├── ble_hts.c
│   │   │   │   └── ble_hts.h
│   │   │   ├── ble_ias
│   │   │   │   ├── ble_ias.c
│   │   │   │   └── ble_ias.h
│   │   │   ├── ble_ias_c
│   │   │   │   ├── ble_ias_c.c
│   │   │   │   └── ble_ias_c.h
│   │   │   ├── ble_lbs
│   │   │   │   ├── ble_lbs.c
│   │   │   │   └── ble_lbs.h
│   │   │   ├── ble_lls
│   │   │   │   ├── ble_lls.c
│   │   │   │   └── ble_lls.h
│   │   │   ├── ble_nus
│   │   │   │   ├── ble_nus.c
│   │   │   │   └── ble_nus.h
│   │   │   ├── ble_nus_c
│   │   │   │   ├── ble_nus_c.c
│   │   │   │   └── ble_nus_c.h
│   │   │   ├── ble_rscs
│   │   │   │   ├── ble_rscs.c
│   │   │   │   └── ble_rscs.h
│   │   │   ├── ble_rscs_c
│   │   │   │   ├── ble_rscs_c.c
│   │   │   │   └── ble_rscs_c.h
│   │   │   ├── ble_tps
│   │   │   │   ├── ble_tps.c
│   │   │   │   └── ble_tps.h
│   │   │   └── experimental_ble_lns
│   │   │   ├── ble_lns.c
│   │   │   └── ble_lns.h
│   │   ├── common
│   │   │   ├── ble_advdata.c
│   │   │   ├── ble_advdata.h
│   │   │   ├── ble_conn_params.c
│   │   │   ├── ble_conn_params.h
│   │   │   ├── ble_conn_state.c
│   │   │   ├── ble_conn_state.h
│   │   │   ├── ble_date_time.h
│   │   │   ├── ble_gatt_db.h
│   │   │   ├── ble_sensor_location.h
│   │   │   ├── ble_srv_common.c
│   │   │   └── ble_srv_common.h
│   │   ├── device_manager
│   │   │   ├── config
│   │   │   │   └── device_manager_cnfg.h
│   │   │   ├── device_manager_central.c
│   │   │   ├── device_manager.h
│   │   │   └── device_manager_peripheral.c
│   │   └── peer_manager
│   │   ├── gatt_cache_manager.c
│   │   ├── gatt_cache_manager.h
│   │   ├── gattc_cache_manager.c
│   │   ├── gattc_cache_manager.h
│   │   ├── gatts_cache_manager.c
│   │   ├── gatts_cache_manager.h
│   │   ├── id_manager.c
│   │   ├── id_manager.h
│   │   ├── peer_database.c
│   │   ├── peer_database.h
│   │   ├── peer_data.c
│   │   ├── peer_data.h
│   │   ├── peer_data_storage.c
│   │   ├── peer_data_storage.h
│   │   ├── peer_id.c
│   │   ├── peer_id.h
│   │   ├── peer_manager.c
│   │   ├── peer_manager.h
│   │   ├── peer_manager_types.h
│   │   ├── pm_buffer.c
│   │   ├── pm_buffer.h
│   │   ├── pm_mutex.c
│   │   ├── pm_mutex.h
│   │   ├── security_dispatcher.c
│   │   ├── security_dispatcher.h
│   │   ├── security_manager.c
│   │   └── security_manager.h
│   ├── device
│   │   ├── compiler_abstraction.h
│   │   ├── nrf51_bitfields.h
│   │   ├── nrf51_deprecated.h
│   │   ├── nrf51.h
│   │   ├── nrf51_to_nrf52.h
│   │   ├── nrf52_bitfields.h
│   │   ├── nrf52.h
│   │   └── nrf.h
│   ├── drivers_ext
│   │   ├── adns2080
│   │   │   ├── adns2080.c
│   │   │   └── adns2080.h
│   │   ├── cherry8x16
│   │   │   ├── cherry8x16.c
│   │   │   └── cherry8x16.h
│   │   ├── ds1624
│   │   │   ├── ds1624.c
│   │   │   └── ds1624.h
│   │   ├── mpu6050
│   │   │   ├── mpu6050.c
│   │   │   └── mpu6050.h
│   │   ├── nrf6350
│   │   │   ├── nrf6350.c
│   │   │   └── nrf6350.h
│   │   ├── segger_rtt
│   │   │   ├── RTT_Syscalls_GCC.c
│   │   │   ├── RTT_Syscalls_IAR.c
│   │   │   ├── RTT_Syscalls_KEIL.c
│   │   │   ├── SEGGER_RTT.c
│   │   │   ├── SEGGER_RTT_Conf.h
│   │   │   ├── SEGGER_RTT.h
│   │   │   └── SEGGER_RTT_printf.c
│   │   └── synaptics_touchpad
│   │   ├── synaptics_touchpad.c
│   │   └── synaptics_touchpad.h
│   ├── drivers_nrf
│   │   ├── ble_flash
│   │   │   ├── ble_flash.c
│   │   │   └── ble_flash.h
│   │   ├── clock
│   │   │   ├── nrf_drv_clock.c
│   │   │   └── nrf_drv_clock.h
│   │   ├── common
│   │   │   ├── nrf_drv_common.c
│   │   │   ├── nrf_drv_common.h
│   │   │   └── nrf_drv_validation.h
│   │   ├── config
│   │   │   ├── nrf_drv_config.h
│   │   │   └── nrf_drv_config_validation.h
│   │   ├── delay
│   │   │   ├── nrf_delay.c
│   │   │   └── nrf_delay.h
│   │   ├── gpiote
│   │   │   ├── nrf_drv_gpiote.c
│   │   │   └── nrf_drv_gpiote.h
│   │   ├── hal
│   │   │   ├── nrf_adc.c
│   │   │   ├── nrf_adc.h
│   │   │   ├── nrf_clock.h
│   │   │   ├── nrf_ecb.c
│   │   │   ├── nrf_ecb.h
│   │   │   ├── nrf_egu.h
│   │   │   ├── nrf_gpio.h
│   │   │   ├── nrf_gpiote.h
│   │   │   ├── nrf_lpcomp.h
│   │   │   ├── nrf_nvmc.c
│   │   │   ├── nrf_nvmc.h
│   │   │   ├── nrf_ppi.h
│   │   │   ├── nrf_qdec.h
│   │   │   ├── nrf_rng.h
│   │   │   ├── nrf_rtc.h
│   │   │   ├── nrf_saadc.c
│   │   │   ├── nrf_saadc.h
│   │   │   ├── nrf_spi.h
│   │   │   ├── nrf_spim.h
│   │   │   ├── nrf_spis.h
│   │   │   ├── nrf_temp.h
│   │   │   ├── nrf_timer.h
│   │   │   ├── nrf_twi.h
│   │   │   ├── nrf_twis.h
│   │   │   ├── nrf_uarte.h
│   │   │   ├── nrf_uart.h
│   │   │   └── nrf_wdt.h
│   │   ├── lpcomp
│   │   │   ├── nrf_drv_lpcomp.c
│   │   │   └── nrf_drv_lpcomp.h
│   │   ├── nrf_soc_nosd
│   │   │   ├── nrf_error.h
│   │   │   ├── nrf_soc.c
│   │   │   └── nrf_soc.h
│   │   ├── ppi
│   │   │   ├── nrf_drv_ppi.c
│   │   │   └── nrf_drv_ppi.h
│   │   ├── pstorage
│   │   │   ├── config
│   │   │   │   └── pstorage_platform.h
│   │   │   ├── pstorage.c
│   │   │   ├── pstorage.h
│   │   │   ├── pstorage_nosd.c
│   │   │   └── pstorage_raw.c
│   │   ├── qdec
│   │   │   ├── nrf_drv_qdec.c
│   │   │   └── nrf_drv_qdec.h
│   │   ├── radio_config
│   │   │   ├── radio_config.c
│   │   │   └── radio_config.h
│   │   ├── rng
│   │   │   ├── nrf_drv_rng.c
│   │   │   └── nrf_drv_rng.h
│   │   ├── rtc
│   │   │   ├── nrf_drv_rtc.c
│   │   │   └── nrf_drv_rtc.h
│   │   ├── sdio
│   │   │   ├── config
│   │   │   │   └── sdio_config.h
│   │   │   ├── sdio.c
│   │   │   └── sdio.h
│   │   ├── spi_master
│   │   │   ├── nrf_drv_spi.c
│   │   │   ├── nrf_drv_spi.h
│   │   │   ├── spi_5W_master.c
│   │   │   └── spi_5W_master.h
│   │   ├── spi_slave
│   │   │   ├── nrf_drv_spis.c
│   │   │   └── nrf_drv_spis.h
│   │   ├── swi
│   │   │   ├── nrf_drv_swi.c
│   │   │   └── nrf_drv_swi.h
│   │   ├── timer
│   │   │   ├── nrf_drv_timer.c
│   │   │   └── nrf_drv_timer.h
│   │   ├── twi_master
│   │   │   ├── deprecated
│   │   │   │   ├── config
│   │   │   │   │   └── twi_master_config.h
│   │   │   │   ├── twi_hw_master.c
│   │   │   │   ├── twi_master.h
│   │   │   │   └── twi_sw_master.c
│   │   │   ├── nrf_drv_twi.c
│   │   │   └── nrf_drv_twi.h
│   │   ├── uart
│   │   │   ├── nrf_drv_uart.c
│   │   │   └── nrf_drv_uart.h
│   │   └── wdt
│   │   ├── nrf_drv_wdt.c
│   │   └── nrf_drv_wdt.h
│   ├── libraries
│   │   ├── ant_fs
│   │   │   ├── antfs.c
│   │   │   ├── antfs.h
│   │   │   ├── crc.c
│   │   │   ├── crc.h
│   │   │   └── defines.h
│   │   ├── bootloader_dfu
│   │   │   ├── ble_transport
│   │   │   │   └── hci_mem_pool_internal.h
│   │   │   ├── bootloader.c
│   │   │   ├── bootloader.h
│   │   │   ├── bootloader_settings.c
│   │   │   ├── bootloader_settings.h
│   │   │   ├── bootloader_types.h
│   │   │   ├── bootloader_util.c
│   │   │   ├── bootloader_util.h
│   │   │   ├── dfu_app_handler.c
│   │   │   ├── dfu_app_handler.h
│   │   │   ├── dfu_bank_internal.h
│   │   │   ├── dfu_ble_svc.h
│   │   │   ├── dfu_ble_svc_internal.h
│   │   │   ├── dfu_dual_bank.c
│   │   │   ├── dfu.h
│   │   │   ├── dfu_init.h
│   │   │   ├── dfu_init_template.c
│   │   │   ├── dfu_single_bank.c
│   │   │   ├── dfu_transport_ble.c
│   │   │   ├── dfu_transport.h
│   │   │   ├── dfu_transport_serial.c
│   │   │   ├── dfu_types.h
│   │   │   ├── experimental
│   │   │   │   ├── dfu_init_template_signing.c
│   │   │   │   └── nrf_sec.h
│   │   │   └── hci_transport
│   │   │   ├── hci_mem_pool_internal.h
│   │   │   └── hci_transport_config.h
│   │   ├── button
│   │   │   ├── app_button.c
│   │   │   └── app_button.h
│   │   ├── console
│   │   │   ├── console.c
│   │   │   └── console.h
│   │   ├── crc16
│   │   │   ├── crc16.c
│   │   │   └── crc16.h
│   │   ├── experimental_section_vars
│   │   │   └── section_vars.h
│   │   ├── fds
│   │   │   ├── fds.c
│   │   │   ├── fds_config.h
│   │   │   ├── fds.h
│   │   │   └── fds_types_internal.h
│   │   ├── fifo
│   │   │   ├── app_fifo.c
│   │   │   └── app_fifo.h
│   │   ├── fstorage
│   │   │   ├── fstorage.c
│   │   │   ├── fstorage_config.h
│   │   │   ├── fstorage.h
│   │   │   └── fstorage_nosd.c
│   │   ├── gpiote
│   │   │   ├── app_gpiote.c
│   │   │   ├── app_gpiote_fast_detect.c
│   │   │   └── app_gpiote.h
│   │   ├── hci
│   │   │   ├── config
│   │   │   │   ├── hci_mem_pool_internal.h
│   │   │   │   └── hci_transport_config.h
│   │   │   ├── hci_mem_pool.c
│   │   │   ├── hci_mem_pool.h
│   │   │   ├── hci_slip.c
│   │   │   ├── hci_slip.h
│   │   │   ├── hci_transport.c
│   │   │   └── hci_transport.h
│   │   ├── ic_info
│   │   │   ├── nrf51_ic_info.c
│   │   │   └── nrf_ic_info.h
│   │   ├── led_softblink
│   │   │   ├── led_softblink.c
│   │   │   └── led_softblink.h
│   │   ├── low_power_pwm
│   │   │   ├── low_power_pwm.c
│   │   │   └── low_power_pwm.h
│   │   ├── mailbox
│   │   │   ├── app_mailbox.c
│   │   │   ├── app_mailbox.h
│   │   │   └── app_mailbox_local.h
│   │   ├── mem_manager
│   │   │   ├── mem_manager.c
│   │   │   └── mem_manager.h
│   │   ├── pwm
│   │   │   ├── app_pwm.c
│   │   │   └── app_pwm.h
│   │   ├── scheduler
│   │   │   ├── app_scheduler.c
│   │   │   ├── app_scheduler.h
│   │   │   └── app_scheduler_serconn.c
│   │   ├── sensorsim
│   │   │   ├── sensorsim.c
│   │   │   └── sensorsim.h
│   │   ├── sha256
│   │   │   ├── sha256.c
│   │   │   └── sha256.h
│   │   ├── simple_timer
│   │   │   ├── app_simple_timer.c
│   │   │   └── app_simple_timer.h
│   │   ├── slip
│   │   │   ├── slip.c
│   │   │   └── slip.h
│   │   ├── timer
│   │   │   ├── app_timer_appsh.c
│   │   │   ├── app_timer_appsh.h
│   │   │   ├── app_timer_ble_gzll.c
│   │   │   ├── app_timer.c
│   │   │   ├── app_timer_freertos.c
│   │   │   ├── app_timer.h
│   │   │   └── app_timer_rtx.c
│   │   ├── trace
│   │   │   ├── app_trace.c
│   │   │   └── app_trace.h
│   │   ├── twi
│   │   │   ├── app_twi.c
│   │   │   └── app_twi.h
│   │   ├── uart
│   │   │   ├── app_uart.c
│   │   │   ├── app_uart_fifo.c
│   │   │   ├── app_uart.h
│   │   │   └── retarget.c
│   │   └── util
│   │   ├── app_error.c
│   │   ├── app_error.h
│   │   ├── app_util_bds.h
│   │   ├── app_util.h
│   │   ├── app_util_platform.c
│   │   ├── app_util_platform.h
│   │   ├── common.h
│   │   ├── nordic_common.h
│   │   ├── nrf_assert.c
│   │   ├── nrf_assert.h
│   │   ├── nrf_log.c
│   │   ├── nrf_log.h
│   │   ├── sdk_common.h
│   │   ├── sdk_errors.h
│   │   ├── sdk_mapped_flags.c
│   │   ├── sdk_mapped_flags.h
│   │   ├── sdk_os.h
│   │   └── sdk_resources.h
│   ├── properitary_rf
│   │   ├── esb
│   │   │   ├── arm
│   │   │   │   ├── esb_arm.lib
│   │   │   │   └── esb_sd_resources_arm.lib
│   │   │   ├── gcc
│   │   │   │   ├── esb_gcc.a
│   │   │   │   └── esb_sd_resources_gcc.a
│   │   │   ├── iar
│   │   │   │   ├── esb_iar.a
│   │   │   │   └── esb_sd_resource_iar.a
│   │   │   ├── nrf_esb_constants.h
│   │   │   ├── nrf_esb.h
│   │   │   └── nrf_esb_resources.h
│   │   └── gzll
│   │   ├── arm
│   │   │   ├── gzll_arm.lib
│   │   │   └── gzll_sd_resources_arm.lib
│   │   ├── config
│   │   │   └── nrf_gzp_config.h
│   │   ├── gcc
│   │   │   ├── gzll_gcc.a
│   │   │   └── gzll_sd_resources_gcc.a
│   │   ├── iar
│   │   │   ├── gzll_iar.a
│   │   │   └── gzll_sd_resource_iar.a
│   │   ├── nrf_gzll_constants.h
│   │   ├── nrf_gzll.h
│   │   ├── nrf_gzll_resources.h
│   │   ├── nrf_gzp.c
│   │   ├── nrf_gzp_device.c
│   │   ├── nrf_gzp.h
│   │   ├── nrf_gzp_host.c
│   │   └── nrf_gzp_host_nrf51.c
│   ├── serialization
│   │   ├── application
│   │   │   ├── codecs
│   │   │   │   ├── common
│   │   │   │   │   ├── ble_dtm_app.c
│   │   │   │   │   ├── ble_dtm_app.h
│   │   │   │   │   ├── ble_dtm_init.c
│   │   │   │   │   ├── conn_systemreset.c
│   │   │   │   │   └── conn_systemreset.h
│   │   │   │   ├── s110
│   │   │   │   │   ├── middleware
│   │   │   │   │   │   ├── app_mw_ble.c
│   │   │   │   │   │   ├── app_mw_ble_gap.c
│   │   │   │   │   │   ├── app_mw_ble_gattc.c
│   │   │   │   │   │   ├── app_mw_ble_gatts.c
│   │   │   │   │   │   ├── app_mw_ble_l2cap.c
│   │   │   │   │   │   └── app_mw_nrf_soc.c
│   │   │   │   │   └── serializers
│   │   │   │   │   ├── app_ble_gap_sec_keys.c
│   │   │   │   │   ├── app_ble_gap_sec_keys.h
│   │   │   │   │   ├── app_ble_user_mem.c
│   │   │   │   │   ├── app_ble_user_mem.h
│   │   │   │   │   ├── ble_app.h
│   │   │   │   │   ├── ble_enable.c
│   │   │   │   │   ├── ble_event.c
│   │   │   │   │   ├── ble_evt_app.h
│   │   │   │   │   ├── ble_evt_tx_complete.c
│   │   │   │   │   ├── ble_evt_user_mem_release.c
│   │   │   │   │   ├── ble_evt_user_mem_request.c
│   │   │   │   │   ├── ble_gap_address_get.c
│   │   │   │   │   ├── ble_gap_address_set.c
│   │   │   │   │   ├── ble_gap_adv_data_set.c
│   │   │   │   │   ├── ble_gap_adv_start.c
│   │   │   │   │   ├── ble_gap_adv_stop.c
│   │   │   │   │   ├── ble_gap_appearance_get.c
│   │   │   │   │   ├── ble_gap_appearance_set.c
│   │   │   │   │   ├── ble_gap_app.h
│   │   │   │   │   ├── ble_gap_authenticate.c
│   │   │   │   │   ├── ble_gap_auth_key_reply.c
│   │   │   │   │   ├── ble_gap_connect.c
│   │   │   │   │   ├── ble_gap_connect_cancel.c
│   │   │   │   │   ├── ble_gap_conn_param_update.c
│   │   │   │   │   ├── ble_gap_conn_sec_get.c
│   │   │   │   │   ├── ble_gap_device_name_get.c
│   │   │   │   │   ├── ble_gap_device_name_set.c
│   │   │   │   │   ├── ble_gap_disconnect.c
│   │   │   │   │   ├── ble_gap_encrypt.c
│   │   │   │   │   ├── ble_gap_evt_adv_report.c
│   │   │   │   │   ├── ble_gap_evt_app.h
│   │   │   │   │   ├── ble_gap_evt_auth_key_request.c
│   │   │   │   │   ├── ble_gap_evt_auth_status.c
│   │   │   │   │   ├── ble_gap_evt_connected.c
│   │   │   │   │   ├── ble_gap_evt_conn_param_update.c
│   │   │   │   │   ├── ble_gap_evt_conn_param_update_request.c
│   │   │   │   │   ├── ble_gap_evt_conn_sec_update.c
│   │   │   │   │   ├── ble_gap_evt_disconnected.c
│   │   │   │   │   ├── ble_gap_evt_passkey_display.c
│   │   │   │   │   ├── ble_gap_evt_rssi_changed.c
│   │   │   │   │   ├── ble_gap_evt_scan_req_report.c
│   │   │   │   │   ├── ble_gap_evt_sec_info_request.c
│   │   │   │   │   ├── ble_gap_evt_sec_params_request.c
│   │   │   │   │   ├── ble_gap_evt_sec_request.c
│   │   │   │   │   ├── ble_gap_evt_timeout.c
│   │   │   │   │   ├── ble_gap_ppcp_get.c
│   │   │   │   │   ├── ble_gap_ppcp_set.c
│   │   │   │   │   ├── ble_gap_rssi_get.c
│   │   │   │   │   ├── ble_gap_rssi_start.c
│   │   │   │   │   ├── ble_gap_rssi_stop.c
│   │   │   │   │   ├── ble_gap_scan_start.c
│   │   │   │   │   ├── ble_gap_scan_stop.c
│   │   │   │   │   ├── ble_gap_sec_info_reply.c
│   │   │   │   │   ├── ble_gap_sec_params_reply.c
│   │   │   │   │   ├── ble_gap_tx_power_set.c
│   │   │   │   │   ├── ble_gattc_app.h
│   │   │   │   │   ├── ble_gattc_characteristics_discover.c
│   │   │   │   │   ├── ble_gattc_char_value_by_uuid_read.c
│   │   │   │   │   ├── ble_gattc_char_values_read.c
│   │   │   │   │   ├── ble_gattc_descriptors_discover.c
│   │   │   │   │   ├── ble_gattc_evt_app.h
│   │   │   │   │   ├── ble_gattc_evt_char_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_char_val_by_uuid_read_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_char_vals_read_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_desc_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_hvx.c
│   │   │   │   │   ├── ble_gattc_evt_prim_srvc_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_read_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_rel_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_timeout.c
│   │   │   │   │   ├── ble_gattc_evt_write_rsp.c
│   │   │   │   │   ├── ble_gattc_hv_confirm.c
│   │   │   │   │   ├── ble_gattc_primary_services_discover.c
│   │   │   │   │   ├── ble_gattc_read.c
│   │   │   │   │   ├── ble_gattc_relationships_discover.c
│   │   │   │   │   ├── ble_gattc_write.c
│   │   │   │   │   ├── ble_gatts_app.h
│   │   │   │   │   ├── ble_gatts_characteristic_add.c
│   │   │   │   │   ├── ble_gatts_descriptor_add.c
│   │   │   │   │   ├── ble_gatts_evt_app.h
│   │   │   │   │   ├── ble_gatts_evt_hvc.c
│   │   │   │   │   ├── ble_gatts_evt_rw_authorize_request.c
│   │   │   │   │   ├── ble_gatts_evt_sc_confirm.c
│   │   │   │   │   ├── ble_gatts_evt_sys_attr_missing.c
│   │   │   │   │   ├── ble_gatts_evt_timeout.c
│   │   │   │   │   ├── ble_gatts_evt_write.c
│   │   │   │   │   ├── ble_gatts_hvx.c
│   │   │   │   │   ├── ble_gatts_include_add.c
│   │   │   │   │   ├── ble_gatts_rw_authorize_reply.c
│   │   │   │   │   ├── ble_gatts_service_add.c
│   │   │   │   │   ├── ble_gatts_service_changed.c
│   │   │   │   │   ├── ble_gatts_sys_attr_get.c
│   │   │   │   │   ├── ble_gatts_sys_attr_set.c
│   │   │   │   │   ├── ble_gatts_value_get.c
│   │   │   │   │   ├── ble_gatts_value_set.c
│   │   │   │   │   ├── ble_l2cap_app.h
│   │   │   │   │   ├── ble_l2cap_cid_register.c
│   │   │   │   │   ├── ble_l2cap_cid_unregister.c
│   │   │   │   │   ├── ble_l2cap_evt_app.h
│   │   │   │   │   ├── ble_l2cap_evt_rx.c
│   │   │   │   │   ├── ble_l2cap_tx.c
│   │   │   │   │   ├── ble_opt_get.c
│   │   │   │   │   ├── ble_opt_set.c
│   │   │   │   │   ├── ble_tx_buffer_count_get.c
│   │   │   │   │   ├── ble_user_mem_reply.c
│   │   │   │   │   ├── ble_uuid_decode.c
│   │   │   │   │   ├── ble_uuid_encode.c
│   │   │   │   │   ├── ble_uuid_vs_add.c
│   │   │   │   │   ├── ble_version_get.c
│   │   │   │   │   ├── nrf_soc_app.h
│   │   │   │   │   ├── power_system_off.c
│   │   │   │   │   └── temp_get.c
│   │   │   │   ├── s120
│   │   │   │   │   ├── middleware
│   │   │   │   │   │   ├── app_mw_ble.c
│   │   │   │   │   │   ├── app_mw_ble_gap.c
│   │   │   │   │   │   ├── app_mw_ble_gattc.c
│   │   │   │   │   │   ├── app_mw_ble_gatts.c
│   │   │   │   │   │   ├── app_mw_ble_l2cap.c
│   │   │   │   │   │   └── app_mw_nrf_soc.c
│   │   │   │   │   └── serializers
│   │   │   │   │   ├── app_ble_gap_sec_keys.c
│   │   │   │   │   ├── app_ble_gap_sec_keys.h
│   │   │   │   │   ├── app_ble_user_mem.c
│   │   │   │   │   ├── app_ble_user_mem.h
│   │   │   │   │   ├── ble_app.h
│   │   │   │   │   ├── ble_enable.c
│   │   │   │   │   ├── ble_event.c
│   │   │   │   │   ├── ble_evt_app.h
│   │   │   │   │   ├── ble_evt_tx_complete.c
│   │   │   │   │   ├── ble_evt_user_mem_release.c
│   │   │   │   │   ├── ble_evt_user_mem_request.c
│   │   │   │   │   ├── ble_gap_address_get.c
│   │   │   │   │   ├── ble_gap_address_set.c
│   │   │   │   │   ├── ble_gap_adv_data_set.c
│   │   │   │   │   ├── ble_gap_adv_start.c
│   │   │   │   │   ├── ble_gap_adv_stop.c
│   │   │   │   │   ├── ble_gap_appearance_get.c
│   │   │   │   │   ├── ble_gap_appearance_set.c
│   │   │   │   │   ├── ble_gap_app.h
│   │   │   │   │   ├── ble_gap_authenticate.c
│   │   │   │   │   ├── ble_gap_auth_key_reply.c
│   │   │   │   │   ├── ble_gap_connect.c
│   │   │   │   │   ├── ble_gap_connect_cancel.c
│   │   │   │   │   ├── ble_gap_conn_param_update.c
│   │   │   │   │   ├── ble_gap_conn_sec_get.c
│   │   │   │   │   ├── ble_gap_device_name_get.c
│   │   │   │   │   ├── ble_gap_device_name_set.c
│   │   │   │   │   ├── ble_gap_disconnect.c
│   │   │   │   │   ├── ble_gap_encrypt.c
│   │   │   │   │   ├── ble_gap_evt_adv_report.c
│   │   │   │   │   ├── ble_gap_evt_app.h
│   │   │   │   │   ├── ble_gap_evt_auth_key_request.c
│   │   │   │   │   ├── ble_gap_evt_auth_status.c
│   │   │   │   │   ├── ble_gap_evt_connected.c
│   │   │   │   │   ├── ble_gap_evt_conn_param_update.c
│   │   │   │   │   ├── ble_gap_evt_conn_param_update_request.c
│   │   │   │   │   ├── ble_gap_evt_conn_sec_update.c
│   │   │   │   │   ├── ble_gap_evt_disconnected.c
│   │   │   │   │   ├── ble_gap_evt_passkey_display.c
│   │   │   │   │   ├── ble_gap_evt_rssi_changed.c
│   │   │   │   │   ├── ble_gap_evt_scan_req_report.c
│   │   │   │   │   ├── ble_gap_evt_sec_info_request.c
│   │   │   │   │   ├── ble_gap_evt_sec_params_request.c
│   │   │   │   │   ├── ble_gap_evt_sec_request.c
│   │   │   │   │   ├── ble_gap_evt_timeout.c
│   │   │   │   │   ├── ble_gap_ppcp_get.c
│   │   │   │   │   ├── ble_gap_ppcp_set.c
│   │   │   │   │   ├── ble_gap_rssi_get.c
│   │   │   │   │   ├── ble_gap_rssi_start.c
│   │   │   │   │   ├── ble_gap_rssi_stop.c
│   │   │   │   │   ├── ble_gap_scan_start.c
│   │   │   │   │   ├── ble_gap_scan_stop.c
│   │   │   │   │   ├── ble_gap_sec_info_reply.c
│   │   │   │   │   ├── ble_gap_sec_params_reply.c
│   │   │   │   │   ├── ble_gap_tx_power_set.c
│   │   │   │   │   ├── ble_gattc_app.h
│   │   │   │   │   ├── ble_gattc_characteristics_discover.c
│   │   │   │   │   ├── ble_gattc_char_value_by_uuid_read.c
│   │   │   │   │   ├── ble_gattc_char_values_read.c
│   │   │   │   │   ├── ble_gattc_descriptors_discover.c
│   │   │   │   │   ├── ble_gattc_evt_app.h
│   │   │   │   │   ├── ble_gattc_evt_char_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_char_val_by_uuid_read_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_char_vals_read_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_desc_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_hvx.c
│   │   │   │   │   ├── ble_gattc_evt_prim_srvc_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_read_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_rel_disc_rsp.c
│   │   │   │   │   ├── ble_gattc_evt_timeout.c
│   │   │   │   │   ├── ble_gattc_evt_write_rsp.c
│   │   │   │   │   ├── ble_gattc_hv_confirm.c
│   │   │   │   │   ├── ble_gattc_primary_services_discover.c
│   │   │   │   │   ├── ble_gattc_read.c
│   │   │   │   │   ├── ble_gattc_relationships_discover.c
│   │   │   │   │   ├── ble_gattc_write.c
│   │   │   │   │   ├── ble_gatts_app.h
│   │   │   │   │   ├── ble_gatts_characteristic_add.c
│   │   │   │   │   ├── ble_gatts_descriptor_add.c
│   │   │   │   │   ├── ble_gatts_evt_app.h
│   │   │   │   │   ├── ble_gatts_evt_hvc.c
│   │   │   │   │   ├── ble_gatts_evt_rw_authorize_request.c
│   │   │   │   │   ├── ble_gatts_evt_sc_confirm.c
│   │   │   │   │   ├── ble_gatts_evt_sys_attr_missing.c
│   │   │   │   │   ├── ble_gatts_evt_timeout.c
│   │   │   │   │   ├── ble_gatts_evt_write.c
│   │   │   │   │   ├── ble_gatts_hvx.c
│   │   │   │   │   ├── ble_gatts_include_add.c
│   │   │   │   │   ├── ble_gatts_rw_authorize_reply.c
│   │   │   │   │   ├── ble_gatts_service_add.c
│   │   │   │   │   ├── ble_gatts_service_changed.c
│   │   │   │   │   ├── ble_gatts_sys_attr_get.c
│   │   │   │   │   ├── ble_gatts_sys_attr_set.c
│   │   │   │   │   ├── ble_gatts_value_get.c
│   │   │   │   │   ├── ble_gatts_value_set.c
│   │   │   │   │   ├── ble_l2cap_app.h
│   │   │   │   │   ├── ble_l2cap_cid_register.c
│   │   │   │   │   ├── ble_l2cap_cid_unregister.c
│   │   │   │   │   ├── ble_l2cap_evt_app.h
│   │   │   │   │   ├── ble_l2cap_evt_rx.c
│   │   │   │   │   ├── ble_l2cap_tx.c
│   │   │   │   │   ├── ble_opt_get.c
│   │   │   │   │   ├── ble_opt_set.c
│   │   │   │   │   ├── ble_tx_buffer_count_get.c
│   │   │   │   │   ├── ble_user_mem_reply.c
│   │   │   │   │   ├── ble_uuid_decode.c
│   │   │   │   │   ├── ble_uuid_encode.c
│   │   │   │   │   ├── ble_uuid_vs_add.c
│   │   │   │   │   ├── ble_version_get.c
│   │   │   │   │   ├── nrf_soc_app.h
│   │   │   │   │   ├── power_system_off.c
│   │   │   │   │   └── temp_get.c
│   │   │   │   └── s130
│   │   │   │   ├── middleware
│   │   │   │   │   ├── app_mw_ble.c
│   │   │   │   │   ├── app_mw_ble_gap.c
│   │   │   │   │   ├── app_mw_ble_gattc.c
│   │   │   │   │   ├── app_mw_ble_gatts.c
│   │   │   │   │   ├── app_mw_ble_l2cap.c
│   │   │   │   │   └── app_mw_nrf_soc.c
│   │   │   │   └── serializers
│   │   │   │   ├── app_ble_gap_sec_keys.c
│   │   │   │   ├── app_ble_gap_sec_keys.h
│   │   │   │   ├── app_ble_user_mem.c
│   │   │   │   ├── app_ble_user_mem.h
│   │   │   │   ├── ble_app.h
│   │   │   │   ├── ble_enable.c
│   │   │   │   ├── ble_event.c
│   │   │   │   ├── ble_evt_app.h
│   │   │   │   ├── ble_evt_tx_complete.c
│   │   │   │   ├── ble_evt_user_mem_release.c
│   │   │   │   ├── ble_evt_user_mem_request.c
│   │   │   │   ├── ble_gap_address_get.c
│   │   │   │   ├── ble_gap_address_set.c
│   │   │   │   ├── ble_gap_adv_data_set.c
│   │   │   │   ├── ble_gap_adv_start.c
│   │   │   │   ├── ble_gap_adv_stop.c
│   │   │   │   ├── ble_gap_appearance_get.c
│   │   │   │   ├── ble_gap_appearance_set.c
│   │   │   │   ├── ble_gap_app.h
│   │   │   │   ├── ble_gap_authenticate.c
│   │   │   │   ├── ble_gap_auth_key_reply.c
│   │   │   │   ├── ble_gap_connect.c
│   │   │   │   ├── ble_gap_connect_cancel.c
│   │   │   │   ├── ble_gap_conn_param_update.c
│   │   │   │   ├── ble_gap_conn_sec_get.c
│   │   │   │   ├── ble_gap_device_name_get.c
│   │   │   │   ├── ble_gap_device_name_set.c
│   │   │   │   ├── ble_gap_disconnect.c
│   │   │   │   ├── ble_gap_encrypt.c
│   │   │   │   ├── ble_gap_evt_adv_report.c
│   │   │   │   ├── ble_gap_evt_app.h
│   │   │   │   ├── ble_gap_evt_auth_key_request.c
│   │   │   │   ├── ble_gap_evt_auth_status.c
│   │   │   │   ├── ble_gap_evt_connected.c
│   │   │   │   ├── ble_gap_evt_conn_param_update.c
│   │   │   │   ├── ble_gap_evt_conn_param_update_request.c
│   │   │   │   ├── ble_gap_evt_conn_sec_update.c
│   │   │   │   ├── ble_gap_evt_disconnected.c
│   │   │   │   ├── ble_gap_evt_passkey_display.c
│   │   │   │   ├── ble_gap_evt_rssi_changed.c
│   │   │   │   ├── ble_gap_evt_scan_req_report.c
│   │   │   │   ├── ble_gap_evt_sec_info_request.c
│   │   │   │   ├── ble_gap_evt_sec_params_request.c
│   │   │   │   ├── ble_gap_evt_sec_request.c
│   │   │   │   ├── ble_gap_evt_timeout.c
│   │   │   │   ├── ble_gap_ppcp_get.c
│   │   │   │   ├── ble_gap_ppcp_set.c
│   │   │   │   ├── ble_gap_rssi_get.c
│   │   │   │   ├── ble_gap_rssi_start.c
│   │   │   │   ├── ble_gap_rssi_stop.c
│   │   │   │   ├── ble_gap_scan_start.c
│   │   │   │   ├── ble_gap_scan_stop.c
│   │   │   │   ├── ble_gap_sec_info_reply.c
│   │   │   │   ├── ble_gap_sec_params_reply.c
│   │   │   │   ├── ble_gap_tx_power_set.c
│   │   │   │   ├── ble_gattc_app.h
│   │   │   │   ├── ble_gattc_characteristics_discover.c
│   │   │   │   ├── ble_gattc_char_value_by_uuid_read.c
│   │   │   │   ├── ble_gattc_char_values_read.c
│   │   │   │   ├── ble_gattc_descriptors_discover.c
│   │   │   │   ├── ble_gattc_evt_app.h
│   │   │   │   ├── ble_gattc_evt_char_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_char_val_by_uuid_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_char_vals_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_desc_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_hvx.c
│   │   │   │   ├── ble_gattc_evt_prim_srvc_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_rel_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_timeout.c
│   │   │   │   ├── ble_gattc_evt_write_rsp.c
│   │   │   │   ├── ble_gattc_hv_confirm.c
│   │   │   │   ├── ble_gattc_primary_services_discover.c
│   │   │   │   ├── ble_gattc_read.c
│   │   │   │   ├── ble_gattc_relationships_discover.c
│   │   │   │   ├── ble_gattc_write.c
│   │   │   │   ├── ble_gatts_app.h
│   │   │   │   ├── ble_gatts_characteristic_add.c
│   │   │   │   ├── ble_gatts_descriptor_add.c
│   │   │   │   ├── ble_gatts_evt_app.h
│   │   │   │   ├── ble_gatts_evt_hvc.c
│   │   │   │   ├── ble_gatts_evt_rw_authorize_request.c
│   │   │   │   ├── ble_gatts_evt_sc_confirm.c
│   │   │   │   ├── ble_gatts_evt_sys_attr_missing.c
│   │   │   │   ├── ble_gatts_evt_timeout.c
│   │   │   │   ├── ble_gatts_evt_write.c
│   │   │   │   ├── ble_gatts_hvx.c
│   │   │   │   ├── ble_gatts_include_add.c
│   │   │   │   ├── ble_gatts_rw_authorize_reply.c
│   │   │   │   ├── ble_gatts_service_add.c
│   │   │   │   ├── ble_gatts_service_changed.c
│   │   │   │   ├── ble_gatts_sys_attr_get.c
│   │   │   │   ├── ble_gatts_sys_attr_set.c
│   │   │   │   ├── ble_gatts_value_get.c
│   │   │   │   ├── ble_gatts_value_set.c
│   │   │   │   ├── ble_l2cap_app.h
│   │   │   │   ├── ble_l2cap_cid_register.c
│   │   │   │   ├── ble_l2cap_cid_unregister.c
│   │   │   │   ├── ble_l2cap_evt_app.h
│   │   │   │   ├── ble_l2cap_evt_rx.c
│   │   │   │   ├── ble_l2cap_tx.c
│   │   │   │   ├── ble_opt_get.c
│   │   │   │   ├── ble_opt_set.c
│   │   │   │   ├── ble_tx_buffer_count_get.c
│   │   │   │   ├── ble_user_mem_reply.c
│   │   │   │   ├── ble_uuid_decode.c
│   │   │   │   ├── ble_uuid_encode.c
│   │   │   │   ├── ble_uuid_vs_add.c
│   │   │   │   ├── ble_version_get.c
│   │   │   │   ├── nrf_soc_app.h
│   │   │   │   ├── power_system_off.c
│   │   │   │   └── temp_get.c
│   │   │   ├── hal
│   │   │   │   ├── arm_startup_nrf51.s
│   │   │   │   ├── ser_app_hal.h
│   │   │   │   ├── ser_app_hal_nrf51.c
│   │   │   │   ├── ser_app_power_system_off.c
│   │   │   │   └── ser_app_power_system_off.h
│   │   │   └── transport
│   │   │   ├── ser_sd_transport.c
│   │   │   ├── ser_sd_transport.h
│   │   │   ├── ser_softdevice_handler.c
│   │   │   └── ser_softdevice_handler.h
│   │   ├── common
│   │   │   ├── ble_serialization.c
│   │   │   ├── ble_serialization.h
│   │   │   ├── cond_field_serialization.c
│   │   │   ├── cond_field_serialization.h
│   │   │   ├── ser_config.h
│   │   │   ├── struct_ser
│   │   │   │   ├── s110
│   │   │   │   │   ├── ble_gap_struct_serialization.c
│   │   │   │   │   ├── ble_gap_struct_serialization.h
│   │   │   │   │   ├── ble_gattc_struct_serialization.c
│   │   │   │   │   ├── ble_gattc_struct_serialization.h
│   │   │   │   │   ├── ble_gatts_struct_serialization.c
│   │   │   │   │   ├── ble_gatts_struct_serialization.h
│   │   │   │   │   ├── ble_struct_serialization.c
│   │   │   │   │   └── ble_struct_serialization.h
│   │   │   │   ├── s120
│   │   │   │   │   ├── ble_gap_struct_serialization.c
│   │   │   │   │   ├── ble_gap_struct_serialization.h
│   │   │   │   │   ├── ble_gattc_struct_serialization.c
│   │   │   │   │   ├── ble_gattc_struct_serialization.h
│   │   │   │   │   ├── ble_gatts_struct_serialization.c
│   │   │   │   │   ├── ble_gatts_struct_serialization.h
│   │   │   │   │   ├── ble_struct_serialization.c
│   │   │   │   │   └── ble_struct_serialization.h
│   │   │   │   └── s130
│   │   │   │   ├── ble_gap_struct_serialization.c
│   │   │   │   ├── ble_gap_struct_serialization.h
│   │   │   │   ├── ble_gattc_struct_serialization.c
│   │   │   │   ├── ble_gattc_struct_serialization.h
│   │   │   │   ├── ble_gatts_struct_serialization.c
│   │   │   │   ├── ble_gatts_struct_serialization.h
│   │   │   │   ├── ble_struct_serialization.c
│   │   │   │   └── ble_struct_serialization.h
│   │   │   └── transport
│   │   │   ├── debug
│   │   │   │   ├── debug_hci_config_nrf6310.h
│   │   │   │   └── debug_hci_nrf6310.c
│   │   │   ├── dtm_uart_params.h
│   │   │   ├── ser_hal_transport.c
│   │   │   ├── ser_hal_transport.h
│   │   │   ├── ser_phy
│   │   │   │   ├── config
│   │   │   │   │   ├── ser_config_5W_app.h
│   │   │   │   │   ├── ser_phy_config_app_nrf51.h
│   │   │   │   │   ├── ser_phy_config_conn_nrf51.h
│   │   │   │   │   ├── ser_phy_debug_app.h
│   │   │   │   │   └── ser_phy_debug_conn.h
│   │   │   │   ├── ser_phy.c
│   │   │   │   ├── ser_phy.h
│   │   │   │   ├── ser_phy_hci.c
│   │   │   │   ├── ser_phy_hci.h
│   │   │   │   ├── ser_phy_hci_slip.c
│   │   │   │   ├── ser_phy_nohci.c
│   │   │   │   ├── ser_phy_nrf51_nrf_drv_spi.c
│   │   │   │   ├── ser_phy_nrf51_spi_5W_master.c
│   │   │   │   ├── ser_phy_nrf51_spi_5W_slave.c
│   │   │   │   ├── ser_phy_nrf51_spi_slave.c
│   │   │   │   ├── ser_phy_nrf51_uart.c
│   │   │   │   ├── ser_phy_nrf51_uart_stm_app.c
│   │   │   │   ├── ser_phy_nrf51_uart_stm_conn.c
│   │   │   │   ├── spi_5W_master.c
│   │   │   │   └── spi_5W_master.h
│   │   │   └── ser_phy_debug_comm.h
│   │   └── connectivity
│   │   ├── codecs
│   │   │   ├── common
│   │   │   │   ├── ble_dtm_conn.h
│   │   │   │   ├── ble_dtm_init.c
│   │   │   │   ├── conn_mw.c
│   │   │   │   └── conn_mw.h
│   │   │   ├── s110
│   │   │   │   ├── middleware
│   │   │   │   │   ├── conn_mw_ble.c
│   │   │   │   │   ├── conn_mw_ble_gap.c
│   │   │   │   │   ├── conn_mw_ble_gap.h
│   │   │   │   │   ├── conn_mw_ble_gattc.c
│   │   │   │   │   ├── conn_mw_ble_gattc.h
│   │   │   │   │   ├── conn_mw_ble_gatts.c
│   │   │   │   │   ├── conn_mw_ble_gatts.h
│   │   │   │   │   ├── conn_mw_ble.h
│   │   │   │   │   ├── conn_mw_ble_l2cap.c
│   │   │   │   │   ├── conn_mw_ble_l2cap.h
│   │   │   │   │   ├── conn_mw_items.c
│   │   │   │   │   ├── conn_mw_nrf_soc.c
│   │   │   │   │   └── conn_mw_nrf_soc.h
│   │   │   │   └── serializers
│   │   │   │   ├── ble_conn.h
│   │   │   │   ├── ble_enable.c
│   │   │   │   ├── ble_event.c
│   │   │   │   ├── ble_evt_conn.h
│   │   │   │   ├── ble_evt_tx_complete.c
│   │   │   │   ├── ble_evt_user_mem_release.c
│   │   │   │   ├── ble_evt_user_mem_request.c
│   │   │   │   ├── ble_gap_address_get.c
│   │   │   │   ├── ble_gap_address_set.c
│   │   │   │   ├── ble_gap_adv_data_set.c
│   │   │   │   ├── ble_gap_adv_start.c
│   │   │   │   ├── ble_gap_adv_stop.c
│   │   │   │   ├── ble_gap_appearance_get.c
│   │   │   │   ├── ble_gap_appearance_set.c
│   │   │   │   ├── ble_gap_authenticate.c
│   │   │   │   ├── ble_gap_auth_key_reply.c
│   │   │   │   ├── ble_gap_connect.c
│   │   │   │   ├── ble_gap_connect_cancel.c
│   │   │   │   ├── ble_gap_conn.h
│   │   │   │   ├── ble_gap_conn_param_update.c
│   │   │   │   ├── ble_gap_conn_sec_get.c
│   │   │   │   ├── ble_gap_device_name_get.c
│   │   │   │   ├── ble_gap_device_name_set.c
│   │   │   │   ├── ble_gap_disconnect.c
│   │   │   │   ├── ble_gap_encrypt.c
│   │   │   │   ├── ble_gap_evt_adv_report.c
│   │   │   │   ├── ble_gap_evt_auth_key_request.c
│   │   │   │   ├── ble_gap_evt_auth_status.c
│   │   │   │   ├── ble_gap_evt_connected.c
│   │   │   │   ├── ble_gap_evt_conn.h
│   │   │   │   ├── ble_gap_evt_conn_param_update.c
│   │   │   │   ├── ble_gap_evt_conn_param_update_request.c
│   │   │   │   ├── ble_gap_evt_conn_sec_update.c
│   │   │   │   ├── ble_gap_evt_disconnected.c
│   │   │   │   ├── ble_gap_evt_passkey_display.c
│   │   │   │   ├── ble_gap_evt_rssi_changed.c
│   │   │   │   ├── ble_gap_evt_scan_req_report.c
│   │   │   │   ├── ble_gap_evt_sec_info_request.c
│   │   │   │   ├── ble_gap_evt_sec_params_request.c
│   │   │   │   ├── ble_gap_evt_sec_request.c
│   │   │   │   ├── ble_gap_evt_timeout.c
│   │   │   │   ├── ble_gap_ppcp_get.c
│   │   │   │   ├── ble_gap_ppcp_set.c
│   │   │   │   ├── ble_gap_rssi_get.c
│   │   │   │   ├── ble_gap_rssi_start.c
│   │   │   │   ├── ble_gap_rssi_stop.c
│   │   │   │   ├── ble_gap_scan_start.c
│   │   │   │   ├── ble_gap_scan_stop.c
│   │   │   │   ├── ble_gap_sec_info_reply.c
│   │   │   │   ├── ble_gap_sec_params_reply.c
│   │   │   │   ├── ble_gap_tx_power_set.c
│   │   │   │   ├── ble_gattc_characteristics_discover.c
│   │   │   │   ├── ble_gattc_char_value_by_uuid_read.c
│   │   │   │   ├── ble_gattc_char_values_read.c
│   │   │   │   ├── ble_gattc_conn.h
│   │   │   │   ├── ble_gattc_descriptors_discover.c
│   │   │   │   ├── ble_gattc_evt_char_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_char_val_by_uuid_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_char_vals_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_conn.h
│   │   │   │   ├── ble_gattc_evt_desc_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_hvx.c
│   │   │   │   ├── ble_gattc_evt_prim_srvc_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_rel_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_timeout.c
│   │   │   │   ├── ble_gattc_evt_write_rsp.c
│   │   │   │   ├── ble_gattc_hv_confirm.c
│   │   │   │   ├── ble_gattc_primary_services_discover.c
│   │   │   │   ├── ble_gattc_read.c
│   │   │   │   ├── ble_gattc_relationships_discover.c
│   │   │   │   ├── ble_gattc_write.c
│   │   │   │   ├── ble_gatts_characteristic_add.c
│   │   │   │   ├── ble_gatts_conn.h
│   │   │   │   ├── ble_gatts_descriptor_add.c
│   │   │   │   ├── ble_gatts_evt_conn.h
│   │   │   │   ├── ble_gatts_evt_hvc.c
│   │   │   │   ├── ble_gatts_evt_rw_authorize_request.c
│   │   │   │   ├── ble_gatts_evt_sc_confirm.c
│   │   │   │   ├── ble_gatts_evt_sys_attr_missing.c
│   │   │   │   ├── ble_gatts_evt_timeout.c
│   │   │   │   ├── ble_gatts_evt_write.c
│   │   │   │   ├── ble_gatts_hvx.c
│   │   │   │   ├── ble_gatts_include_add.c
│   │   │   │   ├── ble_gatts_rw_authorize_reply.c
│   │   │   │   ├── ble_gatts_service_add.c
│   │   │   │   ├── ble_gatts_service_changed.c
│   │   │   │   ├── ble_gatts_sys_attr_get.c
│   │   │   │   ├── ble_gatts_sys_attr_set.c
│   │   │   │   ├── ble_gatts_value_get.c
│   │   │   │   ├── ble_gatts_value_set.c
│   │   │   │   ├── ble_l2cap_cid_register.c
│   │   │   │   ├── ble_l2cap_cid_unregister.c
│   │   │   │   ├── ble_l2cap_conn.h
│   │   │   │   ├── ble_l2cap_evt_conn.h
│   │   │   │   ├── ble_l2cap_evt_rx.c
│   │   │   │   ├── ble_l2cap_tx.c
│   │   │   │   ├── ble_opt_get.c
│   │   │   │   ├── ble_opt_id_pre_decoder.c
│   │   │   │   ├── ble_opt_set.c
│   │   │   │   ├── ble_tx_buffer_count_get.c
│   │   │   │   ├── ble_user_mem_reply.c
│   │   │   │   ├── ble_uuid_decode.c
│   │   │   │   ├── ble_uuid_encode.c
│   │   │   │   ├── ble_uuid_vs_add.c
│   │   │   │   ├── ble_version_get.c
│   │   │   │   ├── conn_ble_gap_sec_keys.c
│   │   │   │   ├── conn_ble_gap_sec_keys.h
│   │   │   │   ├── conn_ble_user_mem.c
│   │   │   │   ├── conn_ble_user_mem.h
│   │   │   │   ├── nrf_soc_conn.h
│   │   │   │   ├── power_system_off.c
│   │   │   │   └── temp_get.c
│   │   │   ├── s120
│   │   │   │   ├── middleware
│   │   │   │   │   ├── conn_mw_ble.c
│   │   │   │   │   ├── conn_mw_ble_gap.c
│   │   │   │   │   ├── conn_mw_ble_gap.h
│   │   │   │   │   ├── conn_mw_ble_gattc.c
│   │   │   │   │   ├── conn_mw_ble_gattc.h
│   │   │   │   │   ├── conn_mw_ble_gatts.c
│   │   │   │   │   ├── conn_mw_ble_gatts.h
│   │   │   │   │   ├── conn_mw_ble.h
│   │   │   │   │   ├── conn_mw_ble_l2cap.c
│   │   │   │   │   ├── conn_mw_ble_l2cap.h
│   │   │   │   │   ├── conn_mw.h
│   │   │   │   │   ├── conn_mw_items.c
│   │   │   │   │   ├── conn_mw_nrf_soc.c
│   │   │   │   │   └── conn_mw_nrf_soc.h
│   │   │   │   └── serializers
│   │   │   │   ├── ble_conn.h
│   │   │   │   ├── ble_enable.c
│   │   │   │   ├── ble_event.c
│   │   │   │   ├── ble_evt_conn.h
│   │   │   │   ├── ble_evt_tx_complete.c
│   │   │   │   ├── ble_evt_user_mem_release.c
│   │   │   │   ├── ble_evt_user_mem_request.c
│   │   │   │   ├── ble_gap_address_get.c
│   │   │   │   ├── ble_gap_address_set.c
│   │   │   │   ├── ble_gap_adv_data_set.c
│   │   │   │   ├── ble_gap_adv_start.c
│   │   │   │   ├── ble_gap_adv_stop.c
│   │   │   │   ├── ble_gap_appearance_get.c
│   │   │   │   ├── ble_gap_appearance_set.c
│   │   │   │   ├── ble_gap_authenticate.c
│   │   │   │   ├── ble_gap_auth_key_reply.c
│   │   │   │   ├── ble_gap_connect.c
│   │   │   │   ├── ble_gap_connect_cancel.c
│   │   │   │   ├── ble_gap_conn.h
│   │   │   │   ├── ble_gap_conn_param_update.c
│   │   │   │   ├── ble_gap_conn_sec_get.c
│   │   │   │   ├── ble_gap_device_name_get.c
│   │   │   │   ├── ble_gap_device_name_set.c
│   │   │   │   ├── ble_gap_disconnect.c
│   │   │   │   ├── ble_gap_encrypt.c
│   │   │   │   ├── ble_gap_evt_adv_report.c
│   │   │   │   ├── ble_gap_evt_auth_key_request.c
│   │   │   │   ├── ble_gap_evt_auth_status.c
│   │   │   │   ├── ble_gap_evt_connected.c
│   │   │   │   ├── ble_gap_evt_conn.h
│   │   │   │   ├── ble_gap_evt_conn_param_update.c
│   │   │   │   ├── ble_gap_evt_conn_param_update_request.c
│   │   │   │   ├── ble_gap_evt_conn_sec_update.c
│   │   │   │   ├── ble_gap_evt_disconnected.c
│   │   │   │   ├── ble_gap_evt_passkey_display.c
│   │   │   │   ├── ble_gap_evt_rssi_changed.c
│   │   │   │   ├── ble_gap_evt_scan_req_report.c
│   │   │   │   ├── ble_gap_evt_sec_info_request.c
│   │   │   │   ├── ble_gap_evt_sec_params_request.c
│   │   │   │   ├── ble_gap_evt_sec_request.c
│   │   │   │   ├── ble_gap_evt_timeout.c
│   │   │   │   ├── ble_gap_ppcp_get.c
│   │   │   │   ├── ble_gap_ppcp_set.c
│   │   │   │   ├── ble_gap_rssi_get.c
│   │   │   │   ├── ble_gap_rssi_start.c
│   │   │   │   ├── ble_gap_rssi_stop.c
│   │   │   │   ├── ble_gap_scan_start.c
│   │   │   │   ├── ble_gap_scan_stop.c
│   │   │   │   ├── ble_gap_sec_info_reply.c
│   │   │   │   ├── ble_gap_sec_params_reply.c
│   │   │   │   ├── ble_gap_tx_power_set.c
│   │   │   │   ├── ble_gattc_characteristics_discover.c
│   │   │   │   ├── ble_gattc_char_value_by_uuid_read.c
│   │   │   │   ├── ble_gattc_char_values_read.c
│   │   │   │   ├── ble_gattc_conn.h
│   │   │   │   ├── ble_gattc_descriptors_discover.c
│   │   │   │   ├── ble_gattc_evt_char_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_char_val_by_uuid_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_char_vals_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_conn.h
│   │   │   │   ├── ble_gattc_evt_desc_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_hvx.c
│   │   │   │   ├── ble_gattc_evt_prim_srvc_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_read_rsp.c
│   │   │   │   ├── ble_gattc_evt_rel_disc_rsp.c
│   │   │   │   ├── ble_gattc_evt_timeout.c
│   │   │   │   ├── ble_gattc_evt_write_rsp.c
│   │   │   │   ├── ble_gattc_hv_confirm.c
│   │   │   │   ├── ble_gattc_primary_services_discover.c
│   │   │   │   ├── ble_gattc_read.c
│   │   │   │   ├── ble_gattc_relationships_discover.c
│   │   │   │   ├── ble_gattc_write.c
│   │   │   │   ├── ble_gatts_characteristic_add.c
│   │   │   │   ├── ble_gatts_conn.h
│   │   │   │   ├── ble_gatts_descriptor_add.c
│   │   │   │   ├── ble_gatts_evt_conn.h
│   │   │   │   ├── ble_gatts_evt_hvc.c
│   │   │   │   ├── ble_gatts_evt_rw_authorize_request.c
│   │   │   │   ├── ble_gatts_evt_sc_confirm.c
│   │   │   │   ├── ble_gatts_evt_sys_attr_missing.c
│   │   │   │   ├── ble_gatts_evt_timeout.c
│   │   │   │   ├── ble_gatts_evt_write.c
│   │   │   │   ├── ble_gatts_hvx.c
│   │   │   │   ├── ble_gatts_include_add.c
│   │   │   │   ├── ble_gatts_rw_authorize_reply.c
│   │   │   │   ├── ble_gatts_service_add.c
│   │   │   │   ├── ble_gatts_service_changed.c
│   │   │   │   ├── ble_gatts_sys_attr_get.c
│   │   │   │   ├── ble_gatts_sys_attr_set.c
│   │   │   │   ├── ble_gatts_value_get.c
│   │   │   │   ├── ble_gatts_value_set.c
│   │   │   │   ├── ble_l2cap_cid_register.c
│   │   │   │   ├── ble_l2cap_cid_unregister.c
│   │   │   │   ├── ble_l2cap_conn.h
│   │   │   │   ├── ble_l2cap_evt_conn.h
│   │   │   │   ├── ble_l2cap_evt_rx.c
│   │   │   │   ├── ble_l2cap_tx.c
│   │   │   │   ├── ble_opt_get.c
│   │   │   │   ├── ble_opt_id_pre_decoder.c
│   │   │   │   ├── ble_opt_set.c
│   │   │   │   ├── ble_tx_buffer_count_get.c
│   │   │   │   ├── ble_user_mem_reply.c
│   │   │   │   ├── ble_uuid_decode.c
│   │   │   │   ├── ble_uuid_encode.c
│   │   │   │   ├── ble_uuid_vs_add.c
│   │   │   │   ├── ble_version_get.c
│   │   │   │   ├── conn_ble_gap_sec_keys.c
│   │   │   │   ├── conn_ble_gap_sec_keys.h
│   │   │   │   ├── conn_ble_user_mem.c
│   │   │   │   ├── conn_ble_user_mem.h
│   │   │   │   ├── nrf_soc_conn.h
│   │   │   │   ├── power_system_off.c
│   │   │   │   └── temp_get.c
│   │   │   └── s130
│   │   │   ├── middleware
│   │   │   │   ├── conn_mw_ble.c
│   │   │   │   ├── conn_mw_ble_gap.c
│   │   │   │   ├── conn_mw_ble_gap.h
│   │   │   │   ├── conn_mw_ble_gattc.c
│   │   │   │   ├── conn_mw_ble_gattc.h
│   │   │   │   ├── conn_mw_ble_gatts.c
│   │   │   │   ├── conn_mw_ble_gatts.h
│   │   │   │   ├── conn_mw_ble.h
│   │   │   │   ├── conn_mw_ble_l2cap.c
│   │   │   │   ├── conn_mw_ble_l2cap.h
│   │   │   │   ├── conn_mw.h
│   │   │   │   ├── conn_mw_items.c
│   │   │   │   ├── conn_mw_nrf_soc.c
│   │   │   │   └── conn_mw_nrf_soc.h
│   │   │   └── serializers
│   │   │   ├── ble_conn.h
│   │   │   ├── ble_enable.c
│   │   │   ├── ble_event.c
│   │   │   ├── ble_evt_conn.h
│   │   │   ├── ble_evt_tx_complete.c
│   │   │   ├── ble_evt_user_mem_release.c
│   │   │   ├── ble_evt_user_mem_request.c
│   │   │   ├── ble_gap_address_get.c
│   │   │   ├── ble_gap_address_set.c
│   │   │   ├── ble_gap_adv_data_set.c
│   │   │   ├── ble_gap_adv_start.c
│   │   │   ├── ble_gap_adv_stop.c
│   │   │   ├── ble_gap_appearance_get.c
│   │   │   ├── ble_gap_appearance_set.c
│   │   │   ├── ble_gap_authenticate.c
│   │   │   ├── ble_gap_auth_key_reply.c
│   │   │   ├── ble_gap_connect.c
│   │   │   ├── ble_gap_connect_cancel.c
│   │   │   ├── ble_gap_conn.h
│   │   │   ├── ble_gap_conn_param_update.c
│   │   │   ├── ble_gap_conn_sec_get.c
│   │   │   ├── ble_gap_device_name_get.c
│   │   │   ├── ble_gap_device_name_set.c
│   │   │   ├── ble_gap_disconnect.c
│   │   │   ├── ble_gap_encrypt.c
│   │   │   ├── ble_gap_evt_adv_report.c
│   │   │   ├── ble_gap_evt_auth_key_request.c
│   │   │   ├── ble_gap_evt_auth_status.c
│   │   │   ├── ble_gap_evt_connected.c
│   │   │   ├── ble_gap_evt_conn.h
│   │   │   ├── ble_gap_evt_conn_param_update.c
│   │   │   ├── ble_gap_evt_conn_param_update_request.c
│   │   │   ├── ble_gap_evt_conn_sec_update.c
│   │   │   ├── ble_gap_evt_disconnected.c
│   │   │   ├── ble_gap_evt_passkey_display.c
│   │   │   ├── ble_gap_evt_rssi_changed.c
│   │   │   ├── ble_gap_evt_scan_req_report.c
│   │   │   ├── ble_gap_evt_sec_info_request.c
│   │   │   ├── ble_gap_evt_sec_params_request.c
│   │   │   ├── ble_gap_evt_sec_request.c
│   │   │   ├── ble_gap_evt_timeout.c
│   │   │   ├── ble_gap_ppcp_get.c
│   │   │   ├── ble_gap_ppcp_set.c
│   │   │   ├── ble_gap_rssi_get.c
│   │   │   ├── ble_gap_rssi_start.c
│   │   │   ├── ble_gap_rssi_stop.c
│   │   │   ├── ble_gap_scan_start.c
│   │   │   ├── ble_gap_scan_stop.c
│   │   │   ├── ble_gap_sec_info_reply.c
│   │   │   ├── ble_gap_sec_params_reply.c
│   │   │   ├── ble_gap_tx_power_set.c
│   │   │   ├── ble_gattc_characteristics_discover.c
│   │   │   ├── ble_gattc_char_value_by_uuid_read.c
│   │   │   ├── ble_gattc_char_values_read.c
│   │   │   ├── ble_gattc_conn.h
│   │   │   ├── ble_gattc_descriptors_discover.c
│   │   │   ├── ble_gattc_evt_char_disc_rsp.c
│   │   │   ├── ble_gattc_evt_char_val_by_uuid_read_rsp.c
│   │   │   ├── ble_gattc_evt_char_vals_read_rsp.c
│   │   │   ├── ble_gattc_evt_conn.h
│   │   │   ├── ble_gattc_evt_desc_disc_rsp.c
│   │   │   ├── ble_gattc_evt_hvx.c
│   │   │   ├── ble_gattc_evt_prim_srvc_disc_rsp.c
│   │   │   ├── ble_gattc_evt_read_rsp.c
│   │   │   ├── ble_gattc_evt_rel_disc_rsp.c
│   │   │   ├── ble_gattc_evt_timeout.c
│   │   │   ├── ble_gattc_evt_write_rsp.c
│   │   │   ├── ble_gattc_hv_confirm.c
│   │   │   ├── ble_gattc_primary_services_discover.c
│   │   │   ├── ble_gattc_read.c
│   │   │   ├── ble_gattc_relationships_discover.c
│   │   │   ├── ble_gattc_write.c
│   │   │   ├── ble_gatts_characteristic_add.c
│   │   │   ├── ble_gatts_conn.h
│   │   │   ├── ble_gatts_descriptor_add.c
│   │   │   ├── ble_gatts_evt_conn.h
│   │   │   ├── ble_gatts_evt_hvc.c
│   │   │   ├── ble_gatts_evt_rw_authorize_request.c
│   │   │   ├── ble_gatts_evt_sc_confirm.c
│   │   │   ├── ble_gatts_evt_sys_attr_missing.c
│   │   │   ├── ble_gatts_evt_timeout.c
│   │   │   ├── ble_gatts_evt_write.c
│   │   │   ├── ble_gatts_hvx.c
│   │   │   ├── ble_gatts_include_add.c
│   │   │   ├── ble_gatts_rw_authorize_reply.c
│   │   │   ├── ble_gatts_service_add.c
│   │   │   ├── ble_gatts_service_changed.c
│   │   │   ├── ble_gatts_sys_attr_get.c
│   │   │   ├── ble_gatts_sys_attr_set.c
│   │   │   ├── ble_gatts_value_get.c
│   │   │   ├── ble_gatts_value_set.c
│   │   │   ├── ble_l2cap_cid_register.c
│   │   │   ├── ble_l2cap_cid_unregister.c
│   │   │   ├── ble_l2cap_conn.h
│   │   │   ├── ble_l2cap_evt_conn.h
│   │   │   ├── ble_l2cap_evt_rx.c
│   │   │   ├── ble_l2cap_tx.c
│   │   │   ├── ble_opt_get.c
│   │   │   ├── ble_opt_id_pre_decoder.c
│   │   │   ├── ble_opt_set.c
│   │   │   ├── ble_tx_buffer_count_get.c
│   │   │   ├── ble_user_mem_reply.c
│   │   │   ├── ble_uuid_decode.c
│   │   │   ├── ble_uuid_encode.c
│   │   │   ├── ble_uuid_vs_add.c
│   │   │   ├── ble_version_get.c
│   │   │   ├── conn_ble_gap_sec_keys.c
│   │   │   ├── conn_ble_gap_sec_keys.h
│   │   │   ├── conn_ble_user_mem.c
│   │   │   ├── conn_ble_user_mem.h
│   │   │   ├── nrf_soc_conn.h
│   │   │   ├── power_system_off.c
│   │   │   └── temp_get.c
│   │   ├── hal
│   │   │   ├── dtm_uart.c
│   │   │   └── dtm_uart.h
│   │   ├── pstorage_platform.h
│   │   ├── ser_conn_cmd_decoder.c
│   │   ├── ser_conn_cmd_decoder.h
│   │   ├── ser_conn_dtm_cmd_decoder.c
│   │   ├── ser_conn_dtm_cmd_decoder.h
│   │   ├── ser_conn_error_handling.c
│   │   ├── ser_conn_event_encoder.c
│   │   ├── ser_conn_event_encoder.h
│   │   ├── ser_conn_handlers.c
│   │   ├── ser_conn_handlers.h
│   │   ├── ser_conn_pkt_decoder.c
│   │   ├── ser_conn_pkt_decoder.h
│   │   ├── ser_conn_reset_cmd_decoder.c
│   │   ├── ser_conn_reset_cmd_decoder.h
│   │   └── startup
│   │   └── arm
│   │   └── arm_startup_nrf51.s
│   ├── softdevice
│   │   ├── common
│   │   │   └── softdevice_handler
│   │   │   ├── ant_stack_handler_types.h
│   │   │   ├── ble_stack_handler_types.h
│   │   │   ├── softdevice_handler_appsh.c
│   │   │   ├── softdevice_handler_appsh.h
│   │   │   ├── softdevice_handler.c
│   │   │   └── softdevice_handler.h
│   │   ├── s110
│   │   │   ├── doc
│   │   │   │   ├── s110_nrf51_8.0.0_licence-agreement.pdf
│   │   │   │   ├── s110_nrf51_8.0.0_licence-agreement.txt
│   │   │   │   ├── s110_nrf51_8.0.0_readme.txt
│   │   │   │   ├── s110_nrf51_8.0.0_release-notes.pdf
│   │   │   │   └── s110_nrf51822_8.0.0_migration_document.pdf
│   │   │   ├── headers
│   │   │   │   ├── ble_err.h
│   │   │   │   ├── ble_gap.h
│   │   │   │   ├── ble_gattc.h
│   │   │   │   ├── ble_gatt.h
│   │   │   │   ├── ble_gatts.h
│   │   │   │   ├── ble.h
│   │   │   │   ├── ble_hci.h
│   │   │   │   ├── ble_l2cap.h
│   │   │   │   ├── ble_ranges.h
│   │   │   │   ├── ble_types.h
│   │   │   │   ├── nrf_error.h
│   │   │   │   ├── nrf_error_sdm.h
│   │   │   │   ├── nrf_error_soc.h
│   │   │   │   ├── nrf_mbr.h
│   │   │   │   ├── nrf_sd_def.h
│   │   │   │   ├── nrf_sdm.h
│   │   │   │   ├── nrf_soc.h
│   │   │   │   ├── nrf_svc.h
│   │   │   │   └── softdevice_assert.h
│   │   │   ├── hex
│   │   │   │   └── s110_nrf51_8.0.0_softdevice.hex
│   │   │   └── toolchain
│   │   │   ├── armgcc
│   │   │   │   ├── armgcc_s110_nrf51422_xxaa.ld
│   │   │   │   ├── armgcc_s110_nrf51422_xxac.ld
│   │   │   │   ├── armgcc_s110_nrf51822_xxaa.ld
│   │   │   │   └── armgcc_s110_nrf51822_xxab.ld
│   │   │   └── iar
│   │   │   ├── iar_s110_nrf51422_xxaa.icf
│   │   │   ├── iar_s110_nrf51422_xxac.icf
│   │   │   ├── iar_s110_nrf51822_xxaa.icf
│   │   │   └── iar_s110_nrf51822_xxab.icf
│   │   ├── s120
│   │   │   ├── doc
│   │   │   │   ├── s120_nrf51_2.1.0_licence_agreement.pdf
│   │   │   │   ├── s120_nrf51_2.1.0_readme.txt
│   │   │   │   ├── s120_nrf51_2.1.0_releasenotes.pdf
│   │   │   │   └── s120_nrf51822_2.0.0_licence_agreement.txt
│   │   │   ├── headers
│   │   │   │   ├── ble_err.h
│   │   │   │   ├── ble_gap.h
│   │   │   │   ├── ble_gattc.h
│   │   │   │   ├── ble_gatt.h
│   │   │   │   ├── ble_gatts.h
│   │   │   │   ├── ble.h
│   │   │   │   ├── ble_hci.h
│   │   │   │   ├── ble.h~RF1728d86.TMP
│   │   │   │   ├── ble_l2cap.h
│   │   │   │   ├── ble_ranges.h
│   │   │   │   ├── ble_types.h
│   │   │   │   ├── nrf_error.h
│   │   │   │   ├── nrf_error_sdm.h
│   │   │   │   ├── nrf_error_soc.h
│   │   │   │   ├── nrf_mbr.h
│   │   │   │   ├── nrf_sd_def.h
│   │   │   │   ├── nrf_sdm.h
│   │   │   │   ├── nrf_soc.h
│   │   │   │   ├── nrf_svc.h
│   │   │   │   └── softdevice_assert.h
│   │   │   ├── hex
│   │   │   │   └── s120_nrf51_2.1.0_softdevice.hex
│   │   │   └── toolchain
│   │   │   ├── armgcc
│   │   │   │   ├── armgcc_s120_nrf51422_xxaa.ld
│   │   │   │   ├── armgcc_s120_nrf51422_xxac.ld
│   │   │   │   ├── armgcc_s120_nrf51822_xxaa.ld
│   │   │   │   └── armgcc_s120_nrf51822_xxab.ld
│   │   │   └── iar
│   │   │   ├── iar_s120_nrf51422_xxaa.icf
│   │   │   ├── iar_s120_nrf51422_xxac.icf
│   │   │   ├── iar_s120_nrf51822_xxaa.icf
│   │   │   └── iar_s120_nrf51822_xxab.icf
│   │   ├── s130
│   │   │   ├── doc
│   │   │   │   ├── s130_nrf51822_1.0.0_licence_agreement.pdf
│   │   │   │   ├── s130_nrf51822_1.0.0_licence_agreement.txt
│   │   │   │   ├── s130_nrf51822_1.0.0_readme.txt
│   │   │   │   └── s130_nrf51822_1.0.0_releasenotes.pdf
│   │   │   ├── headers
│   │   │   │   ├── ble_err.h
│   │   │   │   ├── ble_gap.h
│   │   │   │   ├── ble_gattc.h
│   │   │   │   ├── ble_gatt.h
│   │   │   │   ├── ble_gatts.h
│   │   │   │   ├── ble.h
│   │   │   │   ├── ble_hci.h
│   │   │   │   ├── ble_l2cap.h
│   │   │   │   ├── ble_ranges.h
│   │   │   │   ├── ble_types.h
│   │   │   │   ├── nrf_error.h
│   │   │   │   ├── nrf_error_sdm.h
│   │   │   │   ├── nrf_error_soc.h
│   │   │   │   ├── nrf_mbr.h
│   │   │   │   ├── nrf_sd_def.h
│   │   │   │   ├── nrf_sdm.h
│   │   │   │   ├── nrf_soc.h
│   │   │   │   ├── nrf_svc.h
│   │   │   │   └── softdevice_assert.h
│   │   │   ├── hex
│   │   │   │   └── s130_nrf51_1.0.0_softdevice.hex
│   │   │   └── toolchain
│   │   │   ├── armgcc
│   │   │   │   ├── armgcc_s130_nrf51422_xxaa.ld
│   │   │   │   ├── armgcc_s130_nrf51422_xxac.ld
│   │   │   │   ├── armgcc_s130_nrf51822_xxaa.ld
│   │   │   │   └── armgcc_s130_nrf51822_xxab.ld
│   │   │   └── iar
│   │   │   ├── iar_s130_nrf51422_xxaa.icf
│   │   │   ├── iar_s130_nrf51422_xxac.icf
│   │   │   ├── iar_s130_nrf51822_xxaa.icf
│   │   │   └── iar_s130_nrf51822_xxab.icf
│   │   ├── s210
│   │   │   ├── doc
│   │   │   │   ├── s210_nrf51422_5.0.0_licence_agreement.pdf
│   │   │   │   ├── s210_nrf51422_5.0.0_licence_agreement.txt
│   │   │   │   ├── s210_nrf51422_5.0.0_migration_document.pdf
│   │   │   │   ├── s210_nrf51422_5.0.0_readme.txt
│   │   │   │   └── s210_nrf51422_5.0.0_releasenotes.pdf
│   │   │   ├── headers
│   │   │   │   ├── ant_error.h
│   │   │   │   ├── ant_interface.h
│   │   │   │   ├── ant_parameters.h
│   │   │   │   ├── nrf_error.h
│   │   │   │   ├── nrf_error_sdm.h
│   │   │   │   ├── nrf_error_soc.h
│   │   │   │   ├── nrf_mbr.h
│   │   │   │   ├── nrf_sd_def.h
│   │   │   │   ├── nrf_sdm.h
│   │   │   │   ├── nrf_soc.h
│   │   │   │   ├── nrf_svc.h
│   │   │   │   └── softdevice_assert.h
│   │   │   ├── hex
│   │   │   │   └── s210_nrf51422_5.0.0_softdevice.hex
│   │   │   └── toolchain
│   │   │   ├── armgcc
│   │   │   │   ├── armgcc_s210_nrf51422_xxaa.ld
│   │   │   │   └── armgcc_s210_nrf51422_xxac.ld
│   │   │   └── iar
│   │   │   ├── iar_s210_nrf51422_xxaa.icf
│   │   │   └── iar_s210_nrf51422_xxac.icf
│   │   └── s310
│   │   ├── doc
│   │   │   ├── s310_nrf51822_3.0.0_licence_agreement.pdf
│   │   │   ├── s310_nrf51822_3.0.0_licence_agreement.txt
│   │   │   ├── s310_nrf51822_3.0.0_migration_document.pdf
│   │   │   ├── s310_nrf51822_3.0.0_readme.txt
│   │   │   └── s310_nrf51822_3.0.0_releasenotes.pdf
│   │   ├── headers
│   │   │   ├── ant_error.h
│   │   │   ├── ant_interface.h
│   │   │   ├── ant_parameters.h
│   │   │   ├── ble_err.h
│   │   │   ├── ble_gap.h
│   │   │   ├── ble_gattc.h
│   │   │   ├── ble_gatt.h
│   │   │   ├── ble_gatts.h
│   │   │   ├── ble.h
│   │   │   ├── ble_hci.h
│   │   │   ├── ble_l2cap.h
│   │   │   ├── ble_ranges.h
│   │   │   ├── ble_types.h
│   │   │   ├── nrf_error.h
│   │   │   ├── nrf_error_sdm.h
│   │   │   ├── nrf_error_soc.h
│   │   │   ├── nrf_mbr.h
│   │   │   ├── nrf_sd_def.h
│   │   │   ├── nrf_sdm.h
│   │   │   ├── nrf_soc.h
│   │   │   ├── nrf_svc.h
│   │   │   └── softdevice_assert.h
│   │   ├── hex
│   │   │   └── s310_nrf51422_3.0.0_softdevice.hex
│   │   └── toolchain
│   │   ├── armgcc
│   │   │   ├── armgcc_s310_nrf51422_xxaa.ld
│   │   │   └── armgcc_s310_nrf51422_xxac.ld
│   │   └── iar
│   │   ├── iar_s310_nrf51422_xxaa.icf
│   │   └── iar_s310_nrf51422_xxac.icf
│   └── toolchain
│   ├── arm
│   │   ├── arm_startup_nrf51.s
│   │   ├── arm_startup_nrf52.s
│   │   └── uicr_config.h
│   ├── gcc
│   │   ├── arm_common_tables.h
│   │   ├── arm_const_structs.h
│   │   ├── arm_math.h
│   │   ├── core_cm0.h
│   │   ├── core_cm4.h
│   │   ├── core_cmFunc.h
│   │   ├── core_cmInstr.h
│   │   ├── core_cmSimd.h
│   │   ├── gcc_nrf51_common.ld
│   │   ├── gcc_startup_nrf51.s
│   │   ├── gcc_startup_nrf52.s
│   │   ├── Makefile.common
│   │   ├── Makefile.posix
│   │   ├── Makefile.windows
│   │   ├── nrf51_common.ld
│   │   ├── nrf51_xxaa.ld
│   │   ├── nrf51_xxab.ld
│   │   ├── nrf51_xxac.ld
│   │   ├── nrf52_common.ld
│   │   ├── nrf52_xxaa.ld
│   │   └── nrf5x_common.ld
│   ├── iar
│   │   ├── iar_nrf51_blank_xxaa.icf
│   │   ├── iar_nrf51_blank_xxac.icf
│   │   ├── iar_startup_nrf51.s
│   │   └── iar_startup_nrf52.s
│   ├── system_nrf51422.c
│   ├── system_nrf51.c
│   ├── system_nrf51.h
│   ├── system_nrf52.c
│   └── system_nrf52.h
├── examples
│   ├── ble_peripheral
│   │   └── ble_app_template
│   │   ├── config
│   │   │   ├── device_manager_cnfg.h
│   │   │   ├── nrf_drv_config.h
│   │   │   └── pstorage_platform.h
│   │   ├── main.c
│   │   ├── my_service2.c
│   │   ├── my_service2.h
│   │   ├── my_service.c
│   │   ├── my_service.h
│   │   └── pca10028
│   │   └── s110
│   │   ├── arm4
│   │   │   ├── ble_app_template_s110_pca10028.uvgui
│   │   │   ├── ble_app_template_s110_pca10028.uvopt
│   │   │   └── ble_app_template_s110_pca10028.uvproj
│   │   ├── arm5_no_packs
│   │   │   ├── ble_app_template_s110_pca10028.uvguix
│   │   │   ├── ble_app_template_s110_pca10028.uvguix.cc
│   │   │   ├── ble_app_template_s110_pca10028.uvoptx
│   │   │   ├── ble_app_template_s110_pca10028.uvprojx
│   │   │   ├── _build
│   │   │   │   ├── app_button.crf
│   │   │   │   ├── app_button.d
│   │   │   │   ├── app_button.o
│   │   │   │   ├── app_error.crf
│   │   │   │   ├── app_error.d
│   │   │   │   ├── app_error.o
│   │   │   │   ├── app_timer.crf
│   │   │   │   ├── app_timer.d
│   │   │   │   ├── app_timer.o
│   │   │   │   ├── app_trace.crf
│   │   │   │   ├── app_trace.d
│   │   │   │   ├── app_trace.o
│   │   │   │   ├── app_uart.crf
│   │   │   │   ├── app_uart.d
│   │   │   │   ├── app_uart.o
│   │   │   │   ├── arm_startup_nrf51.d
│   │   │   │   ├── arm_startup_nrf51.lst
│   │   │   │   ├── arm_startup_nrf51.o
│   │   │   │   ├── ble_advdata.crf
│   │   │   │   ├── ble_advdata.d
│   │   │   │   ├── ble_advdata.o
│   │   │   │   ├── ble_advertising.crf
│   │   │   │   ├── ble_advertising.d
│   │   │   │   ├── ble_advertising.o
│   │   │   │   ├── ble_app_template_s110_pca10028_nrf51422_xxac_s110.dep
│   │   │   │   ├── ble_conn_params.crf
│   │   │   │   ├── ble_conn_params.d
│   │   │   │   ├── ble_conn_params.o
│   │   │   │   ├── ble_srv_common.crf
│   │   │   │   ├── ble_srv_common.d
│   │   │   │   ├── ble_srv_common.o
│   │   │   │   ├── bsp_btn_ble.crf
│   │   │   │   ├── bsp_btn_ble.d
│   │   │   │   ├── bsp_btn_ble.o
│   │   │   │   ├── bsp.crf
│   │   │   │   ├── bsp.d
│   │   │   │   ├── bsp.o
│   │   │   │   ├── device_manager_peripheral.crf
│   │   │   │   ├── device_manager_peripheral.d
│   │   │   │   ├── device_manager_peripheral.o
│   │   │   │   ├── ExtDll.iex
│   │   │   │   ├── main.crf
│   │   │   │   ├── main.d
│   │   │   │   ├── main.o
│   │   │   │   ├── my_service2.crf
│   │   │   │   ├── my_service2.d
│   │   │   │   ├── my_service2.o
│   │   │   │   ├── my_service.crf
│   │   │   │   ├── my_service.d
│   │   │   │   ├── my_service.o
│   │   │   │   ├── nrf51422_xxac_s110.axf
│   │   │   │   ├── nrf51422_xxac_s110.build_log.htm
│   │   │   │   ├── nrf51422_xxac_s110.hex
│   │   │   │   ├── nrf51422_xxac_s110.htm
│   │   │   │   ├── nrf51422_xxac_s110.lnp
│   │   │   │   ├── nrf51422_xxac_s110.map
│   │   │   │   ├── nrf51422_xxac_s110.sct
│   │   │   │   ├── nrf_assert.crf
│   │   │   │   ├── nrf_assert.d
│   │   │   │   ├── nrf_assert.o
│   │   │   │   ├── nrf_delay.crf
│   │   │   │   ├── nrf_delay.d
│   │   │   │   ├── nrf_delay.o
│   │   │   │   ├── nrf_drv_common.crf
│   │   │   │   ├── nrf_drv_common.d
│   │   │   │   ├── nrf_drv_common.o
│   │   │   │   ├── nrf_drv_gpiote.crf
│   │   │   │   ├── nrf_drv_gpiote.d
│   │   │   │   ├── nrf_drv_gpiote.o
│   │   │   │   ├── nrf_drv_uart.crf
│   │   │   │   ├── nrf_drv_uart.d
│   │   │   │   ├── nrf_drv_uart.o
│   │   │   │   ├── pstorage.crf
│   │   │   │   ├── pstorage.d
│   │   │   │   ├── pstorage.o
│   │   │   │   ├── retarget.crf
│   │   │   │   ├── retarget.d
│   │   │   │   ├── retarget.o
│   │   │   │   ├── segger_rtt.crf
│   │   │   │   ├── segger_rtt.d
│   │   │   │   ├── segger_rtt.o
│   │   │   │   ├── segger_rtt_printf.crf
│   │   │   │   ├── segger_rtt_printf.d
│   │   │   │   ├── segger_rtt_printf.o
│   │   │   │   ├── softdevice_handler.crf
│   │   │   │   ├── softdevice_handler.d
│   │   │   │   ├── softdevice_handler.o
│   │   │   │   ├── system_nrf51.crf
│   │   │   │   ├── system_nrf51.d
│   │   │   │   └── system_nrf51.o
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   └── RTE
│   │   │   ├── Device
│   │   │   │   └── nRF51422_xxAC
│   │   │   │   ├── arm_startup_nrf51.s
│   │   │   │   └── system_nrf51.c
│   │   │   └── RTE_Components.h
│   │   ├── armgcc
│   │   │   ├── ble_app_template_gcc_nrf51.ld
│   │   │   └── Makefile
│   │   └── iar
│   │   ├── ble_app_template_iar_nRF5x.icf
│   │   ├── ble_app_template_s110_pca10028.ewd
│   │   └── ble_app_template_s110_pca10028.ewp
│   ├── bsp
│   │   ├── boards.h
│   │   ├── bsp_btn_ant.c
│   │   ├── bsp_btn_ant.h
│   │   ├── bsp_btn_ble.c
│   │   ├── bsp_btn_ble.h
│   │   ├── bsp.c
│   │   ├── bsp.h
│   │   ├── n5_starterkit.h
│   │   └── pca10028.h
│   └── readme.txt
├── external
│   ├── freertos
│   │   ├── config
│   │   │   └── FreeRTOSConfig.h
│   │   ├── license
│   │   │   └── license.txt
│   │   ├── portable
│   │   │   ├── ARM
│   │   │   │   ├── nrf51
│   │   │   │   │   ├── port.c
│   │   │   │   │   └── portmacro.h
│   │   │   │   └── nrf52
│   │   │   │   ├── port.c
│   │   │   │   └── portmacro.h
│   │   │   ├── CMSIS
│   │   │   │   ├── nrf51
│   │   │   │   │   ├── port_cmsis.c
│   │   │   │   │   ├── port_cmsis_systick.c
│   │   │   │   │   └── portmacro_cmsis.h
│   │   │   │   └── nrf52
│   │   │   │   ├── port_cmsis.c
│   │   │   │   ├── port_cmsis_systick.c
│   │   │   │   └── portmacro_cmsis.h
│   │   │   ├── GCC
│   │   │   │   ├── nrf51
│   │   │   │   │   ├── port.c
│   │   │   │   │   └── portmacro.h
│   │   │   │   └── nrf52
│   │   │   │   ├── port.c
│   │   │   │   └── portmacro.h
│   │   │   └── IAR
│   │   │   ├── nrf51
│   │   │   │   ├── port.c
│   │   │   │   └── portmacro.h
│   │   │   └── nrf52
│   │   │   ├── port.c
│   │   │   └── portmacro.h
│   │   ├── readme.txt
│   │   └── source
│   │   ├── croutine.c
│   │   ├── event_groups.c
│   │   ├── include
│   │   │   ├── croutine.h
│   │   │   ├── deprecated_definitions.h
│   │   │   ├── event_groups.h
│   │   │   ├── FreeRTOS.h
│   │   │   ├── list.h
│   │   │   ├── mpu_wrappers.h
│   │   │   ├── portable.h
│   │   │   ├── projdefs.h
│   │   │   ├── queue.h
│   │   │   ├── semphr.h
│   │   │   ├── StackMacros.h
│   │   │   ├── stdint.readme
│   │   │   ├── task.h
│   │   │   └── timers.h
│   │   ├── list.c
│   │   ├── portable
│   │   │   ├── MemMang
│   │   │   │   ├── heap_1.c
│   │   │   │   ├── heap_2.c
│   │   │   │   ├── heap_3.c
│   │   │   │   ├── heap_4.c
│   │   │   │   └── heap_5.c
│   │   │   └── readme.txt
│   │   ├── queue.c
│   │   ├── readme.txt
│   │   ├── tasks.c
│   │   └── timers.c
│   └── rtx
│   ├── include
│   │   ├── cmsis_os.h
│   │   └── RTX_CM_lib.h
│   ├── License.txt
│   ├── port
│   │   └── RTX_Conf_CM.c
│   └── source
│   ├── ARM
│   │   ├── RTX_CM0_B.lib
│   │   ├── RTX_CM0.lib
│   │   ├── RTX_CM3_B.lib
│   │   ├── RTX_CM3_IFX.lib
│   │   ├── RTX_CM3.lib
│   │   ├── RTX_CM4_B.lib
│   │   ├── RTX_CM4_IFX.lib
│   │   └── RTX_CM4.lib
│   ├── GCC
│   │   ├── libRTX_CM0.a
│   │   ├── libRTX_CM0_B.a
│   │   ├── libRTX_CM3.a
│   │   ├── libRTX_CM3_B.a
│   │   ├── libRTX_CM3_IFX.a
│   │   ├── libRTX_CM4.a
│   │   ├── libRTX_CM4_B.a
│   │   └── libRTX_CM4_IFX.a
│   ├── HAL_CM.c
│   ├── IAR
│   │   ├── RTX_CM0.a
│   │   ├── RTX_CM0_B.a
│   │   ├── RTX_CM3.a
│   │   ├── RTX_CM3_B.a
│   │   ├── RTX_CM4.a
│   │   └── RTX_CM4_B.a
│   ├── rt_CMSIS.c
│   ├── rt_Event.c
│   ├── rt_Event.h
│   ├── rt_HAL_CM.h
│   ├── rt_List.c
│   ├── rt_List.h
│   ├── rt_Mailbox.c
│   ├── rt_Mailbox.h
│   ├── rt_MemBox.c
│   ├── rt_MemBox.h
│   ├── rt_Memory.c
│   ├── rt_Memory.h
│   ├── rt_Mutex.c
│   ├── rt_Mutex.h
│   ├── rt_Robin.c
│   ├── rt_Robin.h
│   ├── rt_Semaphore.c
│   ├── rt_Semaphore.h
│   ├── rt_System.c
│   ├── rt_System.h
│   ├── rt_Task.c
│   ├── rt_Task.h
│   ├── rt_Time.c
│   ├── rt_Time.h
│   ├── rt_Timer.c
│   ├── rt_Timer.h
│   ├── rt_TypeDef.h
│   └── RTX_Config.h
├── nRF5x_MDK_8_2_0_IAR.msi
├── nRF5x_MDK_8_2_0_Keil4.msi
├── RTT
│   ├── SEGGER_RTT.c
│   ├── SEGGER_RTT_Conf.h
│   ├── SEGGER_RTT.h
│   └── SEGGER_RTT_printf.c
└── SVD
├── nrf51.svd
└── nrf52.svd

279 directories, 1730 files

标签:

实例下载地址

nrf51822创建多个自定义服务和特征值

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警