BLE_GAP_ServiceOption_T

C

typedef struct BLE_GAP_ServiceOption_T
{
    BLE_GAP_CharDeviceName_T                charDeviceName;
    BLE_GAP_CharAppearance_T                charAppearance;
    BLE_GAP_CharPeriPreferConnParams_T      charPeriPreferConnParam;
    BLE_GAP_CharEncDataKeyMatl_T            charEncDataKeyMatl;
    BLE_GAP_CharLeGattSecLvls_T             charLeGattSecLvls;
} BLE_GAP_ServiceOption_T;

Description

Structure for configuring built-in service options.

Field Documentation

FieldDescription
charDeviceNameConfiguration for the Device Name characteristic. See BLE_GAP_CharDeviceName_T.
charAppearanceConfiguration for the Appearance characteristic. See BLE_GAP_CharAppearance_T.
charPeriPreferConnParamConfiguration for the Peripheral Preferred Connection Parameters characteristic. See BLE_GAP_CharPeriPreferConnParams_T.
charEncDataKeyMatlConfiguration for the Encrypted Data Key Material characteristic. See BLE_GAP_CharEncDataKeyMatl_T.
charLeGattSecLvlsConfiguration for the LE GATT Security Levels characteristic. See BLE_GAP_CharLeGattSecLvls_T.