Classes

struct  ble_gattc_disc_char_t
 GATTC discovery characteristic structure. More...
 
struct  ble_gattc_read_by_uuid_t
 GATTC read by characteristic UUID structure. More...
 
struct  ble_gattc_write_attr_value_t
 GATTC write attribute value structure. More...
 
struct  ble_gattc_write_no_resp_t
 GATTC write without response structure. More...
 
struct  ble_gattc_multiple_att_t
 Read Multiple Handles. More...
 
struct  ble_gattc_read_multiple_t
 GATTC Read Multiple. More...
 
struct  ble_gattc_browse_attr_char_t
 GATTC Browse information about Characteristic. More...
 
struct  ble_gattc_browse_inc_srvc_t
 GATTC Browse information about Included Service. More...
 
struct  ble_gattc_browse_attr_t
 GATTC Browse information about Attribute. More...
 
union  ble_gattc_browse_attr_info
 GATTC Browse attribute information. More...
 
struct  ble_gattc_browse_srvc_t
 GATTC Browse service(s) indication. More...
 
struct  ble_gattc_service_t
 GATT service. More...
 
struct  ble_gattc_include_t
 GATT include. More...
 
struct  ble_gattc_char_t
 GATT characteristic. More...
 
struct  ble_gattc_desc_t
 GATT descriptor. More...
 
struct  ble_gattc_srvc_disc_t
 GATT service discovery. More...
 
struct  ble_gattc_incl_disc_t
 GATT include discovery. More...
 
struct  ble_gattc_char_disc_t
 GATT characteristic discovery. More...
 
struct  ble_gattc_char_desc_disc_t
 GATT characteristic descriptor discovery. More...
 
struct  ble_gattc_read_value_t
 GATT Client Read value. More...
 
struct  ble_gattc_read_rsp_t
 GATT value Read response. More...
 
struct  ble_gattc_write_t
 GATT Client Write. More...
 
struct  ble_gattc_ntf_ind_t
 GATTC Notification and Indication value indication. More...
 
struct  ble_gattc_evt_prf_reg_t
 GATTC profile register event for BLE_GATTC_EVT_PRIMARY_SRVC_DISC. More...
 
struct  ble_gattc_evt_browse_srvc_t
 GATTC Browse service(s) event for BLE_GATTC_EVT_SRVC_BROWSE. More...
 
struct  ble_gattc_evt_srvc_disc_t
 GATT service discovery event for BLE_GATTC_EVT_PRIMARY_SRVC_DISC. More...
 
struct  ble_gattc_evt_incl_disc_t
 GATT include discovery event for BLE_GATTC_EVT_INCLUDE_SRVC_DISC. More...
 
struct  ble_gattc_evt_char_disc_t
 GATT characteristic discovery event for BLE_GATTC_EVT_CHAR_DISC. More...
 
struct  ble_gattc_evt_char_desc_disc_t
 GATT characteristic descriptor discovery event for BLE_GATTC_EVT_CHAR_DESC_DISC. More...
 
struct  ble_gattc_evt_read_t
 GATT Client Read response event for BLE_GATTC_EVT_READ_RSP. More...
 
struct  ble_gattc_evt_write_t
 GATT Client Write Response event for BLE_GATTC_EVT_WRITE_RSP. More...
 
struct  ble_gattc_evt_ntf_ind_t
 GATTC Notification and Indication event for BLE_GATTC_EVT_NTF_IND. More...
 
struct  ble_gattc_evt_cache_update_t
 GATT Client Cache Update event for BLE_GATTC_EVT_CACHE_UPDATE. More...
 
struct  ble_gattc_evt_t
 BLE GATTC event structure. More...
 

Enumerations

enum  ble_gattc_prf_reg_evt_t {
  BLE_GATTC_EVT_REGISTER,
  BLE_GATTC_EVT_UNREGISTER
}
 GATTC profile register enumeration. More...
 
enum  ble_gattc_cache_current_state_t {
  BLE_GATT_CACHE_UPDATING,
  BLE_GATT_CACHE_FINISH
}
 GATT Client Cache Update Current State. More...
 

Detailed Description

Enumeration Type Documentation

◆ ble_gattc_cache_current_state_t

GATT Client Cache Update Current State.

Enumerator
BLE_GATT_CACHE_UPDATING 

GATT Cache in updating process.

BLE_GATT_CACHE_FINISH 

GATT Cache is updated or checked.

Definition at line 384 of file ble_gattc.h.

◆ ble_gattc_prf_reg_evt_t

GATTC profile register enumeration.

Enumerator
BLE_GATTC_EVT_REGISTER 

GATT client event register.

BLE_GATTC_EVT_UNREGISTER 

GATT client event unregister.

Definition at line 306 of file ble_gattc.h.