Data types in
btgatt.h
Contains structures, typedefs, and enumerations for working with
Bluetooth
enabled devices.
bt_gatt_att_error_t
The Attribute Protocol (ATT) error codes available for read/write responses.
bt_gatt_callbacks_t
A structure that contains the list of callbacks to be used for GATT connections.
bt_gatt_char_prop_mask
The mask to show supported properties of the characteristic.
bt_gatt_characteristics_cb
The callback prototype to indicate that
bt_gatt_characteristc_async
has completed.
bt_gatt_characteristic_t
Structure representing a single Generic Attribute (GATT) characteristic.
bt_gatt_conn_parm_t
Structure to represent the connection parameters for a low energy (LE) link.
bt_gatt_descriptors_cb
The callback prototype to indicate that
bt_gatt_descriptors_async
has completed.
bt_gatt_descriptor_t
Structure representing a single Generic Attribute (GATT) descriptor.
bt_gatt_included_services_cb
The callback prototype to indicate that
bt_gatt_included_service_async
has completed.
bt_gatt_included_service_t
Structure representing a single GATT service.
bt_gatt_notifications_cb
The callback prototype to indicate a notification or indication event has occurred.
bt_gatt_read_value_cb
The callback prototype to indicate that
bt_gatt_read_value_async
has completed.
bt_gatt_scan_parm_t
Structure that contains the connection scan parameters for a low energy connection.
bt_gatt_service_connected_cb
The callback prototype to indicate a service has been connected or a connection attempt has failed.
bt_gatt_service_disconnected_cb
The callback prototype to indicate that the service has been disconnected.
bt_gatt_service_updated_cb
The callback prototype to indicate that the service connection parameters have changed.
bt_gatt_write_value_cb
The callback prototype to indicate that
bt_gatt_write_value_async
has completed.
Parent topic:
Bluetooth GATT (btgatt.h)
Related concepts
Constants in btgatt.h
Functions in btgatt.h