Vincent Coubard
|
a628eba212
|
BLE: cosmetic fixes.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
ad3f3c86a5
|
BLE: Move implementation to cpp file.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
87014b71b6
|
BLE: reorder declaration.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
6a55d65660
|
BLE: Create advertising payload builder.
This change set use a data buffer to set data and scan responses.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
e24fcdd12a
|
BLE: move extended advertising parameter in ble/gap folder
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
7f9be995a2
|
BLE: Revert GapAdvertisingdata and create new type for extened Advertising data.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
e4c27e5071
|
BLE: Introduce new type for extended advertising parameters.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
2c7cf2bbd9
|
BLE: revert GapScanningParams
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
61536c3f64
|
BLE: revert non backward compatible changes.
This changeset includes order of function declaration in headers.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
dc07e44290
|
BLE: makes GenericGap::stopGap aware of extended scan.
|
2018-11-26 10:24:31 +00:00 |
Vincent Coubard
|
24460de86f
|
BLE: Implement new scan API in GenericGap
|
2018-11-26 10:24:30 +00:00 |
Vincent Coubard
|
4835a1afdc
|
BLE: Add non legacy scan API.
|
2018-11-26 10:24:30 +00:00 |
Vincent Coubard
|
28ead51401
|
BLE: Add GapScanParameters type.
The new type covers what is required by extended and legacy scan parameters.
|
2018-11-26 10:24:30 +00:00 |
Vincent Coubard
|
27ea248863
|
BLE: Fix GapScanningParams includes.
|
2018-11-26 10:24:30 +00:00 |
Vincent Coubard
|
1a14453da1
|
BLE: Add mechanism to track use of non compatible scan API.
|
2018-11-26 10:24:30 +00:00 |
Vincent Coubard
|
962b5c34d4
|
BLE: Tag scanning filter policy mode with FIXME
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
2b00903a30
|
missing param
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
a1582bd3ac
|
pointer to ref
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
6663171607
|
docs
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
2f6d861818
|
fix packetisation in adv set data
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
23dc808968
|
handle legacy adv calls
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
587eb9845e
|
call the right func for set scan response
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
b276e6edaf
|
fix high duty cycle setting (reversed)
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
238f15b031
|
doc fixes
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
ca72f5a289
|
merged adv param types
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
8c253a3dfe
|
proposed scan type changes
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
60fb78795b
|
fix adv and scan types
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
5d077e6dbc
|
new addr types for ext adv
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
c58099f0ee
|
new scan call
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
75c0b0ed90
|
BLE: Fix advertising_channel_map_t constructor.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
0c1e01952b
|
Compilation fixes
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
fb804bf85a
|
BLE: Fix GapExtendedAdvertisingParams visibility and constness.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
e951fa15ff
|
BLE: Fix GapExtendedAdvertisingParams::getPeerAddress return type.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
426de4a2d9
|
BLE: Fix GapAdvertisingData copy constructor.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
2f53ee896c
|
BLE: Add setters to advertising_event_t and use it in GapExtendedAdvertisingParams.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
d1e3800e79
|
BLE: Refactor AdvReportOptionalInformation and onAdvertisingReport
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
5e707731f2
|
BLE: Wrap advertising data in a span.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
dee48e71e3
|
BLE: Typedef ble::advertising_event_t into Gap::AdvertisingEventType_t
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
f930905947
|
BLE: Regactor Gap::EventHandler::onScanRequest signature.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
14b24d324c
|
BLE: Move advertising_handle_t into ble namespace.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
f83f32948a
|
BLE: Fix typo in arguments name.
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
44d8545dc8
|
BLE: Add ANONYMOUS in peer_advertising_type_t
|
2018-11-26 10:21:32 +00:00 |
Vincent Coubard
|
e58928def1
|
Move advertising event and advertising event data status to ble.
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
78a4bdda8a
|
type translation
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
8794c0b43b
|
make packetisation common
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
87482b5530
|
compilation errors fixed
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
a5e1bdb97e
|
missing parens
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
060d2f5216
|
advertising data only contains advertising data
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
52f54c032a
|
compiilation errors
|
2018-11-26 10:21:32 +00:00 |
paul-szczepanek-arm
|
4a86b3dd10
|
typo in var name
|
2018-11-26 10:21:31 +00:00 |