Lines Matching full:gatt
21 * GATT client - Generic Attribute Profile; client operations.
25 * GATT client procedures are initiated by the application via function calls.
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.
415 /* The list of active GATT client procedures. */
490 BLE_HS_LOG(INFO, "GATT procedure initiated: %s", name); in ble_gattc_log_proc_init()
1066 * Causes all GATT procedures matching the specified criteria to fail with the
1152 * Times out expired GATT client procedures.
1183 /* If there are stalled procedures, the GATT client will need to wake up to in ble_gattc_timer()
1196 * Returns a pointer to a GATT error object with the specified fields. The
4374 * Dispatches an incoming ATT error-response to the appropriate active GATT
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.
4594 * Dispatches an incoming ATT read-response to the appropriate active GATT
4618 * Dispatches an incoming ATT read-blob-response to the appropriate active GATT
4642 * GATT procedure.
4663 * Dispatches an incoming ATT write-response to the appropriate active GATT
4685 * GATT procedure.
4711 * GATT procedure.
4734 * active GATT procedure.
4758 * Called when a BLE connection ends. Frees all GATT resources associated with
4759 * the connection and cancels all relevant pending and in-progress GATT
4772 * Indicates whether there are currently any active GATT client procedures.