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
Field | Description |
---|---|
charDeviceName | Configuration for the Device Name characteristic. See BLE_GAP_CharDeviceName_T. |
charAppearance | Configuration for the Appearance characteristic. See BLE_GAP_CharAppearance_T. |
charPeriPreferConnParam | Configuration for the Peripheral Preferred Connection Parameters characteristic. See BLE_GAP_CharPeriPreferConnParams_T. |
charEncDataKeyMatl | Configuration for the Encrypted Data Key Material characteristic. See BLE_GAP_CharEncDataKeyMatl_T. |
charLeGattSecLvls | Configuration for the LE GATT Security Levels characteristic. See BLE_GAP_CharLeGattSecLvls_T. |