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_ServiceOption_T;

Description

Structure for configuring built-in service options.

Field Documentation

FieldDescription
charDeviceNameConfiguration for the Device Name characteristic.
charAppearanceConfiguration for the Appearance characteristic.
charPeriPreferConnParamConfiguration for the Peripheral Preferred Connection Parameters characteristic.