LE Protocol/Service Multiplexer information. More...
#include <ble_gapm.h>
Public Attributes | |
uint16_t | le_psm |
uint8_t | sec_lvl |
bool | mks_flag |
LE Protocol/Service Multiplexer information.
Definition at line 803 of file ble_gapm.h.
uint16_t ble_gap_lepsm_register_t::le_psm |
LE Protocol/Service Multiplexer (range: 1 to 255), PSMs should be odd.
Definition at line 805 of file ble_gapm.h.
bool ble_gap_lepsm_register_t::mks_flag |
Whether to use maximum-size key (16 bytes) or not.
Definition at line 807 of file ble_gapm.h.
uint8_t ble_gap_lepsm_register_t::sec_lvl |
Security level requirement, see gap_sec_lvl_type.
Definition at line 806 of file ble_gapm.h.