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 |
paul-szczepanek-arm
|
019b0c2146
|
added constructor to use with deprecated data
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
93b0b9f6e2
|
fix getting value instead of address
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
944d867c79
|
fix comments and missing comma in constructor
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
9d83a8e134
|
non braking Advertising data deprecation
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
26f40e07f7
|
packetisation
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
834e6c4f9b
|
Update mbed-os/features/FEATURE_BLE/ble/GapAdvertisingData.h
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
56146a44fb
|
legacy support
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
7de5d8c763
|
Merge pull request #4 from pan-/extended
Last bit of PAL extended advertising implementation.
|
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
|
f35ebcc900
|
simplify params to avoid holding state
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
b9d7e63911
|
BLE: Implement Advertising extension and Periodic Advertising on Cordio (WIP)
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
8fa62ec719
|
BLE: Add count function to phy_set_t
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
ca68323930
|
Add explicit cast to bool.
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
7d9c3d1432
|
Improve advertising_event_properties_t constructor.
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
d836841e0f
|
Add missing pure qualifier to PAL GAP APIs.
|
2018-11-26 10:21:31 +00:00 |
Vincent Coubard
|
74cf305452
|
Add PAL declaration for extended and periodic advertising
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
ff68c94ec2
|
update state on disconnect fix
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
1f2ee0d873
|
missing include
|
2018-11-26 10:21:31 +00:00 |
paul-szczepanek-arm
|
6932789453
|
extended advertising scanning and connecting API
|
2018-11-26 10:21:31 +00:00 |
Martin Kojtal
|
0cc134586c
|
Merge pull request #8851 from KariHaapalehto/disconnect_error_code_change
Change error code from NSAPI_ERROR_PARAMETER to NSAPI_ERROR_NO_CONNEC…
|
2018-11-26 11:03:51 +01:00 |
Martin Kojtal
|
7a77e66472
|
Merge pull request #8643 from RonEld/feature_unsupported_error_support
Modify HW accelerator drivers to new error code
|
2018-11-26 10:59:14 +01:00 |
Martin Kojtal
|
80e2c1133a
|
Merge pull request #8719 from deepikabhavnani/m2351_ram_rom_changes
M2351 RAM / ROM defines updated
|
2018-11-26 10:57:42 +01:00 |
Martin Kojtal
|
aae6bb125a
|
Merge pull request #8836 from SeppoTakalo/clarify_connect_docs
Clarify asynchronous NetworkInterface::connect() documentation
|
2018-11-25 11:27:16 +01:00 |
Martin Kojtal
|
7fd4692b32
|
Merge pull request #8862 from 0xc0170/dev_rollup
Rollup 5.11rc v3
|
2018-11-25 11:25:54 +01:00 |
Nir Sonnenschein
|
0283bb84e4
|
Merge pull request #8667 from davidsaada/kvstore_integration
KVStore & derived classes: design docs, implementation & configuration
|
2018-11-25 07:30:53 +02:00 |
Martin Kojtal
|
6c1c1693f5
|
Merge branch 'wio3g-export' of https://github.com/SeeedJP/mbed-os into dev_rollup
|
2018-11-24 21:15:49 +00:00 |
Martin Kojtal
|
5ad7c3ee6e
|
Merge branch 'gracefully_disconnect' of https://github.com/jarvte/mbed-os into dev_rollup
|
2018-11-24 21:15:38 +00:00 |
Martin Kojtal
|
c873dc06f2
|
Merge branch 'ONME-3983' of https://github.com/mtomczykmobica/mbed-os into dev_rollup
|
2018-11-24 21:14:47 +00:00 |
Martin Kojtal
|
ad37c84060
|
Merge branch 'disco-l072_adc_vbat' of https://github.com/bcostm/mbed-os into dev_rollup
|
2018-11-24 20:50:55 +00:00 |
Martin Kojtal
|
0ec41ce277
|
Merge branch 'F0_adc_vbat' of https://github.com/bcostm/mbed-os into dev_rollup
|
2018-11-24 20:50:45 +00:00 |
Martin Kojtal
|
d535e22117
|
Merge branch 'IOTTHD-2972' of https://github.com/JarkkoPaso/mbed-os into dev_rollup
|
2018-11-24 20:50:26 +00:00 |
Martin Kojtal
|
ab7d2ddf1e
|
Merge branch 'fix_bc95_todo' of https://github.com/jarvte/mbed-os into dev_rollup
|
2018-11-24 20:50:16 +00:00 |
Martin Kojtal
|
a4362f02ea
|
Merge branch 'master' of https://github.com/ganesh-ramachandran/mbed-os into dev_rollup
|
2018-11-24 20:50:05 +00:00 |
Martin Kojtal
|
e1b60b1e58
|
Merge branch 'disco_f746ng_bootloader' of https://github.com/bcostm/mbed-os into dev_rollup
|
2018-11-24 20:49:55 +00:00 |