Lines Matching full:procedures
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.
1165 /* Remove timed-out procedures from the main list and insert them into a in ble_gattc_timer()
1183 /* If there are stalled procedures, the GATT client will need to wake up to in ble_gattc_timer()
4760 * procedures.
4772 * Indicates whether there are currently any active GATT client procedures.