Home
last modified time | relevance | path

Searched full:progress (Results 1 – 25 of 91) sorted by relevance

1234

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h827 * Indicates whether an advertisement procedure is currently in progress.
829 * @return 0 if no advertisement procedure in progress, 1 otherwise.
839 * @return 0 on succes, BLE_HS_EBUSY if advertising is in progress,
850 * @return 0 on succes, BLE_HS_EBUSY if advertising is in progress,
862 * BLE_HS_EBUSY if advertising is in progress,
876 * BLE_HS_EBUSY if advertising is in progress,
958 * Cancels the discovery procedure currently in progress. A success return
970 * Indicates whether a discovery procedure is currently in progress.
972 * @return 0: No discovery procedure in progress;
973 * 1: Discovery procedure in progress.
[all …]
H A Dble_eddystone.h72 * BLE_HS_EBUSY if advertising is in progress;
99 * BLE_HS_EBUSY if advertising is in progress;
H A Dble_hs_stop.h62 * progress; the provided callback gets called
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_pdm.h133 * This function stops PDM sampling, if it is in progress.
163 * @retval NRFX_SUCCESS If sampling was started successfully or was already in progress.
164 * @retval NRFX_ERROR_BUSY If a previous start/stop operation is in progress.
176 * @retval NRFX_ERROR_BUSY If a previous start/stop operation is in progress.
H A Dnrfx_clock.h140 * @retval NRFX_ERROR_BUSY If calibration is in progress.
145 * @brief Function for checking if calibration is in progress.
150 * @retval NRFX_ERROR_BUSY If calibration is in progress.
H A Dnrfx_saadc.h251 * the first buffer is filled or calibration is in progress, it will return with error.
257 * @retval NRFX_ERROR_BUSY If the driver already has two buffers set or calibration is in progress.
267 * The function will fail if ADC is busy or calibration is already in progress.
284 * @note @ref NRFX_SAADC_EVT_DONE event will be generated if there is a conversion in progress.
H A Dnrfx_adc.h167 * This function can be called only when there is no conversion in progress
178 * This function can be called only when there is no conversion in progress
186 * This function can be called only when there is no conversion in progress
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_os_test.c136 * progress. in ble_gap_direct_connect_test_task_handler()
213 * progress. in ble_os_disc_test_task_handler()
233 /* Wait 100 ms; verify scan still in progress. */ in ble_os_disc_test_task_handler()
302 * progress. in ble_gap_terminate_test_task_handler()
H A Dble_hs_pvcy_test.c376 /* Cancel is now in progress. */ in TEST_CASE()
461 /* Cancel is now in progress. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_sb.h18 #define JFFS2_SB_FLAG_SCANNING 2 /* Flash scanning is in progress */
19 #define JFFS2_SB_FLAG_BUILDING 4 /* File system building is in progress */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dnet.h143 BT_MESH_LPN_CLEAR, /* Clear in progress */
219 iv_update:1, /* 1 if IV Update in Progress */
222 pending_update:1, /* Update blocked by SDU in progress */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Derr.c54 EINPROGRESS, /* ERR_INPROGRESS -5 Operation in progress */
86 "Operation in progress.", /* ERR_INPROGRESS -5 */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Derr.c54 EINPROGRESS, /* ERR_INPROGRESS -5 Operation in progress */
86 "Operation in progress.", /* ERR_INPROGRESS -5 */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h163 #define EALREADY 114 /* Operation already in progress */
164 #define EINPROGRESS 115 /* Operation now in progress */
H A Derr.h72 /** Operation in progress */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h163 #define EALREADY 114 /* Operation already in progress */
164 #define EINPROGRESS 115 /* Operation now in progress */
H A Derr.h72 /** Operation in progress */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h194 #define EALREADY 114 /* Operation already in progress */
195 #define EINPROGRESS 115 /* Operation now in progress */
H A Derr.h57 #define ERR_INPROGRESS -5 /* Operation in progress */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap.c196 /* Copy the data from the incoming fragment into the packet in progress. */ in ble_l2cap_append_rx()
222 /* Continuation of packet in progress. */ in ble_l2cap_rx_payload()
H A Dble_ibeacon.c37 * BLE_HS_EBUSY if advertising is in progress;
H A Dble_hs_stop.c156 /* A stop procedure is already in progress. Just listen for the in ble_hs_stop_begin()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Derr.c49 "Operation in progress.", /* ERR_INPROGRESS -5 */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml129 in Progress, we need to keep track of how many hours has passed
131 the state at least for 96 hours (Update in Progress has an
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dbuild.c287 long-term progress at the expense of short-term space exhaustion? */ in jffs2_calc_trigger_levels()
291 than actually making progress? */ in jffs2_calc_trigger_levels()

1234