diff --git a/features/FEATURE_BLE/ble/gap/Types.h b/features/FEATURE_BLE/ble/gap/Types.h index 8b0e00b68b..230bcd0009 100644 --- a/features/FEATURE_BLE/ble/gap/Types.h +++ b/features/FEATURE_BLE/ble/gap/Types.h @@ -152,6 +152,8 @@ struct advertising_type_t : SafeEnum { /** * Device is connectable, scannable and doesn't expect connection from a * specific peer. + * @note Cannot carry extended advertising payload, only legacy PDUs. + * Use CONNECTABLE_NON_SCANNABLE_UNDIRECTED for non-legacy payload. * * @see Vol 3, Part C, Section 9.3.4 and Vol 6, Part B, Section 2.3.1.1. */ @@ -185,6 +187,8 @@ struct advertising_type_t : SafeEnum { /** * Device is connectable, but not scannable and doesn't expect connection from a specific peer. + * @note Only for use with extended advertising payload, will not allow legacy PDUs + * (use CONNECTABLE_UNDIRECTED for legacy PDU). */ CONNECTABLE_NON_SCANNABLE_UNDIRECTED = 0x05,