Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_srv_cccd_security_mode_t Struct Reference

ble_srv_cccd_security_mode_t Struct Reference
[Common service definitions]

Security settings structure. More...

#include <ble_srv_common.h>

Data Fields

ble_gap_conn_sec_mode_t cccd_write_perm
 Write permissions for Client Characteristic Configuration Descriptor.
ble_gap_conn_sec_mode_t read_perm
 Read permissions.
ble_gap_conn_sec_mode_t write_perm
 Write permissions.

Detailed Description

Security settings structure.

This structure contains the security options needed during initialization of the service. It can be used when the characteristics contains a CCCD.

Definition at line 209 of file ble_srv_common.h.


Field Documentation

Write permissions for Client Characteristic Configuration Descriptor.

Definition at line 211 of file ble_srv_common.h.

Read permissions.

Definition at line 212 of file ble_srv_common.h.

Write permissions.

Definition at line 213 of file ble_srv_common.h.