|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
76 uint8_t manufacturer[5];
78 } dis_client_system_id_t;
88 } dis_client_pnp_id_t;
92 uint16_t length,
const uint8_t *value);
99 dis_client_read_completed_cb_t read_completed;
153 const void *data,
size_t length);
Definition: ble_gattc.h:118
Definition: dis_client.h:97
ble_client_t * dis_client_init(const dis_client_callbacks_t *cb, const ble_evt_gattc_browse_svc_t *evt)
Register DIS Client instance.
ble_client_t * dis_client_init_from_data(uint16_t conn_idx, const dis_client_callbacks_t *cb, const void *data, size_t length)
Initialize and register DIS Client instance from data buffer.
Central include header file with platform definitions.
Definition: dis_client.h:53
att_error_t
Definition: ble_att.h:64
Definition: dis_client.h:59
Definition: dis_client.h:67
bool dis_client_read(ble_client_t *dis_client, dis_client_cap_t capability)
Read DIS capability (supported characteristic)
Definition: dis_client.h:57
Definition: dis_client.h:61
Definition: dis_client.h:55
Definition: ble_client.h:154
Definition: dis_client.h:69
Definition: dis_client.h:63
typedef __PACKED_STRUCT
Definition: dis_client.h:75
dis_client_cap_t
Definition: dis_client.h:51
Definition: dis_client.h:65
dis_client_cap_t dis_client_get_capabilities(ble_client_t *dis_client)
Get DIS capabilities.