changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_srv_security_mode_t Struct Reference

ble_srv_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 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.

Definition at line 173 of file ble_srv_common.h.


Field Documentation

Read permissions.

Definition at line 175 of file ble_srv_common.h.

Write permissions.

Definition at line 176 of file ble_srv_common.h.