mbed-os/features/FEATURE_BLE/ble/gap
Lingkai Dong 8de604d485 Rename ConnectionParams_t -> PreferredConnectionParams_t
For actual connections, full ConnectionParameters is used. But
as per BLE specification, Generic Access Service can display
preferred connection parameters which is a smaller subset and
ConnectionParams_t matches exactly. Thus we rename/repurpose
it to PreferredConnectionParams_t.
2020-04-17 09:59:14 +01:00
..
AdvertisingDataBuilder.h BLE: Replace uses of ArrayView with mbed::Span 2019-06-07 16:18:55 +01:00
AdvertisingDataParser.h handle early termination of ad struct 2019-08-13 14:49:18 +01:00
AdvertisingDataSimpleBuilder.h Removed function calls from mbed_assert, which caused the functions to be ignored in release mode 2019-03-29 09:47:28 +01:00
AdvertisingDataTypes.h BLE: Add an AdvertisingDataParser 2018-11-26 10:24:35 +00:00
AdvertisingParameters.h BLE: replace legacy address types (BLEProtocol) with new ones 2020-04-17 09:59:08 +01:00
ConnectionParameters.h BLE - Small reordering to reduce diff. 2019-02-28 12:02:23 +00:00
Events.h BLE: Replace uses of ArrayView with mbed::Span 2019-06-07 16:18:55 +01:00
Gap.h Rename ConnectionParams_t -> PreferredConnectionParams_t 2020-04-17 09:59:14 +01:00
ScanParameters.h BLE - remove conditional directive from value types 2019-02-28 11:22:37 +00:00
Types.h disconnection_reason_t from raw uint8_t should be explicited an undocumented 2020-04-17 09:59:11 +01:00