BLE_Central.SearchResults 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. ---- IES600RB_VER_LOW Matches (3 in 2 files) ----
  2. main.h (examples\ble_central\ble_app_uart_c) line 16 : #define IES600RB_VER_LOW 1
  3. Server_Answer_Version in our_service.c (examples\ble_central\ble_app_uart_c) : SvrSendBuff[12] = IES600RB_VER_LOW;
  4. Server_Answer_Upgread in our_service.c (examples\ble_central\ble_app_uart_c) : SvrSendBuff[12] = IES600RB_VER_LOW;
  5. ---- ble_nus_c_evt_handler Matches (2 in 1 files) ----
  6. main.c (examples\ble_central\ble_app_uart_c) line 587 : static void ble_nus_c_evt_handler(ble_nus_c_t * p_ble_nus_c, ble_nus_c_evt_t const * p_ble_nus_evt)
  7. nus_c_init in main.c (examples\ble_central\ble_app_uart_c) : init.evt_handler = ble_nus_c_evt_handler;
  8. ---- WES Matches (1 in 1 files) ----
  9. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("WES ");
  10. ---- WES Matches (97 in 32 files) ----
  11. app_pwm_init in app_pwm.c (components\libraries\pwm) : .interrupt_priority = APP_IRQ_PRIORITY_LOWEST,
  12. app_simple_timer.h (components\libraries\simple_timer) line 115 : * anymore to reach lowest power consumption in system.
  13. app_simple_timer.h (components\libraries\simple_timer) line 117 : * @note The function switches off the internal core of the timer to reach lowest power consumption
  14. app_timer_rtx.c (components\libraries\timer) line 50 : #define RTC1_IRQ_PRI APP_IRQ_PRIORITY_LOWEST /**< Priority of the RTC1 interrupt. */
  15. app_usbd_hid_kbd.h (components\libraries\usbd\class\hid\kbd) line 227 : APP_USBD_HID_KBD_GLOBAL_DEF(my_awesome_kbd, 0, NRF_DRV_USBD_EPIN1, NULL, APP_USBD_HID_SUBCLASS_BOOT);
  16. app_usbd_hid_mouse.h (components\libraries\usbd\class\hid\mouse) line 94 : APP_USBD_HID_MOUSE_GLOBAL_DEF(my_awesome_mouse, 0, NRF_DRV_USBD_EPIN1, 3, NULL);
  17. app_usbd_langid.h (components\libraries\usbd) line 62 : * Offset of the lowest bit of primary language identifier.
  18. app_usbd_langid.h (components\libraries\usbd) line 81 : * Offset of the lowest bit of sublanguage identifier.
  19. app_util.h (components\libraries\util) line 440 : * @param[in] boff Lowest bit number
  20. app_util.h (components\libraries\util) line 451 : * @param[in] boff Lowest bit number
  21. app_util.h (components\libraries\util) line 495 : * @param[in] boff Lowest bit number
  22. app_util.h (components\libraries\util) line 513 : * @brief Get lowest bit number in the field
  23. app_util.h (components\libraries\util) line 519 : * @return Lowest bit number in given bit-field
  24. app_util_platform.h (components\libraries\util) line 73 : #define _PRIO_APP_LOWEST 3
  25. app_util_platform.h (components\libraries\util) line 83 : #define _PRIO_APP_LOWEST 7
  26. app_util_platform.h (components\libraries\util) line 107 : APP_IRQ_PRIORITY_LOWEST = _PRIO_APP_LOWEST, /**< Running in Application Lowest interrupt level. */
  27. ble_cts_c.c (components\ble\ble_services\ble_cts_c) line 53 : #define CTS_YEAR_MIN 1582 /**< The lowest valid Current Time year is the year when the Western calendar was introduced. */
  28. ble_gap.h (components\softdevice\s132\headers) line 526 : #define BLE_GAP_CP_MIN_CONN_INTVL_MIN 0x0006 /**< Lowest minimum connection interval permitted, in units of 1.25 ms, i.e. 7.5 ms. */
  29. ble_gap.h (components\softdevice\s132\headers) line 529 : #define BLE_GAP_CP_MAX_CONN_INTVL_MIN 0x0006 /**< Lowest maximum connection interval permitted, in units of 1.25 ms, i.e. 7.5 ms. */
  30. ble_gap.h (components\softdevice\s132\headers) line 533 : #define BLE_GAP_CP_CONN_SUP_TIMEOUT_MIN 0x000A /**< Lowest supervision timeout permitted, in units of 10 ms, i.e. 100 ms. */
  31. ble_gap.h (components\softdevice\s132\headers) line 2740 : * having the lowest priority of all roles and modules, this may not be possible. In that
  32. es_security_tlm_to_etlm in es_security.c (components\ble\ble_services\eddystone) : // Take the current timestamp and clear the lowest K bits, use it as nonce.
  33. slip_uart_open in hci_slip.c (components\libraries\hci) : APP_IRQ_PRIORITY_LOWEST);
  34. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("WES");
  35. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, "WESACK", 6);
  36. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, "WESACK", 6);
  37. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, "WESACK", 6);
  38. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_INFO("Send WESACK");
  39. uart_init in main.c (examples\ble_central\ble_app_uart_c) : APP_IRQ_PRIORITY_LOWEST,
  40. nrfx_swi.h (modules\nrfx\drivers\include) line 80 : #define NRFX_SWI_DEFAULT_PRIORITY APP_IRQ_PRIORITY_LOWEST
  41. nrfx_timer.h (modules\nrfx\drivers\include) line 161 : * The timer will allow to enter the lowest possible SYSTEM_ON state
  42. nrfx_uarte_uninit in nrfx_uarte.c (modules\nrfx\drivers\src) : // to achieve the lowest power consumption.
  43. nrfx_uarte_tx in nrfx_uarte.c (modules\nrfx\drivers\src) : // the lowest possible level of the UARTE power consumption.
  44. uarte_irq_handler in nrfx_uarte.c (modules\nrfx\drivers\src) : // the lowest possible level of the UARTE power consumption.
  45. nrfx_usbd.c (modules\nrfx\drivers\src) line 125 : * @brief Lowest position of bit for IN endpoint.
  46. nrfx_usbd.c (modules\nrfx\drivers\src) line 133 : * @brief Lowest position of bit for OUT endpoint.
  47. nrf_ble_gatt.c (components\ble\nrf_ble_gatt) line 196 : * @details The effective ATT MTU is set to the lowest between what we requested and the peer's
  48. on_exchange_mtu_rsp_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : // Determine the lowest MTU between our own desired MTU and the peer's.
  49. HS_AdParser in nrf_ble_scan.c (components\ble\nrf_ble_scan) : else if( strncmp("ICSWES", data+1, 6) == 0 )
  50. HS_AdParser in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("==> ICSWES : ");
  51. HS_AdParser in nrf_ble_scan.c (components\ble\nrf_ble_scan) : SystemManager.DevType = DEV_WES_ADV;
  52. nrf_ble_scan.c (components\ble\nrf_ble_scan) line 1067 : }else if( strncmp("ICSWES", data+1, 6) == 0 )
  53. nrf_ble_scan.c (components\ble\nrf_ble_scan) line 1073 : SystemManager.DevType = DEV_WES_ADV;
  54. nrf_ble_scan_on_adv_report in nrf_ble_scan.c (components\ble\nrf_ble_scan) : else if( SystemManager.DevType == DEV_WES_ADV )
  55. nrf_ble_scan_on_adv_report in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("================= DEV_WES_ADV\n");
  56. nrf_ble_scan_on_adv_report in nrf_ble_scan.c (components\ble\nrf_ble_scan) : SystemManager.Encryption_Mode = AES_ENC_WES;
  57. nrf_crypto_rng.h (components\libraries\crypto) line 194 : * element / lowest address.
  58. irq_prio_inc in nrf_libuarte_async.c (components\libraries\libuarte) : APP_IRQ_PRIORITY_LOWEST, /* 6 + 1 = 7 */
  59. nrf_libuarte_async_init in nrf_libuarte_async.c (components\libraries\libuarte) : if (p_config->int_prio == APP_IRQ_PRIORITY_LOWEST ||
  60. nrf_libuarte_async_init in nrf_libuarte_async.c (components\libraries\libuarte) : NRF_LOG_ERROR("Too low priority. Lowest possible priority is %d", APP_IRQ_PRIORITY_LOW);
  61. nrf_power.h (modules\nrfx\hal) line 571 : * clear its settings (set to the lowest voltage).
  62. nrf_soc.h (components\softdevice\s132\headers) line 63 : /**@brief The number of the lowest SVC number reserved for the SoC library. */
  63. nrf_stack_info.h (components\libraries\stack_info) line 69 : * @brief Base (lowest) stack address.
  64. our_service.h (examples\ble_central\ble_app_uart_c) line 104 : #define DEV_WES 4
  65. our_service.h (examples\ble_central\ble_app_uart_c) line 105 : #define DEV_WES_EMG 5 // 비상벨 버튼
  66. our_service.h (examples\ble_central\ble_app_uart_c) line 106 : #define DEV_WES_ALIVE 6 // 수신기 Alive
  67. our_service.h (examples\ble_central\ble_app_uart_c) line 107 : #define DEV_WES_REG 7 // 수신기 목록
  68. our_service.h (examples\ble_central\ble_app_uart_c) line 108 : #define DEV_WES_ADV 8 // 수신기
  69. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : pm_peer_id_t * p_lowest_ranked_peer,
  70. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : uint32_t * p_lowest_rank)
  71. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : uint32_t lowest_rank = 0xFFFFFFFF;
  72. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : pm_peer_id_t lowest_ranked_peer = PM_PEER_ID_INVALID;
  73. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : if (peer_rank < lowest_rank)
  74. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : lowest_rank = peer_rank;
  75. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : lowest_ranked_peer = peer_id;
  76. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : if ((highest_ranked_peer == PM_PEER_ID_INVALID) || (lowest_ranked_peer == PM_PEER_ID_INVALID))
  77. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : if (p_lowest_ranked_peer != NULL)
  78. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : *p_lowest_ranked_peer = lowest_ranked_peer;
  79. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : if (p_lowest_rank != NULL)
  80. pm_peer_ranks_get in peer_manager.c (components\ble\peer_manager) : *p_lowest_rank = lowest_rank;
  81. peer_manager.h (components\ble\peer_manager) line 765 : /**@brief Function for finding the highest and lowest ranked peers.
  82. peer_manager.h (components\ble\peer_manager) line 779 : * @param[out] p_lowest_ranked_peer The peer ID with the lowest rank of all peers, for example,
  83. peer_manager.h (components\ble\peer_manager) line 781 : * @param[out] p_lowest_rank The lowest rank.
  84. pm_peer_ranks_get in peer_manager.h (components\ble\peer_manager) : pm_peer_id_t * p_lowest_ranked_peer,
  85. pm_peer_ranks_get in peer_manager.h (components\ble\peer_manager) : uint32_t * p_lowest_rank);
  86. pm_handler_flash_clean in peer_manager_handler.c (components\ble\peer_manager) : NRF_LOG_INFO("Deleting lowest ranked peer (peer_id: %d)", peer_id_to_delete);
  87. peer_manager_handler.h (components\ble\peer_manager) line 90 : * - Deletes the lowest ranked peer(s) when garbage collection is insufficient.
  88. sdk_config.h (config\nrf52832\config) line 101 : // <0=> Lowest ANT Tx power level setting. (-20dBm)
  89. sysmgr.h (examples\ble_central\ble_app_uart_c) line 99 : #define AES_ENC_WES 4
  90. sysmgr.h (examples\ble_central\ble_app_uart_c) line 100 : #define AES_ENC_WES_EMG 5
  91. sysmgr.h (examples\ble_central\ble_app_uart_c) line 101 : #define AES_ENC_WES_ALV 6
  92. sysmgr.h (examples\ble_central\ble_app_uart_c) line 102 : #define AES_ENC_WES_TST 7
  93. sysmgr.h (examples\ble_central\ble_app_uart_c) line 103 : #define AES_ENC_WES_REG 8
  94. utf8DecodeRune in utf.c (external\utf_converter) : uint8_t lowestAllowed, highestAllowed;
  95. utf8DecodeRune in utf.c (external\utf_converter) : lowestAllowed = 0x80;
  96. utf8DecodeRune in utf.c (external\utf_converter) : lowestAllowed = 0xA0;
  97. utf8DecodeRune in utf.c (external\utf_converter) : lowestAllowed = 0x90;
  98. utf8DecodeRune in utf.c (external\utf_converter) : if (c < lowestAllowed || c > highestAllowed) {
  99. utf8DecodeRune in utf.c (external\utf_converter) : // the old lowestAllowed and highestAllowed is only for the first continuation byte
  100. utf8DecodeRune in utf.c (external\utf_converter) : lowestAllowed = 0x80;
  101. ---- AES128_ECB_encrypt Matches (8 in 3 files) ----
  102. aes.c (examples\ble_central\ble_app_uart_c) line 453 : void AES128_ECB_encrypt(uint8_t* input, const uint8_t* key, uint8_t* output)
  103. aes.h (examples\ble_central\ble_app_uart_c) line 25 : void AES128_ECB_encrypt(uint8_t* input, const uint8_t* key, uint8_t *output);
  104. test_encrypt_ecb_verbose in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(plain_text + (i*16), key, buf+(i*16));
  105. test_encrypt_ecb in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, buffer);
  106. CarEncryptEcb in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  107. CarEncryptEcbACK in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  108. PcaEncryptEcb in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  109. PcaEncryptEcbACK in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  110. ---- AES_ENC_CAR Matches (7 in 4 files) ----
  111. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : case AES_ENC_CAR:
  112. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcb( AES_ENC_CAR );
  113. HS_AdParser in nrf_ble_scan.c (components\ble\nrf_ble_scan) : SystemManager.Encryption_Mode = AES_ENC_CAR;
  114. nrf_ble_scan.c (components\ble\nrf_ble_scan) line 1042 : SystemManager.BandMode = AES_ENC_CAR;
  115. CarEncryptEcb in sysmgr.c (examples\ble_central\ble_app_uart_c) : if( mode == AES_ENC_CAR )
  116. PcaEncryptEcb in sysmgr.c (examples\ble_central\ble_app_uart_c) : if( mode == AES_ENC_CAR )
  117. sysmgr.h (examples\ble_central\ble_app_uart_c) line 96 : #define AES_ENC_CAR 1
  118. ---- CarEncryptEcb Matches (11 in 3 files) ----
  119. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcb( AES_ENC_WES );
  120. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcb( AES_ENC_CAR );
  121. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcb( AES_ENC_EMG );
  122. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcb( AES_ENC_PCA );
  123. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcbACK(SystemManager.BandType);
  124. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcbACK(SystemManager.BandType);
  125. sysmgr.c (examples\ble_central\ble_app_uart_c) line 918 : void CarEncryptEcb(int mode)
  126. sysmgr.c (examples\ble_central\ble_app_uart_c) line 958 : void CarEncryptEcbACK(char type)
  127. sysmgr.c (examples\ble_central\ble_app_uart_c) line 1191 : //CarEncryptEcb();
  128. sysmgr.h (examples\ble_central\ble_app_uart_c) line 160 : void CarEncryptEcb(int mode);
  129. sysmgr.h (examples\ble_central\ble_app_uart_c) line 162 : void CarEncryptEcbACK(char type);
  130. ---- CarEncryptEcbACK Matches (4 in 3 files) ----
  131. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcbACK(SystemManager.BandType);
  132. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcbACK(SystemManager.BandType);
  133. sysmgr.c (examples\ble_central\ble_app_uart_c) line 958 : void CarEncryptEcbACK(char type)
  134. sysmgr.h (examples\ble_central\ble_app_uart_c) line 171 : void CarEncryptEcbACK(char type);
  135. ---- Wes_Encryp_Ecb Matches (4 in 3 files) ----
  136. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : Wes_Encryp_Ecb();
  137. sysmgr.c (examples\ble_central\ble_app_uart_c) line 853 : void Wes_Encryp_Ecb()
  138. Wes_Encryp_Ecb in sysmgr.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("Wes_Encryp_Ecb : 0x%04x\n", tempVal);
  139. sysmgr.h (examples\ble_central\ble_app_uart_c) line 163 : void Wes_Encryp_Ecb();
  140. ---- ================= DEV_WES_ADV Matches (1 in 1 files) ----
  141. nrf_ble_scan_on_adv_report in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("================= DEV_WES_ADV\n");
  142. ---- ================= DEV_WES_ADV Matches (1 in 1 files) ----
  143. nrf_ble_scan_on_adv_report in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("================= DEV_WES_ADV\n");
  144. ---- ==> ICSWES Matches (1 in 1 files) ----
  145. HS_AdParser in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("==> ICSWES : ");
  146. ---- <--------------------- BLE_GAP_EVT_CONNECTED --... Matches (1 in 1 files) ----
  147. nrf_ble_scan_on_ble_evt in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("<--------------------- BLE_GAP_EVT_CONNECTED ---------------------> \n" );
  148. ---- Wes_Encrypt_EcbACK Matches (2 in 2 files) ----
  149. sysmgr.c (examples\ble_central\ble_app_uart_c) line 877 : void Wes_Encrypt_EcbACK()
  150. sysmgr.h (examples\ble_central\ble_app_uart_c) line 164 : void Wes_Encrypt_EcbACK();
  151. ---- CarEncryptEcbACK Matches (4 in 3 files) ----
  152. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcbACK(SystemManager.BandType);
  153. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarEncryptEcbACK(SystemManager.BandType);
  154. sysmgr.c (examples\ble_central\ble_app_uart_c) line 958 : void CarEncryptEcbACK(char type)
  155. sysmgr.h (examples\ble_central\ble_app_uart_c) line 171 : void CarEncryptEcbACK(char type);
  156. ---- SendAck Matches (5 in 2 files) ----
  157. ParseEventServer in our_service.c (examples\ble_central\ble_app_uart_c) : SendAck(COM_TYPE_SVR_RECV_REG_ANSWER);
  158. ParseEventServer in our_service.c (examples\ble_central\ble_app_uart_c) : SendAck(COM_TYPE_SVR_RECV_INIT_ANSWER);
  159. our_service.c (examples\ble_central\ble_app_uart_c) line 654 : void SendAck(uint8_t cmd)
  160. SendAck in our_service.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("===> SendAck()\n");
  161. our_service.h (examples\ble_central\ble_app_uart_c) line 318 : void SendAck(uint8_t cmd);
  162. ---- SendEmergency() Matches (4 in 3 files) ----
  163. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SendEmergency();
  164. our_service.c (examples\ble_central\ble_app_uart_c) line 698 : void SendEmergency()
  165. SendEmergency in our_service.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("===> SendEmergency()\n");
  166. our_service.h (examples\ble_central\ble_app_uart_c) line 312 : void SendEmergency();
  167. ---- ===============================================... Matches (1 in 1 files) ----
  168. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_INFO("=======================================================ble_nus_c_evt_handler -- BLE_NUS_C_EVT_DISCOVERY_COMPLETE");
  169. ---- DEV_NUS_TEST Matches (2 in 2 files) ----
  170. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : case DEV_NUS_TEST:
  171. our_service.h (examples\ble_central\ble_app_uart_c) line 115 : #define DEV_NUS_TEST 2
  172. ---- SystemManager.AesEncData Matches (66 in 2 files) ----
  173. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  174. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  175. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  176. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16); // PCAXX 전송
  177. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarDecryptEcb( &SystemManager.TmpBuff[1], &SystemManager.AesEncData[0] );
  178. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("%02x ", SystemManager.AesEncData[i]);
  179. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : memcpy( &(p_ble_nus_evt->p_data[1]), &SystemManager.AesEncData[0], 16 );
  180. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  181. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  182. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  183. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  184. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  185. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  186. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarDecryptEcb( &SystemManager.TmpBuff[1], SystemManager.AesEncData );
  187. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("%02x ", SystemManager.AesEncData[i]);
  188. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[0] = SystemManager.AesEncData[4];
  189. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[1] = SystemManager.AesEncData[5];
  190. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[2] = SystemManager.AesEncData[6];
  191. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[3] = SystemManager.AesEncData[7];
  192. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Dong[0] = SystemManager.AesEncData[8];
  193. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Dong[1] = SystemManager.AesEncData[9];
  194. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Ho[0] = SystemManager.AesEncData[10];
  195. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Ho[1] = SystemManager.AesEncData[11];
  196. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Key_Num = SystemManager.AesEncData[12];
  197. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Key_Type = SystemManager.AesEncData[13];
  198. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Random_Out[0] = SystemManager.AesEncData[14];
  199. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Random_Out[1] = SystemManager.AesEncData[15];
  200. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarDecryptEcb( &SystemManager.TmpBuff[1], SystemManager.AesEncData );
  201. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("%02x ", SystemManager.AesEncData[i]);
  202. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[0] = SystemManager.AesEncData[4];
  203. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[1] = SystemManager.AesEncData[5];
  204. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[2] = SystemManager.AesEncData[6];
  205. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[3] = SystemManager.AesEncData[7];
  206. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Dong[0] = SystemManager.AesEncData[8];
  207. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Dong[1] = SystemManager.AesEncData[9];
  208. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Ho[0] = SystemManager.AesEncData[10];
  209. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Ho[1] = SystemManager.AesEncData[11];
  210. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Key_Num = SystemManager.AesEncData[12];
  211. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Key_Type = SystemManager.AesEncData[13];
  212. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Random_Out[0] = SystemManager.AesEncData[14];
  213. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Random_Out[1] = SystemManager.AesEncData[15];
  214. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarDecryptEcb( &SystemManager.TmpBuff[1], SystemManager.AesEncData );
  215. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("%02x ", SystemManager.AesEncData[i]);
  216. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[0] = SystemManager.AesEncData[4];
  217. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[1] = SystemManager.AesEncData[5];
  218. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[2] = SystemManager.AesEncData[6];
  219. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Site[3] = SystemManager.AesEncData[7];
  220. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Dong[0] = SystemManager.AesEncData[8];
  221. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Dong[1] = SystemManager.AesEncData[9];
  222. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Ho[0] = SystemManager.AesEncData[10];
  223. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Ho[1] = SystemManager.AesEncData[11];
  224. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Key_Num = SystemManager.AesEncData[12];
  225. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Key_Type = SystemManager.AesEncData[13];
  226. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Random_Out[0] = SystemManager.AesEncData[14];
  227. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SystemManager.Random_Out[1] = SystemManager.AesEncData[15];
  228. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : CarDecryptEcb( &SystemManager.TmpBuff[0], SystemManager.AesEncData );
  229. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("%02x ", SystemManager.AesEncData[i]);
  230. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  231. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  232. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : ble_nus_c_string_send(&m_ble_nus_c, SystemManager.AesEncData, 16);
  233. Wes_Encryp_Ecb in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  234. Wes_Encrypt_EcbACK in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  235. CarEncryptEcb in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  236. CarEncryptEcbACK in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  237. PcaEncryptEcb in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  238. PcaEncryptEcbACK in sysmgr.c (examples\ble_central\ble_app_uart_c) : AES128_ECB_encrypt(in, key, SystemManager.AesEncData);
  239. ---- <--------------------- BLE_GAP_EVT_CONNECTED --... Matches (1 in 1 files) ----
  240. nrf_ble_scan_on_ble_evt in nrf_ble_scan.c (components\ble\nrf_ble_scan) : NRF_LOG_RAW_INFO("<--------------------- BLE_GAP_EVT_CONNECTED ---------------------> \n" );
  241. ---- evt_handler Matches (298 in 79 files) ----
  242. attr_len2_parse in ancs_attr_parser.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&p_ancs->evt);
  243. attr_data_parse in ancs_attr_parser.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&p_ancs->evt);
  244. attr_skip in ancs_attr_parser.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&p_ancs->evt);
  245. ble_advertising_init in ble_advertising.c (components\ble\ble_advertising) : p_advertising->evt_handler = p_init->evt_handler;
  246. ble_advertising_start in ble_advertising.c (components\ble\ble_advertising) : if (p_advertising->evt_handler != NULL)
  247. ble_advertising_start in ble_advertising.c (components\ble\ble_advertising) : p_advertising->evt_handler(BLE_ADV_EVT_PEER_ADDR_REQUEST);
  248. ble_advertising_start in ble_advertising.c (components\ble\ble_advertising) : if ((p_advertising->evt_handler != NULL) &&
  249. ble_advertising_start in ble_advertising.c (components\ble\ble_advertising) : p_advertising->evt_handler(BLE_ADV_EVT_WHITELIST_REQUEST);
  250. ble_advertising_start in ble_advertising.c (components\ble\ble_advertising) : if (p_advertising->evt_handler != NULL)
  251. ble_advertising_start in ble_advertising.c (components\ble\ble_advertising) : p_advertising->evt_handler(p_advertising->adv_evt);
  252. {anonble_advertising_t} in ble_advertising.h (components\ble\ble_advertising) : ble_adv_evt_handler_t evt_handler; /**< Handler for the advertising events. Can be initialized as NULL if no handling is implemented on in the main application. */
  253. {anonble_advertising_init_t} in ble_advertising.h (components\ble\ble_advertising) : ble_adv_evt_handler_t evt_handler; /**< Event handler that will be called upon advertising events. */
  254. ble_ans_c_on_db_disc_evt in ble_ans_c.c (components\ble\ble_services\ble_ans_c) : p_ans->evt_handler(&evt);
  255. event_notify in ble_ans_c.c (components\ble\ble_services\ble_ans_c) : p_ans->evt_handler(&event);
  256. event_read_rsp in ble_ans_c.c (components\ble\ble_services\ble_ans_c) : p_ans->evt_handler(&event);
  257. event_disconnect in ble_ans_c.c (components\ble\ble_services\ble_ans_c) : p_ans->evt_handler(&evt);
  258. ble_ans_c_init in ble_ans_c.c (components\ble\ble_services\ble_ans_c) : VERIFY_PARAM_NOT_NULL(p_ans_init->evt_handler);
  259. ble_ans_c_init in ble_ans_c.c (components\ble\ble_services\ble_ans_c) : p_ans->evt_handler = p_ans_init->evt_handler;
  260. ble_ans_c_s in ble_ans_c.h (components\ble\ble_services\ble_ans_c) : ble_ans_c_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Alert Notification Client Application. */
  261. {anonble_ans_c_init_t} in ble_ans_c.h (components\ble\ble_services\ble_ans_c) : ble_ans_c_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Battery Service. */
  262. on_write in ble_bas.c (components\ble\ble_services\ble_bas) : if (p_bas->evt_handler == NULL)
  263. on_write in ble_bas.c (components\ble\ble_services\ble_bas) : p_bas->evt_handler(p_bas, &evt);
  264. ble_bas_init in ble_bas.c (components\ble\ble_services\ble_bas) : p_bas->evt_handler = p_bas_init->evt_handler;
  265. {anonble_bas_init_t} in ble_bas.h (components\ble\ble_services\ble_bas) : ble_bas_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Battery Service. */
  266. ble_bas_s in ble_bas.h (components\ble\ble_services\ble_bas) : ble_bas_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Battery Service. */
  267. on_read_rsp in ble_bas_c.c (components\ble\ble_services\ble_bas_c) : p_bas_c->evt_handler(p_bas_c, &evt);
  268. on_hvx in ble_bas_c.c (components\ble\ble_services\ble_bas_c) : p_ble_bas_c->evt_handler(p_ble_bas_c, &ble_bas_c_evt);
  269. ble_bas_on_db_disc_evt in ble_bas_c.c (components\ble\ble_services\ble_bas_c) : p_ble_bas_c->evt_handler(p_ble_bas_c, &evt);
  270. ble_bas_c_init in ble_bas_c.c (components\ble\ble_services\ble_bas_c) : p_ble_bas_c->evt_handler = p_ble_bas_c_init->evt_handler;
  271. ble_bas_c_s in ble_bas_c.h (components\ble\ble_services\ble_bas_c) : ble_bas_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the Battery Service. */
  272. {anonble_bas_c_init_t} in ble_bas_c.h (components\ble\ble_services\ble_bas_c) : ble_bas_c_evt_handler_t evt_handler; /**< Event handler to be called by the Battery Service Client module when there is an event related to the Battery Service. */
  273. on_cccd_write in ble_bps.c (components\ble\ble_services\ble_bps) : if (p_bps->evt_handler != NULL)
  274. on_cccd_write in ble_bps.c (components\ble\ble_services\ble_bps) : p_bps->evt_handler(p_bps, &evt);
  275. on_hvc in ble_bps.c (components\ble\ble_services\ble_bps) : p_bps->evt_handler(p_bps, &evt);
  276. ble_bps_init in ble_bps.c (components\ble\ble_services\ble_bps) : p_bps->evt_handler = p_bps_init->evt_handler;
  277. {anonble_bps_init_t} in ble_bps.h (components\ble\ble_services\ble_bps) : ble_bps_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Blood Pressure Service. */
  278. ble_bps_s in ble_bps.h (components\ble\ble_services\ble_bps) : ble_bps_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Blood Pressure Service. */
  279. update_timeout_handler in ble_conn_params.c (components\ble\common) : if (m_conn_params_config.evt_handler != NULL)
  280. update_timeout_handler in ble_conn_params.c (components\ble\common) : m_conn_params_config.evt_handler(&evt);
  281. conn_params_negotiation in ble_conn_params.c (components\ble\common) : if (m_conn_params_config.evt_handler != NULL)
  282. conn_params_negotiation in ble_conn_params.c (components\ble\common) : m_conn_params_config.evt_handler(&evt);
  283. {anonble_conn_params_init_t} in ble_conn_params.h (components\ble\common) : ble_conn_params_evt_handler_t evt_handler; //!< Event handler to be called for handling events in the Connection Parameters.
  284. on_meas_cccd_write in ble_cscs.c (components\ble\ble_services\ble_cscs) : if (p_cscs->evt_handler != NULL)
  285. on_meas_cccd_write in ble_cscs.c (components\ble\ble_services\ble_cscs) : p_cscs->evt_handler(p_cscs, &evt);
  286. ble_cscs_init in ble_cscs.c (components\ble\ble_services\ble_cscs) : p_cscs->evt_handler = p_cscs_init->evt_handler;
  287. ble_cscs_init in ble_cscs.c (components\ble\ble_services\ble_cscs) : sc_ctrlpt_init.evt_handler = p_cscs_init->ctrlpt_evt_handler;
  288. {anonble_cscs_init_t} in ble_cscs.h (components\ble\ble_services\ble_cscs) : ble_cscs_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Cycling Speed and Cadence Service. */
  289. ble_cscs_s in ble_cscs.h (components\ble\ble_services\ble_cscs) : ble_cscs_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Cycling Speed and Cadence Service. */
  290. ble_cts_c_on_db_disc_evt in ble_cts_c.c (components\ble\ble_services\ble_cts_c) : p_cts->evt_handler(p_cts, &evt);
  291. ble_cts_c_init in ble_cts_c.c (components\ble\ble_services\ble_cts_c) : VERIFY_PARAM_NOT_NULL(p_cts_init->evt_handler);
  292. ble_cts_c_init in ble_cts_c.c (components\ble\ble_services\ble_cts_c) : p_cts->evt_handler = p_cts_init->evt_handler;
  293. current_time_read in ble_cts_c.c (components\ble\ble_services\ble_cts_c) : p_cts->evt_handler(p_cts, &evt);
  294. on_disconnect in ble_cts_c.c (components\ble\ble_services\ble_cts_c) : p_cts->evt_handler(p_cts, &evt);
  295. ble_cts_c_s in ble_cts_c.h (components\ble\ble_services\ble_cts_c) : ble_cts_c_evt_handler_t evt_handler; /**< Event handler to be called for handling events from the Current Time Service client. */
  296. {anonble_cts_c_init_t} in ble_cts_c.h (components\ble\ble_services\ble_cts_c) : ble_cts_c_evt_handler_t evt_handler; /**< Event handler to be called for handling events from the Current Time Service client. */
  297. ble_db_discovery.c (components\ble\ble_db_discovery) line 68 : * @retval evt_handler Event handler of the module, registered for the given service UUID.
  298. pending_user_evts_send in ble_db_discovery.c (components\ble\ble_db_discovery) : p_db_discovery->pending_usr_evts[i].evt_handler(&(p_db_discovery->pending_usr_evts[i].evt));
  299. discovery_complete_evt_trigger in ble_db_discovery.c (components\ble\ble_db_discovery) : p_db_discovery->pending_usr_evts[p_db_discovery->pending_usr_evt_index].evt_handler = p_evt_handler;
  300. ble_db_discovery_init in ble_db_discovery.c (components\ble\ble_db_discovery) : VERIFY_PARAM_NOT_NULL(p_db_init->evt_handler);
  301. ble_db_discovery_init in ble_db_discovery.c (components\ble\ble_db_discovery) : m_evt_handler = p_db_init->evt_handler;
  302. {anonble_db_discovery_user_evt_t} in ble_db_discovery.h (components\ble\ble_db_discovery) : ble_db_discovery_evt_handler_t evt_handler; /**< Event handler which should be called to raise this event. */
  303. {anonble_db_discovery_init_t} in ble_db_discovery.h (components\ble\ble_db_discovery) : ble_db_discovery_evt_handler_t evt_handler; /**< Event handler to be called by the DB Discovery module. */
  304. on_hvc in ble_dfu.c (components\ble\ble_services\ble_dfu) : m_dfu.evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  305. ble_dfu_buttonless_bootloader_start_finalize in ble_dfu.c (components\ble\ble_services\ble_dfu) : m_dfu.evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER);
  306. ble_dfu_buttonless_init in ble_dfu.c (components\ble\ble_services\ble_dfu) : m_dfu.evt_handler = p_dfu_init->evt_handler;
  307. ble_dfu_buttonless_init in ble_dfu.c (components\ble\ble_services\ble_dfu) : if (m_dfu.evt_handler == NULL)
  308. ble_dfu_buttonless_init in ble_dfu.c (components\ble\ble_services\ble_dfu) : m_dfu.evt_handler = dummy_evt_handler;
  309. {anonble_dfu_buttonless_t} in ble_dfu.h (components\ble\ble_services\ble_dfu) : ble_dfu_buttonless_evt_handler_t evt_handler; /**< Event handler that is called upon Buttonless DFU events. See @ref ble_dfu_buttonless_evt_type_t. */
  310. {anonble_dfu_buttonless_init_t} in ble_dfu.h (components\ble\ble_services\ble_dfu) : ble_dfu_buttonless_evt_handler_t evt_handler; /**< Bootloader event handler. */
  311. pm_evt_handler in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  312. pm_evt_handler in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  313. ble_dfu_buttonless_on_sys_evt in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  314. ble_dfu_buttonless_on_sys_evt in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  315. ble_dfu_buttonless_on_sys_evt in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  316. ble_dfu_buttonless_on_ctrl_pt_write in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  317. ble_dfu_buttonless_on_ctrl_pt_write in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  318. ble_dfu_buttonless_bootloader_start_prepare in ble_dfu_bonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_PREPARE);
  319. enter_bootloader in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  320. ble_dfu_buttonless_on_sys_evt in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  321. ble_dfu_buttonless_on_sys_evt in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  322. ble_dfu_buttonless_on_sys_evt in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  323. ble_dfu_buttonless_on_ctrl_pt_write in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_RESPONSE_SEND_ERROR);
  324. ble_dfu_buttonless_on_ctrl_pt_write in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED);
  325. ble_dfu_buttonless_bootloader_start_prepare in ble_dfu_unbonded.c (components\ble\ble_services\ble_dfu) : mp_dfu->evt_handler(BLE_DFU_EVT_BOOTLOADER_ENTER_PREPARE);
  326. on_read_rsp in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : if ((p_ble_dis_c->evt_handler == NULL) ||
  327. on_read_rsp in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : p_ble_dis_c->evt_handler(p_ble_dis_c, &ble_dis_c_evt);
  328. on_read_rsp in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : p_ble_dis_c->evt_handler(p_ble_dis_c, &ble_dis_c_evt);
  329. on_disconnected in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : if (p_ble_dis_c->evt_handler != NULL)
  330. on_disconnected in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : p_ble_dis_c->evt_handler(p_ble_dis_c, &dis_c_evt);
  331. ble_dis_c_init in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : p_ble_dis_c->evt_handler = p_ble_dis_c_init->evt_handler;
  332. ble_dis_c_on_db_disc_evt in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : if ((p_ble_dis_c->evt_handler == NULL) ||
  333. ble_dis_c_on_db_disc_evt in ble_dis_c.c (components\ble\ble_services\ble_dis_c) : p_ble_dis_c->evt_handler(p_ble_dis_c, &ble_dis_c_evt);
  334. ble_dis_c_s in ble_dis_c.h (components\ble\ble_services\ble_dis_c) : ble_dis_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the DIS. */
  335. {anonble_dis_c_init_t} in ble_dis_c.h (components\ble\ble_services\ble_dis_c) : ble_dis_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the Device Information service. */
  336. ble_gls_init in ble_gls.c (components\ble\ble_services\ble_gls) : p_gls->evt_handler = p_gls_init->evt_handler;
  337. on_glm_cccd_write in ble_gls.c (components\ble\ble_services\ble_gls) : if (p_gls->evt_handler != NULL)
  338. on_glm_cccd_write in ble_gls.c (components\ble\ble_services\ble_gls) : p_gls->evt_handler(p_gls, &evt);
  339. {anonble_gls_init_t} in ble_gls.h (components\ble\ble_services\ble_gls) : ble_gls_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Glucose Service. */
  340. ble_gls_s in ble_gls.h (components\ble\ble_services\ble_gls) : ble_gls_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Glucose Service. */
  341. on_control_point_write in ble_hids.c (components\ble\ble_services\ble_hids) : if (p_hids->evt_handler != NULL)
  342. on_control_point_write in ble_hids.c (components\ble\ble_services\ble_hids) : p_hids->evt_handler(p_hids, &evt);
  343. on_protocol_mode_write in ble_hids.c (components\ble\ble_services\ble_hids) : if (p_hids->evt_handler != NULL)
  344. on_protocol_mode_write in ble_hids.c (components\ble\ble_services\ble_hids) : p_hids->evt_handler(p_hids, &evt);
  345. on_report_cccd_write in ble_hids.c (components\ble\ble_services\ble_hids) : if (p_hids->evt_handler != NULL)
  346. on_report_cccd_write in ble_hids.c (components\ble\ble_services\ble_hids) : p_hids->evt_handler(p_hids, &evt);
  347. on_report_value_write in ble_hids.c (components\ble\ble_services\ble_hids) : if (p_hids->evt_handler != NULL)
  348. on_report_value_write in ble_hids.c (components\ble\ble_services\ble_hids) : p_hids->evt_handler(p_hids, &evt);
  349. on_report_value_read_auth in ble_hids.c (components\ble\ble_services\ble_hids) : if (p_hids->evt_handler != NULL)
  350. on_report_value_read_auth in ble_hids.c (components\ble\ble_services\ble_hids) : p_hids->evt_handler(p_hids, &evt);
  351. ble_hids_init in ble_hids.c (components\ble\ble_services\ble_hids) : p_hids->evt_handler = p_hids_init->evt_handler;
  352. {anonble_hids_init_t} in ble_hids.h (components\ble\ble_services\ble_hids) : ble_hids_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the HID Service. */
  353. ble_hids_s in ble_hids.h (components\ble\ble_services\ble_hids) : ble_hids_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the HID Service. */
  354. on_hrm_cccd_write in ble_hrs.c (components\ble\ble_services\ble_hrs) : if (p_hrs->evt_handler != NULL)
  355. on_hrm_cccd_write in ble_hrs.c (components\ble\ble_services\ble_hrs) : p_hrs->evt_handler(p_hrs, &evt);
  356. ble_hrs_init in ble_hrs.c (components\ble\ble_services\ble_hrs) : p_hrs->evt_handler = p_hrs_init->evt_handler;
  357. {anonble_hrs_init_t} in ble_hrs.h (components\ble\ble_services\ble_hrs) : ble_hrs_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Heart Rate Service. */
  358. ble_hrs_s in ble_hrs.h (components\ble\ble_services\ble_hrs) : ble_hrs_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Heart Rate Service. */
  359. on_hvx in ble_hrs_c.c (components\ble\ble_services\ble_hrs_c) : p_ble_hrs_c->evt_handler(p_ble_hrs_c, &ble_hrs_c_evt);
  360. ble_hrs_on_db_disc_evt in ble_hrs_c.c (components\ble\ble_services\ble_hrs_c) : p_ble_hrs_c->evt_handler(p_ble_hrs_c, &evt);
  361. ble_hrs_c_init in ble_hrs_c.c (components\ble\ble_services\ble_hrs_c) : p_ble_hrs_c->evt_handler = p_ble_hrs_c_init->evt_handler;
  362. ble_hrs_c_s in ble_hrs_c.h (components\ble\ble_services\ble_hrs_c) : ble_hrs_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the Heart Rate Service. */
  363. {anonble_hrs_c_init_t} in ble_hrs_c.h (components\ble\ble_services\ble_hrs_c) : ble_hrs_c_evt_handler_t evt_handler; /**< Event handler to be called by the Heart Rate Client module when there is an event related to the Heart Rate Service. */
  364. on_cccd_write in ble_hts.c (components\ble\ble_services\ble_hts) : if (p_hts->evt_handler != NULL)
  365. on_cccd_write in ble_hts.c (components\ble\ble_services\ble_hts) : p_hts->evt_handler(p_hts, &evt);
  366. on_hvc in ble_hts.c (components\ble\ble_services\ble_hts) : p_hts->evt_handler(p_hts, &evt);
  367. ble_hts_init in ble_hts.c (components\ble\ble_services\ble_hts) : p_hts->evt_handler = p_hts_init->evt_handler;
  368. {anonble_hts_init_t} in ble_hts.h (components\ble\ble_services\ble_hts) : ble_hts_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Health Thermometer Service. */
  369. ble_hts_s in ble_hts.h (components\ble\ble_services\ble_hts) : ble_hts_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Health Thermometer Service. */
  370. on_write in ble_ias.c (components\ble\ble_services\ble_ias) : p_ias->evt_handler(p_ias, &evt);
  371. ble_ias_init in ble_ias.c (components\ble\ble_services\ble_ias) : if (p_ias_init->evt_handler == NULL)
  372. ble_ias_init in ble_ias.c (components\ble\ble_services\ble_ias) : p_ias->evt_handler = p_ias_init->evt_handler;
  373. {anonble_ias_init_t} in ble_ias.h (components\ble\ble_services\ble_ias) : ble_ias_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Immediate Alert Service. */
  374. ble_ias_s in ble_ias.h (components\ble\ble_services\ble_ias) : ble_ias_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Immediate Alert Service. */
  375. ble_ias_c_on_db_disc_evt in ble_ias_c.c (components\ble\ble_services\ble_ias_c) : p_ias_c->evt_handler(p_ias_c, &evt);
  376. ble_ias_c_init in ble_ias_c.c (components\ble\ble_services\ble_ias_c) : VERIFY_PARAM_NOT_NULL(p_ias_c_init->evt_handler);
  377. ble_ias_c_init in ble_ias_c.c (components\ble\ble_services\ble_ias_c) : p_ias_c->evt_handler = p_ias_c_init->evt_handler;
  378. on_disconnect in ble_ias_c.c (components\ble\ble_services\ble_ias_c) : p_ias_c->evt_handler(p_ias_c, &evt);
  379. ble_ias_c_s in ble_ias_c.h (components\ble\ble_services\ble_ias_c) : ble_ias_c_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Immediate Alert Service client. */
  380. {anonble_ias_c_init_t} in ble_ias_c.h (components\ble\ble_services\ble_ias_c) : ble_ias_c_evt_handler_t evt_handler; /**< Event handler to be called for handling events from the Immediate Alert Service client. */
  381. ble_ipsp_init in ble_ipsp.c (components\ble\ble_services\ble_ipsp) : NULL_PARAM_CHECK(p_init->evt_handler);
  382. ble_ipsp_init in ble_ipsp.c (components\ble\ble_services\ble_ipsp) : m_evt_handler = p_init->evt_handler;
  383. {anonble_ipsp_init_t} in ble_ipsp.h (components\ble\ble_services\ble_ipsp) : ble_ipsp_evt_handler_t evt_handler; /**< Event notification callback registered with the module to receive asynchronous events. */
  384. on_hvx in ble_lbs_c.c (components\ble\ble_services\ble_lbs_c) : p_ble_lbs_c->evt_handler(p_ble_lbs_c, &ble_lbs_c_evt);
  385. ble_lbs_on_db_disc_evt in ble_lbs_c.c (components\ble\ble_services\ble_lbs_c) : p_ble_lbs_c->evt_handler(p_ble_lbs_c, &evt);
  386. ble_lbs_c_init in ble_lbs_c.c (components\ble\ble_services\ble_lbs_c) : VERIFY_PARAM_NOT_NULL(p_ble_lbs_c_init->evt_handler);
  387. ble_lbs_c_init in ble_lbs_c.c (components\ble\ble_services\ble_lbs_c) : p_ble_lbs_c->evt_handler = p_ble_lbs_c_init->evt_handler;
  388. ble_lbs_c_s in ble_lbs_c.h (components\ble\ble_services\ble_lbs_c) : ble_lbs_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the LED Button service. */
  389. {anonble_lbs_c_init_t} in ble_lbs_c.h (components\ble\ble_services\ble_lbs_c) : ble_lbs_c_evt_handler_t evt_handler; /**< Event handler to be called by the LED Button Client module when there is an event related to the LED Button Service. */
  390. on_connect in ble_lls.c (components\ble\ble_services\ble_lls) : p_lls->evt_handler(p_lls, &evt);
  391. on_disconnect in ble_lls.c (components\ble\ble_services\ble_lls) : p_lls->evt_handler(p_lls, &evt);
  392. on_auth_status in ble_lls.c (components\ble\ble_services\ble_lls) : p_lls->evt_handler(p_lls, &evt);
  393. ble_lls_init in ble_lls.c (components\ble\ble_services\ble_lls) : if (p_lls_init->evt_handler == NULL)
  394. ble_lls_init in ble_lls.c (components\ble\ble_services\ble_lls) : p_lls->evt_handler = p_lls_init->evt_handler;
  395. {anonble_lls_init_t} in ble_lls.h (components\ble\ble_services\ble_lls) : ble_lls_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Link Loss Service. */
  396. ble_lls_s in ble_lls.h (components\ble\ble_services\ble_lls) : ble_lls_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Link Loss Service. */
  397. on_ctrl_pt_cccd_write in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : if (p_lns->evt_handler != NULL)
  398. on_ctrl_pt_cccd_write in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : p_lns->evt_handler(p_lns, &evt);
  399. on_loc_speed_cccd_write in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : if (p_lns->evt_handler != NULL)
  400. on_loc_speed_cccd_write in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : p_lns->evt_handler(p_lns, &evt);
  401. on_nav_cccd_write in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : if (p_lns->evt_handler != NULL)
  402. on_nav_cccd_write in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : p_lns->evt_handler(p_lns, &evt);
  403. ble_lns_init in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : p_lns->evt_handler = p_lns_init->evt_handler;
  404. ble_lns_init in ble_lns.c (components\ble\ble_services\experimental_ble_lns) : lncp_init.evt_handler = p_lns_init->lncp_evt_handler;
  405. ble_lns_init_s in ble_lns.h (components\ble\ble_services\experimental_ble_lns) : ble_lns_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Location and Navigation Service. */
  406. ble_lns_s in ble_lns.h (components\ble\ble_services\experimental_ble_lns) : ble_lns_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Location and Navigation Service. */
  407. notify_app in ble_ln_cp.c (components\ble\ble_services\experimental_ble_lns) : if (p_lncp->evt_handler != NULL)
  408. notify_app in ble_ln_cp.c (components\ble\ble_services\experimental_ble_lns) : rsp = p_lncp->evt_handler(p_lncp, p_evt);
  409. ble_lncp_init in ble_ln_cp.c (components\ble\ble_services\experimental_ble_lns) : p_lncp->evt_handler = p_lncp_init->evt_handler;
  410. {anonble_lncp_init_t} in ble_ln_cp.h (components\ble\ble_services\experimental_ble_lns) : ble_lncp_evt_handler_t evt_handler;
  411. ble_lncp_s in ble_ln_cp.h (components\ble\ble_services\experimental_ble_lns) : ble_lncp_evt_handler_t evt_handler;
  412. ble_nus_c_on_db_disc_evt in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : if (p_ble_nus_c->evt_handler != NULL)
  413. ble_nus_c_on_db_disc_evt in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : p_ble_nus_c->evt_handler(p_ble_nus_c, &nus_c_evt);
  414. on_hvx in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : && (p_ble_nus_c->evt_handler != NULL))
  415. on_hvx in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : p_ble_nus_c->evt_handler(p_ble_nus_c, &ble_nus_c_evt);
  416. ble_nus_c_init in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : p_ble_nus_c->evt_handler = p_ble_nus_c_init->evt_handler;
  417. ble_nus_c_on_ble_evt in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : && p_ble_nus_c->evt_handler != NULL)
  418. ble_nus_c_on_ble_evt in ble_nus_c.c (components\ble\ble_services\ble_nus_c) : p_ble_nus_c->evt_handler(p_ble_nus_c, &nus_c_evt);
  419. ble_nus_c_s in ble_nus_c.h (components\ble\ble_services\ble_nus_c) : ble_nus_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the NUS. */
  420. {anonble_nus_c_init_t} in ble_nus_c.h (components\ble\ble_services\ble_nus_c) : ble_nus_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the NUS. */
  421. ble_ots_init in ble_ots.c (components\ble\ble_services\experimental_ble_ots) : p_ots->evt_handler = p_ots_init->evt_handler;
  422. ble_ots_init in ble_ots.c (components\ble\ble_services\experimental_ble_ots) : p_ots->evt_handler = p_ots_init->evt_handler;
  423. ble_ots_l2cap_s in ble_ots.h (components\ble\ble_services\experimental_ble_ots) : ble_ots_l2cap_evt_handler_t evt_handler;
  424. {anonble_ots_l2cap_init_t} in ble_ots.h (components\ble\ble_services\experimental_ble_ots) : ble_ots_l2cap_evt_handler_t evt_handler;
  425. {anonble_ots_init_t} in ble_ots.h (components\ble\ble_services\experimental_ble_ots) : ble_ots_evt_handler_t evt_handler;
  426. ble_ots_s in ble_ots.h (components\ble\ble_services\experimental_ble_ots) : ble_ots_evt_handler_t evt_handler;
  427. ble_ots_l2cap_init in ble_ots_l2cap.c (components\ble\ble_services\experimental_ble_ots) : if (p_ots_l2cap_init->evt_handler == NULL)
  428. ble_ots_l2cap_init in ble_ots_l2cap.c (components\ble\ble_services\experimental_ble_ots) : p_ots_l2cap->evt_handler = p_ots_l2cap_init->evt_handler;
  429. on_l2cap_ch_setup in ble_ots_l2cap.c (components\ble\ble_services\experimental_ble_ots) : p_ots_l2cap->evt_handler(p_ots_l2cap, &evt);
  430. on_l2cap_ch_released in ble_ots_l2cap.c (components\ble\ble_services\experimental_ble_ots) : p_ots_l2cap->evt_handler(p_ots_l2cap, &evt);
  431. on_l2cap_ch_tx in ble_ots_l2cap.c (components\ble\ble_services\experimental_ble_ots) : p_ots_l2cap->evt_handler(p_ots_l2cap, &evt);
  432. on_l2cap_ch_rx in ble_ots_l2cap.c (components\ble\ble_services\experimental_ble_ots) : p_ots_l2cap->evt_handler(p_ots_l2cap, &evt);
  433. ots_l2cap_evt_handler in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : p_ots_l2cap->p_ots_oacp->p_ots->evt_handler(p_ots_l2cap->p_ots_oacp->p_ots, &evt);
  434. oacp_write_proc in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : p_ots_oacp->p_ots->evt_handler(p_ots_oacp->p_ots, &ble_ots_evt);
  435. oacp_read_proc in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : p_ots_oacp->p_ots->evt_handler(p_ots_oacp->p_ots, &ble_ots_evt);
  436. oacp_abort_proc in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : p_ots_oacp->p_ots->evt_handler(p_ots_oacp->p_ots, &ble_ots_evt);
  437. on_cccd_write in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : if (p_ots_oacp->p_ots->evt_handler != NULL)
  438. on_cccd_write in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : p_ots_oacp->p_ots->evt_handler(p_ots_oacp->p_ots, &evt);
  439. ble_ots_oacp_init in ble_ots_oacp.c (components\ble\ble_services\experimental_ble_ots) : l2cap_init.evt_handler = ots_l2cap_evt_handler;
  440. on_obj_properties_write in ble_ots_object.c (components\ble\ble_services\experimental_ble_ots) : p_ots_object_chars->p_ots->evt_handler(p_ots_object_chars->p_ots, &ble_ots_evt);
  441. ble_radio_notification_init in ble_radio_notification.c (components\ble\ble_radio_notification) : ble_radio_notification_evt_handler_t evt_handler)
  442. ble_radio_notification_init in ble_radio_notification.c (components\ble\ble_radio_notification) : m_evt_handler = evt_handler;
  443. ble_radio_notification.h (components\ble\ble_radio_notification) line 66 : * @param[in] evt_handler Handler to be executed when a radio notification event has been
  444. ble_radio_notification_init in ble_radio_notification.h (components\ble\ble_radio_notification) : ble_radio_notification_evt_handler_t evt_handler);
  445. on_meas_cccd_write in ble_rscs.c (components\ble\ble_services\ble_rscs) : if (p_rscs->evt_handler != NULL)
  446. on_meas_cccd_write in ble_rscs.c (components\ble\ble_services\ble_rscs) : p_rscs->evt_handler(p_rscs, &evt);
  447. ble_rscs_init in ble_rscs.c (components\ble\ble_services\ble_rscs) : p_rscs->evt_handler = p_rscs_init->evt_handler;
  448. {anonble_rscs_init_t} in ble_rscs.h (components\ble\ble_services\ble_rscs) : ble_rscs_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Running Speed and Cadence Service. */
  449. ble_rscs_s in ble_rscs.h (components\ble\ble_services\ble_rscs) : ble_rscs_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the Running Speed and Cadence Service. */
  450. on_hvx in ble_rscs_c.c (components\ble\ble_services\ble_rscs_c) : p_ble_rscs_c->evt_handler(p_ble_rscs_c, &ble_rscs_c_evt);
  451. ble_rscs_on_db_disc_evt in ble_rscs_c.c (components\ble\ble_services\ble_rscs_c) : p_ble_rscs_c->evt_handler(p_ble_rscs_c, &evt);
  452. ble_rscs_c_init in ble_rscs_c.c (components\ble\ble_services\ble_rscs_c) : p_ble_rscs_c->evt_handler = p_ble_rscs_c_init->evt_handler;
  453. ble_rscs_c_s in ble_rscs_c.h (components\ble\ble_services\ble_rscs_c) : ble_rscs_c_evt_handler_t evt_handler; /**< Application event handler to be called when there is an event related to the Running Speed and Cadence service. */
  454. {anonble_rscs_c_init_t} in ble_rscs_c.h (components\ble\ble_services\ble_rscs_c) : ble_rscs_c_evt_handler_t evt_handler; /**< Event handler to be called by the Running Speed and Cadence Client module whenever there is an event related to the Running Speed and Cadence Service. */
  455. ble_sc_ctrlpt_init in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : p_sc_ctrlpt->evt_handler = p_sc_ctrlpt_init->evt_handler;
  456. on_ctrlpt_write in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : if (p_sc_ctrlpt->evt_handler != NULL)
  457. on_ctrlpt_write in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : rsp.status = p_sc_ctrlpt->evt_handler(p_sc_ctrlpt, &evt);
  458. on_ctrlpt_write in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : if (p_sc_ctrlpt->evt_handler != NULL)
  459. on_ctrlpt_write in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : rsp.status = p_sc_ctrlpt->evt_handler(p_sc_ctrlpt, &evt);
  460. on_ctrlpt_write in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : if (p_sc_ctrlpt->evt_handler != NULL)
  461. on_ctrlpt_write in ble_sc_ctrlpt.c (components\ble\ble_services\ble_cscs) : rsp.status = p_sc_ctrlpt->evt_handler(p_sc_ctrlpt, &evt);
  462. {anonble_cs_ctrlpt_init_t} in ble_sc_ctrlpt.h (components\ble\ble_services\ble_cscs) : ble_sc_ctrlpt_evt_handler_t evt_handler; /**< event handler */
  463. ble_sc_ctrlpt_s in ble_sc_ctrlpt.h (components\ble\ble_services\ble_cscs) : ble_sc_ctrlpt_evt_handler_t evt_handler; /**< Handle of the parent service (as provided by the BLE stack). */
  464. on_meas_cccd_write in cgms_meas.c (components\ble\ble_services\experimental_nrf_ble_cgms) : if (p_cgms->evt_handler != NULL)
  465. on_meas_cccd_write in cgms_meas.c (components\ble\ble_services\experimental_nrf_ble_cgms) : p_cgms->evt_handler(p_cgms, &evt);
  466. on_socp_value_write in cgms_socp.c (components\ble\ble_services\experimental_nrf_ble_cgms) : p_cgms->evt_handler(p_cgms, &evt);
  467. on_socp_value_write in cgms_socp.c (components\ble\ble_services\experimental_nrf_ble_cgms) : if (p_cgms->evt_handler != NULL)
  468. on_socp_value_write in cgms_socp.c (components\ble\ble_services\experimental_nrf_ble_cgms) : p_cgms->evt_handler(p_cgms, &evt);
  469. on_socp_value_write in cgms_socp.c (components\ble\ble_services\experimental_nrf_ble_cgms) : p_cgms->evt_handler(p_cgms, &evt);
  470. on_socp_value_write in cgms_socp.c (components\ble\ble_services\experimental_nrf_ble_cgms) : if (p_cgms->evt_handler != NULL)
  471. on_socp_value_write in cgms_socp.c (components\ble\ble_services\experimental_nrf_ble_cgms) : p_cgms->evt_handler(p_cgms, &evt);
  472. fds.c (components\libraries\fds) line 71 : .evt_handler = fs_event_handler,
  473. nus_c_init in main.c (examples\ble_central\ble_app_uart_c) : init.evt_handler = ble_nus_c_evt_handler;
  474. db_discovery_init in main.c (examples\ble_central\ble_app_uart_c) : db_init.evt_handler = db_disc_handler;
  475. nrfx_gpiote_in_init in nrfx_gpiote.c (modules\nrfx\drivers\src) : nrfx_gpiote_evt_handler_t evt_handler)
  476. nrfx_gpiote_in_init in nrfx_gpiote.c (modules\nrfx\drivers\src) : int8_t channel = channel_port_alloc(pin, evt_handler, p_config->hi_accuracy);
  477. nrfx_gpiote.h (modules\nrfx\drivers\include) line 380 : * @param[in] evt_handler User function to be called when the configured transition occurs.
  478. nrfx_gpiote_in_init in nrfx_gpiote.h (modules\nrfx\drivers\include) : nrfx_gpiote_evt_handler_t evt_handler);
  479. ble_ancs_c_on_db_disc_evt in nrf_ble_ancs_c.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&evt);
  480. parse_notif in nrf_ble_ancs_c.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&ancs_evt);
  481. parse_notif in nrf_ble_ancs_c.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&ancs_evt);
  482. on_ctrlpt_error_rsp in nrf_ble_ancs_c.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler(&ancs_evt);
  483. ble_ancs_c_init in nrf_ble_ancs_c.c (components\ble\ble_services\ble_ancs_c) : VERIFY_PARAM_NOT_NULL(p_ancs_init->evt_handler);
  484. ble_ancs_c_init in nrf_ble_ancs_c.c (components\ble\ble_services\ble_ancs_c) : p_ancs->evt_handler = p_ancs_init->evt_handler;
  485. {anonble_ancs_c_t} in nrf_ble_ancs_c.h (components\ble\ble_services\ble_ancs_c) : ble_ancs_c_evt_handler_t evt_handler; //!< Event handler to be called for handling events in the Apple Notification client application.
  486. {anonble_ancs_c_init_t} in nrf_ble_ancs_c.h (components\ble\ble_services\ble_ancs_c) : ble_ancs_c_evt_handler_t evt_handler; //!< Event handler to be called for handling events in the Battery Service.
  487. ctrlpt_auth in nrf_ble_bms.c (components\ble\ble_services\nrf_ble_bms) : if (p_bms->evt_handler != NULL)
  488. ctrlpt_auth in nrf_ble_bms.c (components\ble\ble_services\nrf_ble_bms) : p_bms->evt_handler(p_bms, &bms_evt);
  489. feature_char_add in nrf_ble_bms.c (components\ble\ble_services\nrf_ble_bms) : VERIFY_PARAM_NOT_NULL(p_bms_init->evt_handler);
  490. nrf_ble_bms_init in nrf_ble_bms.c (components\ble\ble_services\nrf_ble_bms) : p_bms->evt_handler = p_bms_init->evt_handler;
  491. {anonnrf_ble_bms_init_t} in nrf_ble_bms.h (components\ble\ble_services\nrf_ble_bms) : ble_bms_evt_handler_t evt_handler; //!< Event handler to be called for handling events in the Bond Management Service.
  492. nrf_ble_bms_s in nrf_ble_bms.h (components\ble\ble_services\nrf_ble_bms) : ble_bms_evt_handler_t evt_handler; //!< Event handler to be called for handling events in the Bond Management Service.
  493. nrf_ble_cgms_init in nrf_ble_cgms.c (components\ble\ble_services\experimental_nrf_ble_cgms) : VERIFY_PARAM_NOT_NULL(p_cgms_init->evt_handler);
  494. nrf_ble_cgms_init in nrf_ble_cgms.c (components\ble\ble_services\experimental_nrf_ble_cgms) : p_cgms->evt_handler = p_cgms_init->evt_handler;
  495. {anonnrf_ble_cgms_init_t} in nrf_ble_cgms.h (components\ble\ble_services\experimental_nrf_ble_cgms) : ble_cgms_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the CGM Service. */
  496. ble_cgms_s in nrf_ble_cgms.h (components\ble\ble_services\experimental_nrf_ble_cgms) : ble_cgms_evt_handler_t evt_handler; /**< Event handler to be called for handling events in the CGM Service. */
  497. nrf_ble_es.c (components\ble\ble_services\eddystone) line 409 : void nrf_ble_es_init(nrf_ble_es_evt_handler_t evt_handler)
  498. nrf_ble_es_init in nrf_ble_es.c (components\ble\ble_services\eddystone) : m_evt_handler = evt_handler;
  499. nrf_ble_es.h (components\ble\ble_services\eddystone) line 91 : * @param[in] evt_handler Event handler to be called for handling BLE events.
  500. nrf_ble_es.h (components\ble\ble_services\eddystone) line 93 : void nrf_ble_es_init(nrf_ble_es_evt_handler_t evt_handler);
  501. on_exchange_mtu_rsp_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : if ((p_gatt->evt_handler != NULL) && (p_link->att_mtu_exchange_requested))
  502. on_exchange_mtu_rsp_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : p_gatt->evt_handler(p_gatt, &evt);
  503. on_exchange_mtu_request_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : if (p_gatt->evt_handler != NULL)
  504. on_exchange_mtu_request_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : p_gatt->evt_handler(p_gatt, &evt);
  505. on_data_length_update_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : if (p_gatt->evt_handler != NULL)
  506. on_data_length_update_evt in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : p_gatt->evt_handler(p_gatt, &evt);
  507. nrf_ble_gatt.c (components\ble\nrf_ble_gatt) line 369 : ret_code_t nrf_ble_gatt_init(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_handler_t evt_handler)
  508. nrf_ble_gatt_init in nrf_ble_gatt.c (components\ble\nrf_ble_gatt) : p_gatt->evt_handler = evt_handler;
  509. ---- Wes_Encryp_Ecb Matches (4 in 3 files) ----
  510. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : Wes_Encryp_Ecb();
  511. sysmgr.c (examples\ble_central\ble_app_uart_c) line 853 : void Wes_Encryp_Ecb()
  512. Wes_Encryp_Ecb in sysmgr.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_INFO("==> Wes_Encryp_Ecb : 0x%04x\n", tempVal);
  513. sysmgr.h (examples\ble_central\ble_app_uart_c) line 163 : void Wes_Encryp_Ecb();
  514. ---- my_addr Matches (2 in 1 files) ----
  515. main.c (examples\ble_central\ble_app_uart_c) line 153 : static char my_addr[6] = {0x65, 0x7C, 0x2C, 0x69, 0xC1, 0xDB}; //P
  516. scan_init in main.c (examples\ble_central\ble_app_uart_c) : err_code = nrf_ble_scan_filter_set(&m_scan, SCAN_ADDR_FILTER, my_addr);
  517. ---- shutdown_handler Matches (2 in 1 files) ----
  518. main.c (examples\ble_central\ble_app_uart_c) line 1112 : static bool shutdown_handler(nrf_pwr_mgmt_evt_t event)
  519. main.c (examples\ble_central\ble_app_uart_c) line 1134 : NRF_PWR_MGMT_HANDLER_REGISTER(shutdown_handler, APP_SHUTDOWN_HANDLER_PRIORITY);
  520. ---- _1000ms_timer_handle Matches (7 in 1 files) ----
  521. main.c (examples\ble_central\ble_app_uart_c) line 1537 : void _1000ms_timer_handle()
  522. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : // NRF_LOG_RAW_INFO("_1000ms_timer_handle()\n");
  523. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_EMERGENCY_SIREN) -- [%d / %d]\n", SystemTimer.SYSTEM_EMERGENCY_SIREN_CNT, 60*10);
  524. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_SERVER_COMM) -- [%d / %d]\n", SystemTimer.SYSTEM_SERVER_COMM_CNT, 60*3+30);
  525. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_REGISTER) -- [%d / %d]\n", SystemTimer.SYSTEM_REGISTER_CNT, 60*1);
  526. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_SERVER_COMM_REQ) -- [%d / %d]\n", SystemTimer.SYSTEM_SERVER_COMM_REQ_CNT, 60*1);
  527. main in main.c (examples\ble_central\ble_app_uart_c) : _1000ms_timer_handle();
  528. ---- AppParkingCheck_Android Matches (2 in 2 files) ----
  529. nrf_ble_scan_on_adv_report in nrf_ble_scan.c (components\ble\nrf_ble_scan) : AppParkingCheck_Android(p_adv_report->data.p_data);
  530. sysmgr.c (examples\ble_central\ble_app_uart_c) line 1208 : int AppParkingCheck_Android(char *data)
  531. ---- SendParkingApp Matches (6 in 4 files) ----
  532. ble_nus_c_evt_handler in main.c (examples\ble_central\ble_app_uart_c) : SendParkingApp();
  533. our_service.c (examples\ble_central\ble_app_uart_c) line 367 : void SendParkingApp()
  534. SendParkingApp in our_service.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("===> SendParkingApp()\n");
  535. our_service.h (examples\ble_central\ble_app_uart_c) line 323 : void SendParkingApp();
  536. AppParkingCheck_Android in sysmgr.c (examples\ble_central\ble_app_uart_c) : SendParkingApp();
  537. AppParkingCheck_IOS in sysmgr.c (examples\ble_central\ble_app_uart_c) : SendParkingApp();
  538. ---- _1000ms_timer_handle Matches (7 in 1 files) ----
  539. main.c (examples\ble_central\ble_app_uart_c) line 1537 : void _1000ms_timer_handle()
  540. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : // NRF_LOG_RAW_INFO("_1000ms_timer_handle()\n");
  541. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_EMERGENCY_SIREN) -- [%d / %d]\n", SystemTimer.SYSTEM_EMERGENCY_SIREN_CNT, 60*10);
  542. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_SERVER_COMM) -- [%d / %d]\n", SystemTimer.SYSTEM_SERVER_COMM_CNT, 60*3+30);
  543. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_REGISTER) -- [%d / %d]\n", SystemTimer.SYSTEM_REGISTER_CNT, 60*1);
  544. _1000ms_timer_handle in main.c (examples\ble_central\ble_app_uart_c) : NRF_LOG_RAW_INFO("_1000ms_timer_handle(SYSTEM_SERVER_COMM_REQ) -- [%d / %d]\n", SystemTimer.SYSTEM_SERVER_COMM_REQ_CNT, 60*1);
  545. main in main.c (examples\ble_central\ble_app_uart_c) : _1000ms_timer_handle();
  546. ---- nrf_ble_scan_on_ble_evt Matches (3 in 2 files) ----
  547. nrf_ble_scan.c (components\ble\nrf_ble_scan) line 1711 : void nrf_ble_scan_on_ble_evt(ble_evt_t const * p_ble_evt, void * p_contex)
  548. NRF_BLE_SCAN_DEF in nrf_ble_scan.h (components\ble\nrf_ble_scan) : nrf_ble_scan_on_ble_evt, &_name); \
  549. nrf_ble_scan.h (components\ble\nrf_ble_scan) line 474 : void nrf_ble_scan_on_ble_evt(ble_evt_t const * p_ble_evt, void * p_scan);
  550. ---- ble_nus_c_evt_handler Matches (3 in 1 files) ----
  551. main.c (examples\ble_central\ble_app_uart_c) line 582 : static void ble_nus_c_evt_handler(ble_nus_c_t * p_ble_nus_c, ble_nus_c_evt_t const * p_ble_nus_evt)
  552. main.c (examples\ble_central\ble_app_uart_c) line 596 : NRF_LOG_INFO("======================ble_nus_c_evt_handler -- BLE_NUS_C_EVT_DISCOVERY_COMPLETE");
  553. main.c (examples\ble_central\ble_app_uart_c) line 1361 : init.evt_handler = ble_nus_c_evt_handler;
  554. ---- nrf_ble_scan_start Matches (4 in 3 files) ----
  555. scan_start in main.c (examples\ble_central\ble_app_uart_c) : ret = nrf_ble_scan_start(&m_scan);
  556. nrf_ble_scan.c (components\ble\nrf_ble_scan) line 1605 : ret_code_t nrf_ble_scan_start(nrf_ble_scan_t const * const p_scan_ctx)
  557. nrf_ble_scan.h (components\ble\nrf_ble_scan) line 351 : ret_code_t nrf_ble_scan_start(nrf_ble_scan_t const * const p_scan_ctx);
  558. nrf_ble_scan.h (components\ble\nrf_ble_scan) line 452 : * the scan is stopped. To resume scanning, use @ref nrf_ble_scan_start.
  559. ---- ParseEventServer Matches (3 in 3 files) ----
  560. main in main.c (examples\ble_central\ble_app_uart_c) : ParseEventServer();
  561. our_service.c (examples\ble_central\ble_app_uart_c) line 123 : void ParseEventServer()
  562. our_service.h (examples\ble_central\ble_app_uart_c) line 310 : void ParseEventServer();