Configuration structure for GAP configurations. More...
#include <ble_gap.h>
Data Fields | |
ble_gap_cfg_role_count_t | role_count_cfg |
ble_gap_cfg_device_name_t | device_name_cfg |
ble_gap_cfg_ppcp_incl_cfg_t | ppcp_include_cfg |
ble_gap_cfg_car_incl_cfg_t | car_include_cfg |
Configuration structure for GAP configurations.
ble_gap_cfg_car_incl_cfg_t ble_gap_cfg_t::car_include_cfg |
Central Address Resolution characteristic include configuration,
cfg_id is BLE_GAP_CFG_CAR_INCL_CONFIG.
ble_gap_cfg_device_name_t ble_gap_cfg_t::device_name_cfg |
Device name configuration, cfg_id is BLE_GAP_CFG_DEVICE_NAME.
ble_gap_cfg_ppcp_incl_cfg_t ble_gap_cfg_t::ppcp_include_cfg |
Peripheral Preferred Connection Parameters characteristic include
configuration, cfg_id is BLE_GAP_CFG_PPCP_INCL_CONFIG.
ble_gap_cfg_role_count_t ble_gap_cfg_t::role_count_cfg |
Role count configuration, cfg_id is BLE_GAP_CFG_ROLE_COUNT.