/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_notify_test.c | 253 /* Ensure notifications disabled on new connection. */ in ble_gatts_notify_test_misc_init() 287 /* Ensure no extraneous subscription callbacks were executed. */ in ble_gatts_notify_test_misc_init() 293 /* Ensure notification / indication state reads back correctly. */ in ble_gatts_notify_test_misc_init() 301 /* Ensure both CCCDs still persisted. */ in ble_gatts_notify_test_misc_init() 577 /* Ensure notifications read back as enabled. */ in TEST_CASE() 626 * Disconnect, modify characteristic values, and reconnect. Ensure in TEST_CASE() 648 /* Ensure no notifications sent. */ in TEST_CASE() 651 /* Ensure notifications disabled. */ in TEST_CASE() 736 * Disconnect, modify characteristic values, and reconnect. Ensure in TEST_CASE() 758 /* Ensure no indications sent. */ in TEST_CASE() [all …]
|
H A D | ble_hs_pvcy_test.c | 255 /* Persist IRK; ensure it automatically gets added to the list. */ in TEST_CASE() 266 /* Ensure it gets added to list on startup. */ in TEST_CASE() 284 /* Ensure both get added to list on startup. */ in TEST_CASE() 328 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 355 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 379 /* Ensure no GAP procedures are allowed. */ in TEST_CASE() 393 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 432 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE() 468 /* Ensure no GAP procedures are allowed. */ in TEST_CASE() 482 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
|
H A D | ble_l2cap_test.c | 295 /* Ensure we did not send anything in return. */ in TEST_CASE() 413 /* Ensure timer is not set. */ in TEST_CASE() 421 /* Ensure timer will expire in 30 seconds. */ in TEST_CASE() 434 /* Ensure timer got reset. */ in TEST_CASE() 444 /* Ensure connection was terminated. */ in TEST_CASE() 465 /* Ensure we did not send anything in return. */ in TEST_CASE() 506 /* Ensure an update response command got sent. */ in ble_l2cap_test_util_peer_updates() 518 /* Ensure no update got scheduled. */ in ble_l2cap_test_util_peer_updates() 553 /* Ensure an update request got sent. */ in ble_l2cap_test_util_we_update() 560 /* Ensure callback got called. */ in ble_l2cap_test_util_we_update() [all …]
|
H A D | ble_sm_test_util.c | 617 /* Ensure the correct connection handle gets reported each time. */ in ble_sm_test_util_repeat_pairing_cb() 1140 /* Ensure LTK is sent in little endian. */ in ble_sm_test_util_verify_tx_enc_info() 1170 /* Ensure IRK is sent in little endian. */ in ble_sm_test_util_verify_tx_id_info() 1209 /* Ensure CSRK is sent in little endian. */ in ble_sm_test_util_verify_tx_sign_info() 1358 /* Ensure IRKs are sent in little endian. */ in ble_sm_test_util_verify_tx_add_resolve_list() 1470 /* Ensure response not sent until user performs IO. */ in ble_sm_test_util_io_check_post() 1634 /* Ensure the LTK request event got sent to the application. */ in ble_sm_test_util_peer_bonding_good() 1646 /* Ensure we sent the expected long term key request reply command. */ in ble_sm_test_util_peer_bonding_good() 1702 /* Ensure the LTK request event got sent to the application. */ in ble_sm_test_util_peer_bonding_bad() 1711 /* Ensure we sent the expected long term key request neg reply command. */ in ble_sm_test_util_peer_bonding_bad() [all …]
|
H A D | ble_att_svr_test.c | 526 /* Ensure there is no extra data in the response. */ in ble_att_svr_test_misc_verify_tx_find_type_value_rsp() 573 /* Ensure there is no extra data in the response. */ in ble_att_svr_test_misc_verify_tx_read_type_rsp() 876 /* Ensure no response got sent. */ in TEST_CASE() 1056 /* Ensure no response got sent. */ in TEST_CASE() 1088 /* Ensure no response got sent. */ in TEST_CASE() 1430 /*** Ensure 16-bit and 128-bit values are retrieved separately. */ in ble_att_svr_test_misc_read_type() 1579 /*** Two 16-bit UUID services; ensure 128-bit service not returned. */ in TEST_CASE() 1673 /*** Encrypt connection; ensure previous prep write now succeeds. */ in TEST_CASE() 1744 /*** Fail write to second attribute; ensure first write doesn't occur. */ in TEST_CASE() 1816 /* Ensure timer is not set. */ in TEST_CASE() [all …]
|
H A D | ble_gap_test.c | 773 /* Ensure host indicates BLE_HS_EALREADY if we try to discover. */ in TEST_CASE() 795 /* Ensure host indicates BLE_HS_EBUSY if we try to discover. */ in TEST_CASE() 939 /* Ensure host indicates BLE_HS_EALREADY if we try to connect. */ in TEST_CASE() 960 /* Ensure host indicates BLE_HS_EDONE if we try to connect to the same in TEST_CASE() 986 /* Ensure host indicates BLE_HS_EBUSY if we try to connect. */ in TEST_CASE() 1018 /* Ensure failed connect was reported to application. */ in TEST_CASE() 1030 /* Ensure failed connect was reported to application. */ in TEST_CASE() 1623 /* Ensure default parameters properly filled in. */ in ble_gap_test_util_adv_verify_dflt_params() 1888 /* Attempt two duplicate updates; ensure BLE_HS_EALREADY gets returned in ble_gap_test_util_update_no_l2cap() 2025 /* Ensure no update event reported. */ in ble_gap_test_util_update_no_l2cap_tmo() [all …]
|
H A D | ble_hs_hci_test.c | 109 /* Ensure the ATT doesn't truncate our data packets. */ in TEST_CASE() 126 /* Receive a number-of-completed-packets event. Ensure available buffer in TEST_CASE() 156 /* Ensure the stalled fragments were sent in the expected order. */ in TEST_CASE() 160 /* Receive a disconnection-complete event. Ensure available buffer count in TEST_CASE() 205 /* Ensure the ATT doesn't truncate our data packets. */ in TEST_CASE()
|
H A D | ble_hs_stop_test.c | 78 /*** Ensure all GAP procedures fail. */ in TEST_CASE_TASK() 97 /*** Restart stack; ensure GAP procedures succeed. */ in TEST_CASE_TASK() 168 /* Ensure the GAP procedure cancellations were reported. */ in TEST_CASE_TASK()
|
H A D | ble_store_test.c | 223 /* Ensure all traces of first peer have been removed. */ in TEST_CASE() 226 /* Ensure second peer data is still intact. */ in TEST_CASE() 259 /* Ensure all traces of first peer have been removed. */ in TEST_CASE() 403 /* Ensure store is empty after clear gets called. */ in TEST_CASE() 410 /* Ensure second clear succeeds with no effect. */ in TEST_CASE()
|
H A D | ble_hs_conn_test.c | 51 /* Ensure no current or pending connections. */ in TEST_CASE() 103 /* Ensure no current or pending connections. */ in TEST_CASE() 162 /* Ensure no current or pending connections. */ in TEST_CASE()
|
H A D | ble_gatt_disc_s_test.c | 429 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 449 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 506 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 526 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 580 /* Ensure no follow-up request got sent. It should not have gotten in TEST_CASE()
|
H A D | ble_gatt_disc_c_test.c | 578 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 599 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 665 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 685 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE()
|
H A D | ble_gatt_write_test.c | 650 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 676 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 744 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE() 770 /* Ensure no follow-up request got sent. It should not have gotten sent in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | main_page.h | 55 * The user has two possibilities to ensure there is only one 70 * mainloop. Ensure lwIP is _NEVER_ called from an interrupt, e.g. 83 * Again, ensure lwIP is _NEVER_ called from an interrupt, e.g.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/ |
H A D | test_tcp.c | 630 /* ensure this didn't trigger a retransmission. Only one in START_TEST() 808 /* ensure this didn't trigger a retransmission */ in test_tcp_tx_full_window_lost() 828 /* ensure this didn't trigger any transmission */ in test_tcp_tx_full_window_lost() 1067 /* Ensure 4 remaining segments are back on unsent, ready for retransmission */ in START_TEST() 1069 /* Ensure 1st segment is on unacked (already retransmitted) */ in START_TEST() 1074 /* Ensure rto_end points to next byte */ in START_TEST() 1085 /* Ensure no new data was sent */ in START_TEST() 1103 /* Ensure no new data was sent */ in START_TEST() 1130 /* Ensure ABC congestion avoidance is tracking bytes acked */ in START_TEST() 1175 /* ensure no errors have been recorded */ in test_tcp_rto_timeout_impl() [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_vmc.h | 175 // Perform dummy read of the POWER register to ensure that configuration of sections was in nrf_vmc_ram_block_config() 191 // Perform dummy read of the POWERSET register to ensure that configuration of sections was in nrf_vmc_ram_block_power_set() 219 // Perform dummy read of the POWERSET register to ensure that configuration of sections was in nrf_vmc_ram_block_retention_set()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | sntp_opts.h | 93 * - >= 1 to check address and port of the response packet to ensure the 96 * sent to the server (to ensure response to older request). 123 * to setting the clock without compensation. In order to ensure that the local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | sntp_opts.h | 95 * - >= 1 to check address and port of the response packet to ensure the 98 * sent to the server (to ensure response to older request).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 111 * * Add debug helper asserts to ensure threading/locking requirements are met 144 * The user has two possibilities to ensure there is only one 159 * mainloop. Ensure lwIP is _NEVER_ called from an interrupt, e.g. 172 * Again, ensure lwIP is _NEVER_ called from an interrupt, e.g.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_shutdown.c | 44 /* Ensure this function only gets called by sysdown. */ in ble_hs_shutdown()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/ |
H A D | syscfg.yml | 33 to ensure compliance with specification.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/tps/src/ |
H A D | ble_svc_tps.c | 99 /* Ensure this function only gets called by sysinit. */ in ble_svc_tps_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/ |
H A D | test_sockets.c | 52 /* ensure full free heap */ in sockets_teardown() 465 /* clear rcv_buf to ensure no data is being skipped */ in test_sockets_msgapi_udp_send_recv_loop() 627 /* Ensure truncation was returned */ in test_sockets_msgapi_cmsg() 629 /* Ensure no control messages were returned */ in test_sockets_msgapi_cmsg()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/src/ |
H A D | ble_svc_bas.c | 119 /* Ensure this function only gets called by sysinit. */ in ble_svc_bas_init()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/ |
H A D | ble_svc_gatt.c | 100 /* Ensure this function only gets called by sysinit. */ in ble_svc_gatt_init()
|