paul-szczepanek-arm
|
bed7677c81
|
stop advertising before reseting
|
2018-11-26 16:51:28 +00:00 |
paul-szczepanek-arm
|
6f3a9ca107
|
legacy handle starts off present in _existing_sets
|
2018-11-26 16:29:33 +00:00 |
paul-szczepanek-arm
|
f4a560dace
|
reset advertising sets on reset
|
2018-11-26 16:25:33 +00:00 |
paul-szczepanek-arm
|
2b94b66fd2
|
deprecate services that are not useless
|
2018-11-26 15:42:12 +00:00 |
paul-szczepanek-arm
|
e54e3eaee0
|
cast no longer needed
|
2018-11-26 15:42:12 +00:00 |
Vincent Coubard
|
f71e08ccf1
|
BLE: tag API uses in GenericGap.
|
2018-11-26 15:26:24 +00:00 |
Vincent Coubard
|
2d63714f2e
|
BLE: Implement connection parameter management in GAP.
|
2018-11-26 15:25:46 +00:00 |
Vincent Coubard
|
89355b9fb0
|
BLE: Check supervision timeout value in connect.
|
2018-11-26 15:24:42 +00:00 |
Vincent Coubard
|
d1b5c8cbb5
|
BLE: Mark LEGACY_ADVERTISING_HANDLE as active in initialization.
|
2018-11-26 15:23:53 +00:00 |
Vincent Coubard
|
93b6ecfa7e
|
BLE: initialize properly deprecated and non deprecated flags.
|
2018-11-26 15:23:24 +00:00 |
Vincent Coubard
|
3aa91ecbba
|
BLE: return phy_set_t in ConnectionParameters::getPhySet
|
2018-11-26 15:22:50 +00:00 |
Vincent Coubard
|
a915748cbe
|
BLE: Fallback to legacy connect when required.
|
2018-11-26 14:13:07 +00:00 |
Vincent Coubard
|
190b9bc125
|
BLE: Fix address type in ::ble::Gap::connect
|
2018-11-26 14:13:07 +00:00 |
paul-szczepanek-arm
|
c9e8501b22
|
make PHY case consistent
|
2018-11-26 12:30:57 +00:00 |
Vincent Coubard
|
d3d93e1ef9
|
BLE: Improve ble::Gap documentation.
|
2018-11-26 11:51:00 +00:00 |
paul-szczepanek-arm
|
bee115c39e
|
replace magic numbers
|
2018-11-26 11:31:03 +00:00 |
paul-szczepanek-arm
|
f3a64feaf1
|
replace magic numbers
|
2018-11-26 11:26:26 +00:00 |
paul-szczepanek-arm
|
a03aaa2342
|
simplify and explain swapping
|
2018-11-26 11:26:13 +00:00 |
paul-szczepanek-arm
|
e0e186c831
|
replace consts with a private enum
|
2018-11-26 11:21:37 +00:00 |
paul-szczepanek-arm
|
528deb168f
|
fix wrong variable being swapped
|
2018-11-26 11:16:23 +00:00 |
paul-szczepanek-arm
|
208b1bd3e9
|
fix size calculation for UUID data payload
|
2018-11-26 11:10:39 +00:00 |
Vincent Coubard
|
8cbc53617f
|
BLE: Add a simple builder for AdvertisingData.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
d4a66ae034
|
BLE: Add an AdvertisingDataParser
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
09ba26ce4b
|
BLE: Move advertising data types in their own file.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
be7cc41da4
|
BLE: doxygen fixes.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
0407ee8c81
|
BLE: move privacy configuration type in ble namespace.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
dff8f25d49
|
BLE: Improve Duration documentation.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
78d4a9b6c8
|
BLE: Cleanup enum duplicates in gap/Types.h
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
884d870b68
|
BLE: Improve gap/Types.h documentation.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
9621b26cab
|
BLE: Reorganize ble::gap documentation group.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
27011fd954
|
BLE: Document ble::ScanParameters.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
11b1e91592
|
BLE: Rework ScanParameters construction.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
3119f9488c
|
BLE: Construct a phy_set_t from a phy_t.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
e130bec6a0
|
BLE: rework ScanParameters::phy_configuration_t
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
4db8ddfb90
|
BLE: fix name of functions in ble::ScanParameters.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
936f1c550a
|
BLE: Update ble::Gap documentation.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
6b8b1d0b7a
|
BLE: remove minimize fragmentation parameter in Gap.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
4058f0908a
|
BLE: Extract computation of minimumSupervisionTimeout.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
6cb7645846
|
BLE: Improve NULL check in ble::AdvertisingDataBuilder implementation.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
643fad0162
|
BLE: Improve code by explaining or textually defining constants
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
6c09b6c465
|
BLE: Expose representation type in ble::Duration.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
ce2460a92a
|
BLE: expose representation type and pointer to the inner storage in SafeEnum.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
eda3bfb0e3
|
BLE: Explain magic constant in ble::Gap implementation.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
30c6432b5d
|
BLE: Address code formating issue in CordioPalGap implementation.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
76416b2f47
|
BLE: Improve implementation readability of ble::advertising_event_t
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
27dd08431e
|
BLE: remove ble::pal::extended_advertising_report_event_type_t as it is not used.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
d32354a7a6
|
BLE: Fix compiler warning about unused variable.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
2a08549b8d
|
BLE: rename ble::Forever into ble::Value.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
e9637c419a
|
BLE: Remove ble::clamp as it is not used anywhere.
|
2018-11-26 10:24:35 +00:00 |
Vincent Coubard
|
b49870d8ae
|
BLE: Fix code formating issues in Gap subsystem.
|
2018-11-26 10:24:35 +00:00 |