Cruz Monrreal
|
c3128cdfce
|
Merge pull request #7981 from paul-szczepanek-arm/ondatasent
BLE: fix missing updates sent callback in GattServer using Cordio stack
|
2018-09-18 11:30:02 -05:00 |
paul-szczepanek-arm
|
44d3504dbb
|
missing overload
|
2018-09-04 13:58:50 +01:00 |
paul-szczepanek-arm
|
ec373c29a0
|
missing onDataSent calblack for cordio
|
2018-09-04 13:30:08 +01:00 |
Ron Eldor
|
5817d71ad8
|
Change mbedtls_platform_context parameter to NULL
Change the parameter being sent to `mbedtls_platform_setup()` and
`mbedtls_platfrm_teardown()` to NULL, as it is now being unused
in Mbed OS.
|
2018-09-03 08:38:57 +03:00 |
Cruz Monrreal
|
83e0e65a42
|
Merge pull request #7726 from SenRamakri/sen_BLE_ErrorUpdate
Update BLE error calls to use new error codes and mbed_error
|
2018-09-02 20:47:40 -05:00 |
Vincent Coubard
|
7a503ca1a2
|
BLE: Fix doxygen.
|
2018-08-30 09:25:50 +01:00 |
paul-szczepanek-arm
|
db3d124516
|
moved the utility function into the pal since it's only useful below pal
|
2018-08-29 20:25:56 +01:00 |
paul-szczepanek-arm
|
03f44e7a29
|
accidental spare const removed
|
2018-08-29 20:25:56 +01:00 |
paul-szczepanek-arm
|
8ac6e2c30d
|
added doxygen to constructors and const to getters
|
2018-08-29 20:25:56 +01:00 |
paul-szczepanek-arm
|
76624ad6ec
|
provide stubs for events
use gap.h typedef for Phy_t for consistency
|
2018-08-29 20:21:04 +01:00 |
paul-szczepanek-arm
|
5598958c6d
|
formatting for docs
|
2018-08-29 20:21:04 +01:00 |
paul-szczepanek-arm
|
baaebb47dc
|
fix typo in preferred
|
2018-08-29 20:21:04 +01:00 |
paul-szczepanek-arm
|
d64479a2ee
|
docuemnted PHY api
|
2018-08-29 20:21:04 +01:00 |
paul-szczepanek-arm
|
e0ca4a093f
|
update cordio pal phy to new 5.0 stack
|
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 |
Vincent Coubard
|
954f004d16
|
Nordic BLE: Implement PHY APIs for NRF52.
|
2018-08-29 20:15:58 +01:00 |
Vincent Coubard
|
47ea39982f
|
Merge pull request #2 from pan-/PHY_API
Phy api
|
2018-08-29 20:15:58 +01:00 |
Vincent Coubard
|
4deb64aed1
|
Merge pull request #1 from pan-/PHY_API
Phy api
|
2018-08-29 20:15:58 +01:00 |
paul-szczepanek-arm
|
657fc45a3c
|
updated porting guide
|
2018-08-24 11:30:04 +01:00 |
paul-szczepanek-arm
|
f36e58b039
|
update readme
|
2018-08-24 11:14:03 +01:00 |
paul-szczepanek-arm
|
1d2ab42d27
|
replace libraries with sources
|
2018-08-24 11:14:03 +01:00 |
Martin Kojtal
|
70814d6185
|
Merge pull request #7417 from pan-/improve-cordio-hci-doc
Cordio Documentation: Explain how to tests and what tools are available.
|
2018-08-24 09:52:21 +02:00 |
Martin Kojtal
|
e43f0201a7
|
Merge pull request #7681 from paul-szczepanek-arm/sc-ltk
BLE: store secure connections ltk in both local and peer entry
|
2018-08-20 18:01:31 +02:00 |
Senthil Ramakrishnan
|
529af2b0f4
|
Changes to error code names
|
2018-08-17 23:13:59 -05:00 |
Senthil Ramakrishnan
|
7803a40fbd
|
Update BLE error calls to use new error codes and mbed_error
|
2018-08-17 22:52:50 -05:00 |
Melinda Weed
|
4a9570b252
|
function signature line
|
2018-08-16 14:46:07 +03:00 |
Melinda Weed
|
c1e154b1cc
|
removing \
|
2018-08-14 16:26:30 +03:00 |
Melinda Weed
|
3b95202154
|
Final review and grammatical changes
|
2018-08-14 10:55:39 +03:00 |
Melinda Weed
|
1082724ac3
|
formatting changes
|
2018-08-10 12:53:28 +03:00 |
Melinda Weed
|
db8f36945b
|
Fixing colons and formatting
|
2018-08-10 11:17:32 +03:00 |
Melinda Weed
|
739bd6605d
|
grammatical and stylistic fixes, more passive -> active
|
2018-08-10 11:01:38 +03:00 |
Melinda Weed
|
f2c6d59c23
|
Further stylistic changes. Passive -> active
|
2018-08-10 09:56:42 +03:00 |
Cruz Monrreal
|
2b92b260d0
|
Merge pull request #7688 from paul-szczepanek-arm/nrf-ltk-fix
BLE: call secure connections versions of ltk functions
|
2018-08-09 10:15:58 -05:00 |
paul-szczepanek-arm
|
6c9bd163b1
|
factored out whole ediv rand check
|
2018-08-08 17:02:43 +01:00 |
paul-szczepanek-arm
|
cbf1776f14
|
MACRO the size of rand
|
2018-08-08 14:26:31 +01:00 |
paul-szczepanek-arm
|
c1ce511dff
|
factor out invalid rand function
|
2018-08-08 14:19:06 +01:00 |
paul-szczepanek-arm
|
021c452823
|
replaced lesc field usage with ediv&rand check
|
2018-08-06 10:34:42 +01:00 |
paul-szczepanek-arm
|
fbb926d77e
|
call the correct ltk function when SC is used
|
2018-08-03 15:28:41 +01:00 |
paul-szczepanek-arm
|
34d985a4ac
|
set correct default privacy configuration for centrals
|
2018-08-03 09:54:46 +01:00 |
paul-szczepanek-arm
|
e92863a7be
|
store secure connections ltk in both local and peer entry
|
2018-08-02 15:33:47 +01:00 |
Melinda Weed
|
bae4c89d0f
|
Remove shall, whole lotta other changes. Not done yet.
|
2018-07-09 15:06:11 +03:00 |
Vincent Coubard
|
7a8cc0243f
|
Cordio Documentation: Explain how to tests and what tools are available.
|
2018-07-04 12:46:41 +01:00 |
Cruz Monrreal
|
2e233a96d3
|
Merge pull request #7210 from pan-/fix-nordic-security-cancellation
Fix nordic security cancellation
|
2018-06-25 10:12:23 -05:00 |
Cruz Monrreal
|
d160cc6cd0
|
Merge pull request #7284 from KariHaapalehto/wise1530_usi22_support
Add binary drivers for MTB_USI_WM_BN_BM_22 and MTB_ADV_WISE_1530
|
2018-06-22 10:16:16 -05:00 |
Cruz Monrreal
|
d18aa9072f
|
Merge pull request #7262 from paul-szczepanek-arm/gap-params
BLE: Add setScanParams overload to the Gap API
|
2018-06-22 10:15:14 -05:00 |
Vincent Coubard
|
4b8fb0be78
|
Nordic BLE: Fix return value verification
|
2018-06-22 09:36:06 +01:00 |
Vincent Coubard
|
b68e18cdb4
|
Nordi BLE: Fix formatting
|
2018-06-22 09:35:34 +01:00 |
Cruz Monrreal
|
34513f2a92
|
Merge pull request #7221 from pan-/cordio-port-test
Cordio: Add tests that validates a cordio port.
|
2018-06-21 23:30:39 -05:00 |
Kari Haapalehto
|
699811be72
|
Add binary drivers for MTB_USI_WM_BN_BM_22 and MTB_ADV_WISE_1530
|
2018-06-21 12:15:53 +03:00 |