LE Protocol/Service Multiplexer information. More...

#include <ble_gapm.h>

Public Attributes

uint16_t le_psm
 LE Protocol/Service Multiplexer (range: 1 to 255), PSMs should be odd. More...
 
uint8_t sec_lvl
 Security level requirement, see gap_sec_lvl_type. More...
 
bool mks_flag
 Whether to use maximum-size key (16 bytes) or not. More...
 

Detailed Description

LE Protocol/Service Multiplexer information.

Definition at line 716 of file ble_gapm.h.

Member Data Documentation

◆ le_psm

uint16_t gap_lepsm_register_t::le_psm

LE Protocol/Service Multiplexer (range: 1 to 255), PSMs should be odd.

Definition at line 718 of file ble_gapm.h.

◆ mks_flag

bool gap_lepsm_register_t::mks_flag

Whether to use maximum-size key (16 bytes) or not.

Definition at line 720 of file ble_gapm.h.

◆ sec_lvl

uint8_t gap_lepsm_register_t::sec_lvl

Security level requirement, see gap_sec_lvl_type.

Definition at line 719 of file ble_gapm.h.


The documentation for this struct was generated from the following file: