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
|
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 |
Vincent Coubard
|
0c1e01952b
|
Compilation fixes
|
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
|
26f40e07f7
|
packetisation
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
56146a44fb
|
legacy support
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
5efac211be
|
sid
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
25997d96b9
|
chek for features
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
6ca5041f53
|
generic advertising
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
baaebb47dc
|
fix typo in preferred
|
2018-08-29 20:21:04 +01:00 |
paul-szczepanek-arm
|
8090e7acd8
|
phy API implementation for cordio
phy set types added, nordic implementation updated
|
2018-08-29 20:21:04 +01:00 |
Paul Szczepanek
|
d5c675e300
|
Merge pull request #6 from paul-szczepanek-arm/feature-support
support for controller features
|
2018-08-29 20:15:58 +01:00 |
paul-szczepanek-arm
|
de41355c5c
|
Fix not processing all advertising reports if one is filtered out
filtering out individual reports instead of all
|
2018-05-23 14:24:54 +01:00 |
Vincent Coubard
|
bdad5d6496
|
BLE Generic: Handle peer address type backward compatibility.
|
2018-05-21 13:29:06 +01:00 |
Vincent Coubard
|
0eb680a08b
|
GenericGap: Revert changes introduced to accomodate privacy.
|
2018-05-17 10:56:29 +01:00 |
Donatien Garnier
|
ad09ba0dcc
|
Fix handling of security escalation in on_connection_complete()
|
2018-05-16 13:54:25 +01:00 |
Donatien Garnier
|
7ef7ef553c
|
Fix is_random_xxx_address() functions in GenericGap that I had broken :)
|
2018-05-16 12:04:04 +01:00 |
Donatien Garnier
|
1fdb57e82c
|
Removed set_privacy() API and added is_privacy_supported() check to PAL + Generic GAP
|
2018-05-16 12:02:21 +01:00 |
Donatien Garnier
|
288c3952d8
|
Address Paul's comments
|
2018-05-15 18:37:50 +01:00 |
Donatien Garnier
|
6c6af1b0d5
|
Added missing masks and fixed bit ordering in is_random_xx_address() functions
|
2018-05-14 13:59:32 +01:00 |
Donatien Garnier
|
d8b63fc03d
|
Reordered initializers in GenericGap
|
2018-05-14 13:53:50 +01:00 |
Donatien Garnier
|
67ec6323fc
|
Added update_random_address() implementation in GenericGap
|
2018-05-14 13:52:29 +01:00 |
Donatien Garnier
|
3523cdb264
|
Missing initializer in GenericGap
|
2018-05-14 13:37:37 +01:00 |
Donatien Garnier
|
472d3de849
|
Give GenericGap access to the Security Manager's PAL
|
2018-05-14 13:36:02 +01:00 |
Donatien Garnier
|
a3d9d6cebd
|
Business logic for handling non-resolvable private addresses
|
2018-05-14 13:26:39 +01:00 |
Donatien Garnier
|
69e35c49c8
|
Handle resolution policy for peripheral in GenericGap
|
2018-05-13 23:25:52 +01:00 |
Donatien Garnier
|
21471bb3c9
|
and make sure it compiles and that policy is only applied if privacy is enabled :)
|
2018-05-13 22:42:11 +01:00 |
Donatien Garnier
|
926efa4018
|
Filter out advertising reports for unresolved addresses if required
|
2018-05-13 22:37:59 +01:00 |
Donatien Garnier
|
6a2ffaeac0
|
Update own address type generation in GenericGap
|
2018-05-13 22:16:08 +01:00 |
Donatien Garnier
|
620ebc3f9a
|
Some fixes in GenericGap
|
2018-05-13 20:38:29 +01:00 |
Donatien Garnier
|
4c5e2a8094
|
Added method to update resolution settings in GenericGap
|
2018-05-13 19:14:56 +01:00 |
Donatien Garnier
|
7b4a813aca
|
Added stubs in GenericGap for privacy configuration methods
|
2018-05-13 18:52:54 +01:00 |
Donatien Garnier
|
e9ad148db0
|
Added privacy-related methods overrides in GenericGap
|
2018-05-13 17:57:27 +01:00 |
Vincent Coubard
|
169e579de7
|
BLE: Handle new addresses type in GenericGap.
|
2018-04-17 17:05:41 +01:00 |
Donatien Garnier
|
a3383c139b
|
Addressed Vincent's comments
|
2018-03-01 20:32:37 +00:00 |
paul-szczepanek-arm
|
6b0ba64ee2
|
SM fixes to init and register the event handler correctly
|
2018-02-21 18:35:44 +00:00 |
Vincent Coubard
|
9e98a72198
|
BLE: Move cordio default scan and connection params in global memory.
|
2018-02-21 17:43:39 +00:00 |
Vincent Coubard
|
ad78b3e023
|
BLE: Handle NULL parameters in Gap::connect.
|
2018-02-21 17:43:38 +00:00 |
Vincent Coubard
|
9c6f44de91
|
BLE: Force stop scan before connection initiation.
|
2018-02-21 17:43:38 +00:00 |
Vincent Coubard
|
c5be493bb7
|
BLE: Add address type in AdvertisementCallbackParams_t.
|
2018-02-21 17:41:14 +00:00 |
paul-szczepanek-arm
|
c65419239f
|
fixed compiler errors for pal after its update
|
2018-02-20 18:01:21 +00:00 |
Vincent Coubard
|
28f2f46974
|
BLE: Hide event monitor inside pal.
|
2018-02-19 17:41:18 +00:00 |