Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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.
Generated on Tue Jul 12 2022 14:11:24 by
