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
Field | Description |
---|---|
charDeviceName | Configuration for the Device Name characteristic. |
charAppearance | Configuration for the Appearance characteristic. |
charPeriPreferConnParam | Configuration for the Peripheral Preferred Connection Parameters characteristic. |