+ Collaboration diagram for Structures:

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_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_read_value_t
 GATT Client Read value. 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_t
 BLE GATTC event structure. More...
 

Detailed Description