Home
last modified time | relevance | path

Searched full:procedure (Results 1 – 25 of 121) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h151 * Initiates GATT procedure: Exchange MTU.
154 * procedure.
155 * @param cb The function to call to report procedure status
166 * Initiates GATT procedure: Discover All Primary Services.
169 * procedure.
170 * @param cb The function to call to report procedure status
179 * Initiates GATT procedure: Discover Primary Service by Service UUID.
182 * procedure.
184 * @param cb The function to call to report procedure status
195 * Initiates GATT procedure: Find Included Services.
[all …]
H A Dble_gap.h319 * Properties of the imminent secure link if the pairing procedure is
381 * procedure. Valid for the following event types:
389 * procedure. Valid for the following event types:
396 * Represents a completed discovery procedure. Valid for the following
402 * The reason the discovery procedure stopped. Typical reason
405 * o BLE_HS_EPREEMPTED: Host aborted procedure to configure a
412 * Represents a completed advertise procedure. Valid for the following
418 * The reason the advertise procedure stopped. Typical reason
422 * o BLE_HS_EPREEMPTED: Host aborted procedure to configure a
468 * o L2CAP Connection Parameter Update Procedure
[all …]
H A Dble_hs_stop.h24 * @brief Callback function; reports the result of a host stop procedure.
26 * @param status The result of the host stop procedure. One of
30 * procedure was initiated.
36 * @brief Used to report the result of a stop procedure.
55 * extend until the stop procedure completes.
56 * @param fn The callback to execute when the stop procedure
60 * @return 0: Stop procedure successfully initiated.
61 * BLE_HS_EBUSY: Stop procedure already in
63 * when the procedure completes.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_stop.c31 * List of stop listeners. These are notified when a stop procedure completes.
37 * Called when a stop procedure has completed.
64 * If there are no open connections, signals completion of the close procedure.
74 /* No open connections. Signal completion of the stop procedure. */ in ble_hs_stop_terminate_next_conn()
81 /* Terminate procedure successfully initiated. Let the GAP event in ble_hs_stop_terminate_next_conn()
96 * If there are no connections, signals completion of the stop procedure.
108 * If there are no connections, signals completion of the stop procedure.
124 * Registers a listener to listen for completion of the current stop procedure.
143 /* Host is enabled; proceed with the stop procedure. */ in ble_hs_stop_begin()
156 /* A stop procedure is already in progress. Just listen for the in ble_hs_stop_begin()
[all …]
H A Dble_gap.c42 * (1) The procedure completes (success or failure).
43 * (2) The procedure cannot proceed until a BLE peer responds.
45 * For (1), the result of the procedure if fully indicated by the function
47 * For (2), the procedure result is indicated by an application-configured
48 * callback. The callback is executed when the procedure completes.
76 /** GAP procedure op codes. */
83 * If an attempt to cancel an active procedure fails, the attempt is retried
115 * Indicates the type of master procedure that was preempted, or
116 * BLE_GAP_OP_NULL if no procedure was preempted.
776 /* Connect procedure successfully cancelled. */ in ble_gap_master_connect_cancelled()
[all …]
H A Dble_sm.c28 * (1) The procedure completes (success or failure).
29 * (2) The procedure cannot proceed until a BLE peer responds.
31 * For (1), the result of the procedure if fully indicated by the function
33 * For (2), the procedure result is indicated by an application-configured
34 * callback. The callback is executed when the procedure completes.
53 /** Procedure timeout; 30 seconds. */
674 /* Procedure has expired; move it to the destination list. */ in ble_sm_extract_expired()
832 * conflicting SM procedure.
833 * @param key_size The key size of the conflicting SM procedure.
835 * @return 0 if the procedure should continue;
[all …]
H A Dble_gattc.c28 * (1) The procedure completes (success or failure).
29 * (2) The procedure cannot proceed until a BLE peer responds.
31 * For (1), the result of the procedure if fully indicated by the function
33 * For (2), the procedure result is indicated by an application-configured
34 * callback. The callback is executed when the procedure completes.
41 * removal and insertion operations. Procedure objects are only modified
43 * task is the only task which inspects or modifies individual procedure
44 * entries. Tasks have the following permissions regarding procedure
91 /** Procedure stalled due to resource exhaustion. */
94 /** Represents an in-progress GATT procedure. */
[all …]
H A Dble_l2cap_sig.c28 * (1) The procedure completes (success or failure).
29 * (2) The procedure cannot proceed until a BLE peer responds.
31 * For (1), the result of the procedure if fully indicated by the function
33 * For (2), the procedure result is indicated by an application-configured
34 * callback. The callback is executed when the procedure completes.
41 * during removal and insertion operations. Procedure objects are only
230 * @param proc The procedure to test.
483 * procedure. in ble_l2cap_sig_update()
1199 /* Procedure has expired; move it to the destination list. */ in ble_l2cap_sig_extract_expired()
1225 /* Report a failure for each timed out procedure. */ in ble_l2cap_sig_conn_broken()
[all …]
H A Dble_hs_shutdown.c28 * Called when the host stop procedure has completed.
47 /* Initiate a host stop procedure. */ in ble_hs_shutdown()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml191 Enables the Discover All Primary Services GATT procedure. (0/1)
196 procedure. (0/1)
200 Enables the Find Included Services GATT procedure. (0/1)
205 procedure. (0/1)
209 Enables the Discover Characteristics by UUID GATT procedure. (0/1)
213 Enables the Discover All Primary Services GATT procedure. (0/1)
217 Enables the Read Characteristic Value GATT procedure. (0/1)
222 Enables the Read Using Characteristic UUID GATT procedure. (0/1)
226 Enables the Read Long Characteristic Values GATT procedure. (0/1)
230 Enables the Read Multiple Characteristic Values GATT procedure.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_ctrl.c54 * 4) NOTE: there is a supported features procedure. However, in the case
67 * param request procedure and connection update procedure. This was
71 * used the request procedure and the update procedure and make sure I am doing
112 * Called to determine if a LL control procedure with an instant has
115 * If the function returns a 0 it means no conflicting procedure has
120 * @param req_ctrl_proc The procedure that the peer is trying to initiate
167 * Called to cancel a phy update procedure.
226 /* Stop the control procedure */ in ble_ll_ctrl_rx_ping_rsp()
460 /* Convert opcode to control procedure id */ in ble_ll_ctrl_proc_unk_rsp()
504 /* Stop the control procedure */ in ble_ll_ctrl_proc_unk_rsp()
[all …]
H A Dble_ll_conn_hci.c803 * Start control procedure if we did not receive peer's features and did not in ble_ll_conn_hci_read_rem_features()
804 * start procedure already. in ble_ll_conn_hci_read_rem_features()
840 * parameters request procedure. We dont check if the remote does. in ble_ll_conn_hci_update()
843 * connection update procedure. in ble_ll_conn_hci_update()
853 /* Better not have this procedure ongoing! */ in ble_ll_conn_hci_update()
870 * If we are a slave and the master has initiated the procedure already in ble_ll_conn_hci_update()
872 * slave has initiated the procedure, we need to send a reject to the in ble_ll_conn_hci_update()
889 * update procedure we should deny the slave request for now. in ble_ll_conn_hci_update()
916 /* Start the control procedure */ in ble_ll_conn_hci_update()
1082 /* This control procedure better not be pending! */ in ble_ll_conn_hci_disconnect_cmd()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dpmap.h36 * Calls the procedure on the local machine. If it is not registered,
37 * this procedure is quite; ie it does not return error information!!!
38 * This procedure only is supported on rpc/udp and calls via
42 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_disc_s_test.c418 /* Initiate a discover all services procedure. */ in TEST_CASE()
435 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
439 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
455 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
494 /* Initiate a discover all services procedure. */ in TEST_CASE()
512 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
516 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
532 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
536 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
568 /* Initiate a discover all services procedure. */ in TEST_CASE()
[all …]
H A Dble_hs_pvcy_test.c312 /* Start an advertising procedure. */ in TEST_CASE()
340 /* Start an advertising procedure. */ in TEST_CASE()
367 /* Start a connect procedure. */ in TEST_CASE()
405 /* Start an advertising procedure. */ in TEST_CASE()
413 /* Start a discovery procedure. */ in TEST_CASE()
444 /* Start an advertising procedure. */ in TEST_CASE()
452 /* Start a connect procedure. */ in TEST_CASE()
H A Dble_gatt_disc_c_test.c565 /* Initiate a discover all characteristics procedure. */ in TEST_CASE()
584 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
588 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
605 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
609 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
651 /* Initiate a discover characteristics by UUID procedure. */ in TEST_CASE()
671 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
675 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
691 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
695 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
H A Dble_gatt_write_test.c632 /* Initiate a write long procedure. */ in TEST_CASE()
656 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
660 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
682 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
686 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
725 /* Initiate a write reliable procedure. */ in TEST_CASE()
750 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
754 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
776 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
780 /* Verify that procedure completes when mbufs are available. */ in TEST_CASE()
H A Dble_gatt_disc_d_test.c382 /* Initiate a discover all characteristics procedure. */ in TEST_CASE()
401 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
405 /* Verify the procedure proceeds after mbufs become available. */ in TEST_CASE()
421 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
425 /* Verify the procedure succeeds after mbufs become available. */ in TEST_CASE()
H A Dble_hs_stop_test.c69 /* Stop the host and wait for the stop procedure to complete. */ in TEST_CASE_TASK()
161 /* Stop the host and wait for the stop procedure to complete. */ in TEST_CASE_TASK()
168 /* Ensure the GAP procedure cancellations were reported. */ in TEST_CASE_TASK()
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dhmac.h81 * @brief HMAC set key procedure
96 * @brief HMAC init procedure
105 * @brief HMAC update procedure
118 * @brief HMAC final procedure
H A Dctr_prng.h83 * @brief CTR-PRNG initialization procedure
108 * @brief CTR-PRNG reseed procedure
133 * @brief CTR-PRNG generate procedure
155 * @brief CTR-PRNG uninstantiate procedure
H A Dsha256.h81 * @brief SHA256 initialization procedure
90 * @brief SHA256 update procedure
108 * @brief SHA256 final procedure
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_conn.h67 * encryption procedure is running and we should not send data pdu's.
137 * procedure is ongoing and the event counter hits the instant.
300 /* LL control procedure response timer */
322 * For connection update procedure. XXX: can make this a pointer and
327 /* For connection update procedure */
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry.h182 * - No procedure merging
205 * procedure, function calls 17 (16.7 %)
256 * P (...) procedure call 11
257 * user procedure 10
258 * library procedure 1
268 * The average number of parameters in procedure or function calls
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml128 data length update procedure. The host can always tell
213 procedure. This is implemented in the controller but is disabled
220 procedure. This feature is implemented but currently has no impact
233 This option enables/disables the data length update procedure in

12345