Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

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 172 of file ble_srv_common.h.


Field Documentation

Read permissions.

Definition at line 174 of file ble_srv_common.h.

Write permissions.

Definition at line 175 of file ble_srv_common.h.