/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_pvcy_test.c | 296 /** No active GAP procedures. */ 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_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()
|
H A D | ble_gatt_conn_test.c | 405 /*** Schedule some GATT procedures. */ in TEST_CASE() 491 /*** Start the procedures. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 93 The maximum number of concurrent L2CAP signal procedures. 124 The maximum number of concurrent security manager procedures. 186 # Supported GATT procedures. By default: 188 # o All other procedures are enabled for centrals. 275 The maximum number of concurrent client GATT procedures. (0/1) 279 The rate to periodically resume GATT procedures that have stalled 428 entails aborting all GAP procedures and terminating open
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_pvcy.c | 159 /* No GAP procedures can be active when adding an entry to the resolving in ble_hs_pvcy_add_entry() 160 * list (Vol 2, Part E, 7.8.38). Stop all GAP procedures and temporarily in ble_hs_pvcy_add_entry() 168 /* Allow GAP procedures to be started again. */ in ble_hs_pvcy_add_entry()
|
H A D | ble_l2cap_sig.c | 25 * L2CAP sig procedures are initiated by the application via function calls. 38 * executed. A callback is free to initiate additional host procedures. 39 * 2. The only resource protected by the mutex is the list of active procedures 1248 * Terminates expired procedures. 1260 /* Remove timed-out procedures from the main list and insert them into a in ble_l2cap_sig_timer()
|
H A D | ble_gap.c | 39 * GAP procedures are initiated by the application via function calls. Such 54 * While GAP is in the free state, new procedures can be started at will. 55 * While GAP is in the preempted state, no new procedures are allowed. The 57 * procedures, a condition required for some HCI commands to succeed. The host 63 * initiate additional host procedures, which may require locking of the 907 * active update procedures. 1668 * Handles timed-out GAP procedures. 2917 * $discovery procedures * 3385 * $connection establishment procedures * 4678 * Aborts all active GAP procedures and prevents new ones from being started. [all …]
|
H A D | ble_gattc.c | 25 * GATT client procedures are initiated by the application via function calls. 38 * executed. A callback is free to initiate additional host procedures. 39 * 2. The only resource protected by the mutex is the list of active procedures 255 * Resume functions - these handle periodic retries of procedures that have 415 /* The list of active GATT client procedures. */ 418 /* The time when we should attempt to resume stalled procedures, in OS ticks. 419 * A value of 0 indicates no stalled procedures. 1066 * Causes all GATT procedures matching the specified criteria to fail with the 1081 /* Notify application of failed procedures and free the corresponding proc in ble_gattc_fail_procs() 1152 * Times out expired GATT client procedures. [all …]
|
H A D | ble_hs_stop.c | 195 /* Abort all active GAP procedures. */ in ble_hs_stop()
|
H A D | ble_sm.c | 25 * L2CAP sm procedures are initiated by the application via function calls. 38 * executed. A callback is free to initiate additional host procedures. 136 /* Maintains the list of active security manager procedures. */ 224 * Calculates the number of active SM procedures. 2379 * Times out expired SM procedures. 2391 /* Remove timed-out procedures from the main list and insert them into a in ble_sm_timer() 2400 * procedures without reconnect. in ble_sm_timer()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ppp_impl.h | 136 * The following struct gives the addresses of procedures to call 274 * The following struct gives the addresses of procedures to call 551 /* Procedures exported from auth.c */ 581 /* Procedures exported from ipcp.c */ 584 /* Procedures exported from demand.c */ 595 /* Procedures exported from multilink.c */ 610 /* Procedures exported from utils.c. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ppp_impl.h | 140 * The following struct gives the addresses of procedures to call 278 * The following struct gives the addresses of procedures to call 552 /* Procedures exported from auth.c */ 582 /* Procedures exported from ipcp.c */ 585 /* Procedures exported from demand.c */ 596 /* Procedures exported from multilink.c */ 611 /* Procedures exported from utils.c. */
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_gattc.rst | 8 client half of the GATT API initiates GATT procedures.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_ctrl.c | 48 * 1) Do I need to keep track of which procedures have already been done? 49 * Do I need to worry about repeating procedures? 53 * 3) What about procedures that have been completed but try to restart? 66 * XXX: I definitely have an issue with control procedures and connection 69 * with connection parameter request and updates regarding which procedures 175 /* cancel any pending phy update procedures */ in ble_ll_ctrl_phy_update_cancel() 811 /* XXX: deal with other control procedures that we need to stop */ in ble_ll_ctrl_rx_phy_req() 1769 /* XXX: Read 5.3 again. There are multiple control procedures that might in ble_ll_ctrl_rx_conn_param_req() 2132 /* XXX: TODO new rules! Cannot start certain control procedures if other in ble_ll_ctrl_chk_proc_start() 2137 * If we are terminating, dont start any new procedures but start in ble_ll_ctrl_chk_proc_start() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_stop.h | 49 * Aborts all active GAP procedures and terminates all open connections.
|
H A D | ble_hs.h | 303 * Synchronization must occur before any host procedures can be performed.
|
H A D | ble_gap.h | 467 * procedures: 919 * Performs the Limited or General Discovery Procedures.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/ |
H A D | pmap.h | 14 /* The following procedures are supported by the protocol:
|
H A D | xdr.h | 75 * to keep the encode and decode procedures for a data type consistent.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_conn.h | 311 * XXX: a note on all these structures for control procedures. First off, 313 * consider is this: since most control procedures can only run when no
|
H A D | ble_ll_ctrl.h | 28 * LL control procedures. This "enumeration" is not in the specification;
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 55 connection procedures that reduces the ability to track a LE device over
|
/nrf52832-nimble/rt-thread/examples/test/ |
H A D | dhry_1.c | 60 /* main program, corresponds to procedures */ in dhry_test()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_GATT.rst | 6 and each of the features is mapped to procedures and sub-procedures:
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 209 /* Now perform three concurrent GATT procedures against the peer: read, in blecent_on_disc_complete()
|