Vincent Coubard
|
e5128689aa
|
BLE: Fix random static address storage
|
2020-10-05 11:53:21 +01:00 |
Vincent Coubard
|
924f8b1dc9
|
BLE: Update state when scan started/stopped callback received.
|
2020-10-05 11:53:21 +01:00 |
Vincent Coubard
|
d8c6820cbd
|
BLE: Add callback for scan started and stoped.
|
2020-10-05 11:53:21 +01:00 |
Vincent Coubard
|
b8549ec91d
|
BLE: rename address resolution handler.
|
2020-10-05 11:53:21 +01:00 |
Vincent Coubard
|
4b853956d9
|
BLE: Add resolvable and non resolvable private address rotation with advertising
|
2020-10-05 11:53:15 +01:00 |
Vincent Coubard
|
f810ec4c2a
|
BLE: Add initiating flag into gap to track if the local device tries to connect to a peer.
|
2020-10-05 11:50:34 +01:00 |
Vincent Coubard
|
7e16ee448e
|
BLE: Bind address controller with Gap
|
2020-10-05 11:50:33 +01:00 |
Vincent Coubard
|
313676a089
|
BLE: Add gap handlers to be informed when advertising as started or been stopped
|
2020-10-05 11:50:33 +01:00 |
Vincent Coubard
|
237278be24
|
BLE: Update security manager to use the PrivateAddressController
Resolution list has been removed from the pal as this is handled by the PrivateAddressController.
|
2020-10-05 11:50:33 +01:00 |
Vincent Coubard
|
44681ee982
|
BLE: Add PrivateAddressController module.
It controls private address generation and host or controller address resolution.
|
2020-10-05 11:50:33 +01:00 |
phst
|
c0021e2147
|
Add missing defines to activate/deactivate BLE features
|
2020-09-17 11:02:25 +02:00 |
Paul Szczeanek
|
77ba844ef9
|
double negation fixed and ifs normalised
|
2020-09-09 17:08:32 +01:00 |
Vincent Coubard
|
904b7f5163
|
BLE: reintroduce default implementation GattClient::discoverServices.
|
2020-09-07 14:32:18 +01:00 |
Vincent Coubard
|
f116604024
|
BLE: correctness improvments
Remove unused variable, improve header inclusion, fix initialization list order,
|
2020-09-04 13:26:29 +01:00 |
Vincent Coubard
|
702c1b9756
|
BLE: Fixed used of parent pointer in implementation classes.
|
2020-09-04 13:25:32 +01:00 |
Vincent Coubard
|
cf91053f93
|
BLE: Move cordio implementation include into source folder
|
2020-08-25 11:34:00 +01:00 |
Vincent Coubard
|
029ed3a0c5
|
BLE: Cleanup BLEInstanceBas implementation
|
2020-08-25 11:33:59 +01:00 |
Vincent Coubard
|
d914cb1fb2
|
BLE: Cleanup PalSigningEventMonitor.
|
2020-08-25 11:33:59 +01:00 |
Vincent Coubard
|
b42abd0e25
|
BLE: cleanup PalEvent queue and implementation
|
2020-08-25 11:33:59 +01:00 |
Vincent Coubard
|
52b132e042
|
BLE: Cleanup pal security manager
|
2020-08-25 11:33:59 +01:00 |
Vincent Coubard
|
3f3c11b113
|
BLE: Move GattServer implementation from generic to cordio
|
2020-08-25 11:32:38 +01:00 |
Vincent Coubard
|
e59e1b5ef6
|
BLE: Cleanup of pal AttClient and GattClient
Fix interface namespace being not used.
Move generic AttClient to GattClient adapter back into the pal
|
2020-08-25 11:32:38 +01:00 |
Vincent Coubard
|
bc259c561d
|
BLE: cleanup generic sources
|
2020-08-25 11:32:37 +01:00 |
Vincent Coubard
|
241c69f50d
|
BLE: Cleanup public headers
|
2020-08-25 11:26:28 +01:00 |
Vincent Coubard
|
cc78150afd
|
BLE: Move generic lib file into source/generic .
|
2020-08-25 11:26:27 +01:00 |
Vincent Coubard
|
13c358717f
|
BLE: Move GATT public header into ble/gatt
Move private headers GattServerEvents.h, GapEvents,h and GapType.h in relevant part of the source tree.
|
2020-08-25 11:26:26 +01:00 |
Vincent Coubard
|
27cb03824e
|
BLE: Move common publi headers into ble/common
|
2020-08-25 11:26:26 +01:00 |
Vincent Coubard
|
d3427ca495
|
BLE: Move gap public header at the root.
|
2020-08-25 11:26:26 +01:00 |
Vincent Coubard
|
e11bfb6514
|
BLE: move PAL headers into source/pal
|
2020-08-25 11:26:26 +01:00 |
Vincent Coubard
|
a45325995b
|
BLE: Move BleInstanceBase.h into source.
|
2020-08-25 11:26:26 +01:00 |
Vincent Coubard
|
c2a09abee8
|
BLE: Move SecurityDB related files into generic sources
|
2020-08-25 11:26:26 +01:00 |
Vincent Coubard
|
381700a250
|
BLE: Move generic implementation and headers into source/generic
|
2020-08-25 11:26:26 +01:00 |