Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion doxyfile_options
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,21 @@ PREDEFINED = DOXYGEN_ONLY \
COMPONENT_SPM_MAILBOX \
"MBED_DEPRECATED_SINCE(d, m)=" \
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \
"MBED_DEPRECATED(s)="
"MBED_DEPRECATED(s)=" \
"BLE_ROLE_OBSERVER=1" \
"BLE_ROLE_BROADCASTER=1" \
"BLE_ROLE_PERIPHERAL=1" \
"BLE_ROLE_CENTRAL=1" \
"BLE_FEATURE_GATT_CLIENT=1" \
"BLE_FEATURE_GATT_SERVER=1" \
"BLE_FEATURE_SECURITY=1" \
"BLE_FEATURE_SECURE_CONNECTIONS=1" \
"BLE_FEATURE_SIGNING=1" \
"BLE_FEATURE_PHY_MANAGEMENT=1" \
"BLE_FEATURE_WHITELIST=1" \
"BLE_FEATURE_PRIVACY=1" \
"BLE_FEATURE_PERIODIC_ADVERTISING=1" \
"BLE_FEATURE_EXTENDED_ADVERTISING=1"

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down