Searched full:procedure (Results 1 – 25 of 452) sorted by relevance
12345678910>>...19
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd.h | 65 /** The Check Firmware OOB procedure did not find any new firmware. */ 68 /** The suspension of the Distribute Firmware procedure failed. */ 80 /** The Transfer BLOB procedure has completed successfully. */ 83 /** The Apply Firmware on Target Nodes procedure is being executed. */ 86 /** The Distribute Firmware procedure has completed successfully. */ 89 /** The Distribute Firmware procedure has failed. */ 92 /** The Cancel Firmware Update procedure is being executed. */ 95 /** The Transfer BLOB procedure is suspended. */ 104 /** The Store Firmware procedure is being executed. */ 107 /** The Store Firmware procedure or Store Firmware OOB procedure failed. [all …]
|
D | dfu.h | 43 /** Ready to start a Receive Firmware procedure. */ 46 /** The Transfer BLOB procedure failed. */ 49 /** The Receive Firmware procedure is being executed. */ 52 /** The Verify Firmware procedure is being executed. */ 55 /** The Verify Firmware procedure completed successfully. */ 58 /** The Verify Firmware procedure failed. */ 61 /** The Apply New Firmware procedure is being executed. */
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp.h | 14 * @brief Initialize the LL Control Procedure system. 19 * @brief Initialize the LL Control Procedure connection data. 41 * @brief Procedure Response Timeout Check 72 * @brief Initiate a LE Ping Procedure. 78 * @brief Initiate a Version Exchange Procedure. 83 * @brief Initiate a Feature Exchange Procedure. 89 * @brief Initiate a Minimum used channels Procedure. 95 * @brief Initiate a Encryption Start Procedure. 101 * @brief Initiate a Encryption Pause Procedure. 107 * @brief Check if an encryption pause procedure is active. [all …]
|
D | ull_llcp_internal.h | 13 /* LLCP Procedure */ 33 /* A helper enum entry, to use in pause procedure context */ 38 * This allows a cheap procedure alloc/init handling 132 /* LLCP Procedure Context */ 150 /* Procedure FSM */ 164 * procedure and it is safe to release the context ctx 169 /* Procedure wait reason */ 184 /* Procedure data */ 186 /* Feature Exchange Procedure */ 190 /* Used by Minimum Used Channels Procedure */ [all …]
|
D | ull_conn_types.h | 44 /* Procedure Response Timeout timer expire value */ 53 /* Procedure Response Timeout timer expire value */ 64 /* Procedure Response Timeout timer reload value */ 74 /* Version Exchange Procedure State */ 93 * verified when feature exchange procedure has completed, valid member is set to 1. 98 * procedure is completed, the member stores information about all features 99 * supported by local device. After completion of the procedure, the feature set 105 /* Minimum used channels procedure state */ 120 /* @brief Constant Tone Extension configuration for CTE request control procedure. */ 122 /* Procedure may be active periodically, active state must be stored. [all …]
|
D | ull_llcp_remote.c | 66 /* Procedure prepare */ 69 /* Procedure run */ 72 /* Procedure completed */ 106 /* Unknown procedure */ in proc_with_instant() 321 /* Unknown procedure */ in llcp_rr_rx() 461 /* Unknown procedure */ in rr_act_run() 555 /* Stop procedure response timeout timer */ in rr_act_complete() 558 /* Mark the procedure as safe to delete */ in rr_act_complete() 571 * middle of a control procedure, in which in rr_act_disconnect() 607 /* Run remote procedure */ in rr_st_idle() [all …]
|
D | ull_llcp_enc.c | 53 /* LLCP Local Procedure Encryption FSM states */ 57 /* Start Procedure */ 63 /* Pause Procedure */ 70 /* LLCP Local Procedure Encryption FSM events */ 72 /* Procedure prepared */ 96 /* LLCP Remote Procedure Encryption FSM states */ 100 /* Start Procedure */ 109 /* Pause Procedure */ 116 /* LLCP Remote Procedure Encryption FSM events */ 118 /* Procedure prepared */ [all …]
|
D | ull_llcp_chmu.c | 52 /* LLCP Local Procedure Channel Map Update FSM states */ 59 /* LLCP Local Procedure Channel Map Update FSM events */ 61 /* Procedure run */ 65 /* LLCP Remote Procedure Channel Map Update FSM states */ 72 /* LLCP Remote Procedure Channel Map Update FSM events */ 74 /* Procedure run */ 83 * LLCP Local Procedure Channel Map Update FSM 214 * LLCP Remote Procedure Channel Map Update FSM
|
D | ull_llcp.c | 160 /* The current procedure is not in line for a tx buffer in llcp_tx_alloc_peek() 167 /* Now check to see if this procedure context is @ head of the wait list */ in llcp_tx_alloc_peek() 278 /* Only pause the TX Q if we have not already paused it (by any procedure) */ in llcp_tx_pause_data() 283 /* Add the procedure that paused data */ in llcp_tx_pause_data() 289 /* Remove the procedure that paused data */ in llcp_tx_resume_data() 348 * LLCP Procedure Creation 367 /* Clear procedure context data */ in create_procedure() 426 /* Reset the Procedure Response Timeout to be disabled, in ull_llcp_init() 517 /* Active procedure is ACL Termination */ in ull_cp_prt_elapse() 541 /* Convert 40s Procedure Response Timeout into events */ in ull_cp_prt_reload_set() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_client_server_same_dev.sh | 7 # Test a node re-provisioning through Remote Provisioning models. Procedure: 12 # device key refresh procedure the second device (prov_device_pb_remote_server_same_dev). 14 # composition refresh procedure the second device (prov_device_pb_remote_server_same_dev). 16 # address refresh procedure the second device (prov_device_pb_remote_server_same_dev). 18 # device key refresh procedure on it self with local RPR client and server. 20 # composition refresh procedure on it self with local RPR client and server. 22 # address refresh procedure on it self with local RPR client and server.
|
D | pb_remote_nppi_robustness.sh | 7 # Test robustness of NPPI procedures by running them multiple times each. Test procedure: 12 # 3. Execute device key refresh procedure 3 times for the third device. 13 # 4. Execute composition refresh procedure 3 times for the third device. 14 # 5. Execute address refresh procedure 3 times for the third device.
|
D | pb_remote_pst_ncrp.sh | 7 # Test Node Composition Refresh procedure with persistence storage: 18 # 2. Verify Node Composition Refresh procedure. 22 # - run Node Composition Refresh procedure on the 3rd device 29 # - run Node Composition Refresh procedure again and expect it to fail
|
D | pb_remote_timeout.sh | 7 # Test timeout on RPR Client and server during remote provisioning procedure. 12 # Procedure 19 # 7. RPR Client starts Remote Provisioning procedure for 3rd device.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 25 The scanning procedure is used to scan for unprovisioned devices located nearby the Remote 26 Provisioning Server. The Remote Provisioning Client starts a scan procedure by using the 56 The above example shows pseudo code for starting a scan procedure on the target Remote Provisioning 57 Server node. This procedure will start a ten-second, multiple-device scanning where the generated 59 specified, the same procedure would only scan for the device with the corresponding UUID. After the 60 procedure completes, the server sends the scan report that will be handled in the client's 72 The Remote Provisioning Client starts a provisioning procedure by using the 92 Server node. This procedure will attempt to provision the device with the corresponding UUID, and 107 * Device Key Refresh procedure: Used to change the device key of the Target node without a need to 109 * Node Address Refresh procedure: Used to change the node’s device key and unicast address. [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp_internal.h | 35 /** Procedure response.*/ 53 /** Unsupported procedure.*/ 55 /** Procedure not permitted.*/ 71 /* Object Action Control Point procedure definition. */ 95 /* Size of the generic part of the Object Action Control Point create procedure */ 98 /* Size of Object Action Control Point checksum calculation procedure */ 101 /* Size of Object Action Control Point read procedure */ 104 /* Size of Object Action Control Point write procedure */
|
D | ots_olcp_internal.h | 64 /* Definition of a OLCP procedure. */ 74 /* Size of Object List Control Point goto procedure */ 87 /* Response if the requested procedure failed for a reason 91 /* Response if the requested procedure attempted to select an object 96 /* Response if the requested procedure failed due 100 /* Response if the requested procedure failed due 104 /* Response if the requested procedure failed due
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_internal.h | 161 * @return 0 if the procedure is successful, an error code otherwise. 167 * @param[in] client Identifies the client for which the procedure is requested. 171 * procedure is requested. 177 * @return 0 if the procedure is successful, an error code otherwise. 190 * @return 0 if the procedure is successful, an error code otherwise. 202 * @return 0 if the procedure is successful, an error code otherwise. 215 * @return 0 if the procedure is successful, an error code otherwise. 228 * @return 0 if the procedure is successful, an error code otherwise. 241 * @return 0 if the procedure is successful, an error code otherwise. 253 * @return 0 if the procedure is successful, an error code otherwise. [all …]
|
D | mqtt_transport.h | 21 /**@brief Transport for handling transport connect procedure. */ 39 /**@brief Transport procedure handlers. */ 69 * @param[in] client Identifies the client on which the procedure is requested. 77 * @param[in] client Identifies the client on which the procedure is requested. 88 * @param[in] client Identifies the client on which the procedure is requested. 99 * @param[in] client Identifies the client on which the procedure is requested. 112 * @param[in] client Identifies the client on which the procedure is requested.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 148 * Miscellaneous procedure initiation API 167 * Holds local and remote procedure request queues as well as conn specific LLCP data 171 …* General procedure context data, contains miscellaneous procedure data and state as well as sys_s… 176 …* Mem pool used to implement procedure contexts resource - instantiated in both a local and a remo… 183 LLCP local and remote request/procedure state machines 189 * Local procedure queue handling 195 * Also handling of remote procedure initiation by llcp_rx_new() 196 * Miscellaneous procedure collision handling (in rr_st_idle()) 199 * Individual procedure implementations (ull_llcp_common.c collects the simpler ones) 200 * Naming concept: lp_<...> => local initiated procedure, rp_<...> => remote initiated procedure [all …]
|
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 2 :name: Periodic Advertising Connection Procedure (Initiator) 5 Initiate a connection to a device using the Periodic Advertising Connection Procedure. 11 Periodic Advertising Connection Procedure.
|
/Zephyr-latest/include/zephyr/drivers/mm/ |
D | mm_drv_intel_adsp_mtl_tlb.h | 25 * and the procedure can be called in a zephyr driver model way 39 * As the system memory is down at this point, the procedure 41 * - MUST be called using a simple extern procedure call - API table is not yet loaded
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/blob_mdls/ |
D | blob_srv_persistence.sh | 9 # Tests with -flash_erase run with clear flash and start new procedure. 29 # Test reaching suspended state and continuation after reboot on new procedure. 55 # Test reaching suspended state and continuation after reboot on new procedure.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_srv_recovery.sh | 9 # First test pair: executes Receive Firmware procedure up to certain point using distributor and 36 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end 63 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | Kconfig | 24 int "Voltage downscale procedure safety timeout in us" 30 int "Additional delay to let secdom finish dowscale procedure in us"
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/ |
D | priv_proxy_gatt.sh | 9 # Test procedure: 16 # 3. The TX device (Proxy SRV) starts an IV update procedure.
|
12345678910>>...19