Lines Matching full:procedure
28 * (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. */
216 * to the appropriate active GATT procedure.
290 * Timeout functions - these notify the application that a GATT procedure has
332 * to the appropriate active GATT procedure.
490 BLE_HS_LOG(INFO, "GATT procedure initiated: %s", name); in ble_gattc_log_proc_init()
778 * procedure. If the resume attempt failed due to memory exhaustion at a lower
779 * layer, the procedure is marked as stalled but still in progress. Otherwise,
839 * @param proc The procedure to test.
880 /* Procedure is expired. */ in ble_gattc_proc_matches_expired()
884 /* Procedure isn't expired; determine if it is the next to expire. */ in ble_gattc_proc_matches_expired()
1171 /* Terminate the connection associated with each timed-out procedure. */ in ble_gattc_timer()
1458 /* Peer sent services out of order; terminate procedure. */ in ble_gattc_disc_all_svcs_rx_adata()
1670 /* Peer sent services out of order; terminate procedure. */ in ble_gattc_disc_svc_uuid_rx_hinfo()
1902 /* Unexpected read response; terminate procedure. */ in ble_gattc_find_inc_svcs_rx_read_rsp()
1917 /* Application has indicated that the procedure should be aborted. */ in ble_gattc_find_inc_svcs_rx_read_rsp()
1961 /* Peer sent services out of order; terminate procedure. */ in ble_gattc_find_inc_svcs_rx_adata()
2025 /* Procedure complete. */ in ble_gattc_find_inc_svcs_rx_complete()
2219 /* Peer sent characteristics out of order; terminate procedure. */ in ble_gattc_disc_all_chrs_rx_adata()
2447 /* Peer sent characteristics out of order; terminate procedure. */ in ble_gattc_disc_chr_uuid_rx_adata()
2664 /* Peer sent descriptors out of order; terminate procedure. */ in ble_gattc_disc_all_dscs_rx_idata()
3831 /* The mbuf is consumed by the procedure. */ in ble_gattc_write_long()
4375 * procedure.
4395 * GATT procedure.
4411 * find-information-response to the appropriate active GATT procedure.
4434 * find-information-response to the appropriate active GATT procedure.
4456 * find-by-type-value-response to the appropriate active GATT procedure.
4479 * find-by-type-value-response to the appropriate active GATT procedure.
4501 * to the appropriate active GATT procedure.
4526 * the appropriate active GATT procedure.
4550 * read-by-group-type-response to the appropriate active GATT procedure.
4573 * read-by-group-type-response to the appropriate active GATT procedure.
4595 * procedure.
4619 * procedure.
4642 * GATT procedure.
4664 * procedure.
4685 * GATT procedure.
4711 * GATT procedure.
4734 * active GATT procedure.