File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2106,7 +2106,21 @@ PREDEFINED = DOXYGEN_ONLY \
21062106 COMPONENT_SPM_MAILBOX \
21072107 "MBED_DEPRECATED_SINCE(d, m)=" \
21082108 "MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \
2109- "MBED_DEPRECATED(s)="
2109+ "MBED_DEPRECATED(s)=" \
2110+ "BLE_ROLE_OBSERVER=1" \
2111+ "BLE_ROLE_BROADCASTER=1" \
2112+ "BLE_ROLE_PERIPHERAL=1" \
2113+ "BLE_ROLE_CENTRAL=1" \
2114+ "BLE_FEATURE_GATT_CLIENT=1" \
2115+ "BLE_FEATURE_GATT_SERVER=1" \
2116+ "BLE_FEATURE_SECURITY=1" \
2117+ "BLE_FEATURE_SECURE_CONNECTIONS=1" \
2118+ "BLE_FEATURE_SIGNING=1" \
2119+ "BLE_FEATURE_PHY_MANAGEMENT=1" \
2120+ "BLE_FEATURE_WHITELIST=1" \
2121+ "BLE_FEATURE_PRIVACY=1" \
2122+ "BLE_FEATURE_PERIODIC_ADVERTISING=1" \
2123+ "BLE_FEATURE_EXTENDED_ADVERTISING=1"
21102124
21112125# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
21122126# tag can be used to specify a list of macro names that should be expanded. The
You can’t perform that action at this time.
0 commit comments