Home
last modified time | relevance | path

Searched full:stalled (Results 1 – 15 of 15) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_disc_s_test.c435 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
455 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
512 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
532 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
591 /* Verify that we will resume the stalled GATT procedure in one in TEST_CASE()
H A Dble_gatt_disc_c_test.c584 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
605 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
671 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
691 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
H A Dble_gatt_write_test.c656 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
682 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
750 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
776 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
H A Dble_gatt_disc_d_test.c401 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
421 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
H A Dble_gatt_read_test.c856 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
879 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
H A Dble_hs_hci_test.c156 /* Ensure the stalled fragments were sent in the expected order. */ in TEST_CASE()
H A Dble_gatt_find_s_test.c388 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_usbd.h754 * @note Stalled endpoint would not be cleared when DMA transfer finishes.
763 * This function clears endpoint that is stalled.
776 * @brief Check if endpoint is stalled.
782 * @retval false Endpoint is not stalled.
783 * @retval true Endpoint is stalled.
H A Dnrfx_twis.h332 * If this function returns true, it means that driver is stalled expecting
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/core/
H A Dcore.c557 value = ep->stalled; in _standard_request()
568 if(USB_EP_HALT == setup->wValue && ep->stalled == RT_TRUE) in _standard_request()
572 ep->stalled = RT_FALSE; in _standard_request()
592 ep->stalled = RT_TRUE; in _standard_request()
1295 ep->stalled = RT_FALSE; in rt_usbd_endpoint_new()
1711 if(ep->stalled == RT_FALSE) in rt_usbd_io_request()
1813 ep->stalled = RT_TRUE; in rt_usbd_ep_set_stall()
1830 ep->stalled = RT_FALSE; in rt_usbd_ep_clear_stall()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml279 The rate to periodically resume GATT procedures that have stalled
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dusb_device.h119 rt_bool_t stalled; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gattc.c91 /** Procedure stalled due to resource exhaustion. */
256 * stalled due to memory exhaustion.
418 /* The time when we should attempt to resume stalled procedures, in OS ticks.
419 * A value of 0 indicates no stalled procedures.
779 * layer, the procedure is marked as stalled but still in progress. Otherwise,
1183 /* If there are stalled procedures, the GATT client will need to wake up to in ble_gattc_timer()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_usbd.h672 * To check if endpoint is stalled in the code use @ref nrf_usbd_ep_is_stall.
677 * @brief Function for checking if selected endpoint is stalled
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_usbd.c2258 NRFX_LOG_DEBUG("USB: EP %x stalled.", ep); in nrfx_usbd_ep_stall()
2318 NRFX_LOG_DEBUG("Setup stalled."); in nrfx_usbd_setup_stall()