int_szyk
|
ef369dd926
|
Newline at the end of files
|
2019-08-12 08:32:07 +01:00 |
int_szyk
|
2e7c7f754f
|
Astyle
|
2019-08-12 08:32:06 +01:00 |
int_szyk
|
6d38596a27
|
Updated testcases
|
2019-08-12 08:32:06 +01:00 |
paul-szczepanek-arm
|
3b66065a10
|
exculde test
|
2019-06-12 16:15:57 +01:00 |
Vincent Coubard
|
452c60bea7
|
Cordio: Fix default COC parameters.
The stack doesn't cope with zero COC client or channel on IAR.
|
2019-06-05 13:08:10 +01:00 |
Vincent Coubard
|
8cd222c5db
|
BLE - Set rx ACL buffer size to the minimum viable in cordio conf.
|
2019-06-05 13:08:10 +01:00 |
Vincent Coubard
|
f0ad9b32c1
|
Disable l2cap connection oriented channels in Cordio default conf.
|
2019-06-05 13:08:10 +01:00 |
paul-szczepanek-arm
|
16bb7e5f04
|
fix merge conflixt
|
2019-05-27 06:16:49 +01:00 |
paul-szczepanek-arm
|
a6f639ba27
|
zero copy HCI as a config option
|
2019-05-27 06:16:49 +01:00 |
paul-szczepanek-arm
|
7894a9321d
|
fix releaseing the WSF msg too early
|
2019-05-27 06:16:49 +01:00 |
paul-szczepanek-arm
|
5025022ab8
|
handle extended reset
|
2019-05-27 06:16:49 +01:00 |
paul-szczepanek-arm
|
96040be349
|
wsf buffer transfers owenrship to controller
|
2019-05-27 06:16:49 +01:00 |
Martin Kojtal
|
2da743625f
|
Merge pull request #10581 from pan-/cordio-tx-path
BLE - Management of Tx path on Cordio.
|
2019-05-21 15:04:17 +01:00 |
Martin Kojtal
|
6b7a13f619
|
Merge pull request #10580 from paul-szczepanek-arm/fix-hardcoded-acl
BLE: put the acl buffer size in config
|
2019-05-20 14:13:45 +01:00 |
paul-szczepanek-arm
|
ebcff4b2d2
|
improve wording of the docs
|
2019-05-15 13:25:28 +01:00 |
Vincent Coubard
|
ca7be271c9
|
BLE: Remove incorrect calls to GattServer::handleDataSentEvent
|
2019-05-14 17:16:05 +01:00 |
Vincent Coubard
|
de482e4029
|
BLE: Create and handle write_command Event.
This event is raised when a write command has been sent to the controller. It can be used to queue a new write command.
|
2019-05-14 17:13:51 +01:00 |
paul-szczepanek-arm
|
26fe4dd174
|
add info on rx acl buf size
|
2019-05-14 16:57:14 +01:00 |
paul-szczepanek-arm
|
064e8de93d
|
put the acl buffer size in config
|
2019-05-14 16:52:24 +01:00 |
paul-szczepanek-arm
|
eda064563c
|
no read callback for CCC
|
2019-05-14 11:20:14 +01:00 |
paul-szczepanek-arm
|
de2743b702
|
not include attribute write cback for CCC
|
2019-05-14 10:16:08 +01:00 |
Martin Kojtal
|
658a41c015
|
Merge pull request #10417 from paul-szczepanek-arm/fix-coverity
suppress coverity error
|
2019-04-18 08:16:14 +01:00 |
Marc Emmers
|
d11cf287ac
|
Make sure to reset settings before applying the properties
|
2019-04-16 16:28:28 +02:00 |
paul-szczepanek-arm
|
482e9c390c
|
suppress coverity error
|
2019-04-16 14:19:31 +01:00 |
paul-szczepanek-arm
|
20d6cd9cc5
|
add default services first
|
2019-04-03 12:14:06 +01:00 |
Cruz Monrreal
|
eef1b4868d
|
Merge pull request #10094 from desmond-blue/fix_ble_gattserver_autorization_list
BLE: Fix ble gattserver autorization list registration
|
2019-03-29 10:11:50 -05:00 |
Vincent Coubard
|
339c57f6a7
|
BLE - Use low power timeout in cordio::BLE::callDispatcher .
|
2019-03-19 16:26:29 +00:00 |
Vincent Coubard
|
63b7e69d89
|
BLE - Signal to the HCI driver when the host stack is inactive
|
2019-03-19 16:25:24 +00:00 |
Vincent Coubard
|
7ee811141b
|
BLE - Add CordioHCIDriver::on_host_stack_inactivity
This callback should be called by the host stack when it has no pending activities. It allows a driver to put its controller to sleep.
|
2019-03-19 16:08:04 +00:00 |
Cruz Monrreal
|
9ecde429f9
|
Merge pull request #9992 from pan-/ble-use-low-power-ticker
BLE - Use low power timing primitives
|
2019-03-16 22:56:43 -05:00 |
Cruz Monrreal
|
961c9e2e13
|
Merge pull request #9988 from paul-szczepanek-arm/fix-cordio-tick
BLE: fix tick rate set to 10 ms
|
2019-03-16 22:56:24 -05:00 |
Cruz Monrreal
|
7fa995860f
|
Merge pull request #9921 from desmond-blue/fix_Cordio-insert-characteristic-handle-error
BLE:Cordio:Fix insert characteristic not handle error
|
2019-03-16 22:54:37 -05:00 |
Cruz Monrreal
|
dbb33ef423
|
Merge pull request #9801 from vmedcy/fix-eventqueue-h
Correctly include EventQueue.h
|
2019-03-16 22:52:40 -05:00 |
Martin Kojtal
|
74f13dd8de
|
Merge branch 'fix_Cordio-descriptor-set-cback' of https://github.com/desmond-blue/mbed-os into rollup
|
2019-03-15 08:44:55 +00:00 |
Desmond Chen
|
196a7666fe
|
BLE:Fix gattserver authorization list update permission check
|
2019-03-15 12:11:12 +08:00 |
Desmond Chen
|
a70f0e6780
|
BLE:Fix cordio reset sequence
|
2019-03-14 15:41:10 +08:00 |
Martin Kojtal
|
84e4decad0
|
Merge pull request #10042 from paul-szczepanek-arm/fix-pal-paths
BLE: fix conflicting include by qualifying cordio pal includes
|
2019-03-12 08:26:53 +01:00 |
paul-szczepanek-arm
|
abb2942fc5
|
qualify cordio pal includes
|
2019-03-11 16:52:40 +00:00 |
Vincent Coubard
|
a105db38ce
|
BLE - Use LowPowerTimer instead of Timer in the Cordio stack.
|
2019-03-07 16:45:46 +00:00 |
paul-szczepanek-arm
|
42d3a58d66
|
change tick rate to 1 ms
|
2019-03-07 16:07:25 +00:00 |
Cruz Monrreal
|
7b3cc93cb4
|
Merge pull request #9907 from pan-/fix-cordio-conf
BLE - Fix cordio configuration
|
2019-03-06 13:45:41 -06:00 |
Desmond Chen
|
3fe18a1f7d
|
BLE:Cordio:Fix insert characteristic not handle error
|
2019-03-05 09:57:21 +08:00 |
Desmond Chen
|
070a412432
|
BLE:Cordio:insert_descriptor check r/w properties
|
2019-03-04 11:08:15 +08:00 |
Vincent Coubard
|
b21e1d23d5
|
BLE - Register the Att call handler whenever the GATT_SERVER is available.
|
2019-03-01 18:33:22 +00:00 |
Vincent Coubard
|
77511c3983
|
BLE - Call SecInit unconditionally as it is required by low HCI level driver
That module handles random number incomming from the controller. Overhead is low (less than 150 bytes of flash).
|
2019-03-01 18:32:19 +00:00 |
paul-szczepanek-arm
|
61b063129d
|
MBED_WEAK in random spot removed
|
2019-03-01 15:05:59 +00:00 |
paul-szczepanek-arm
|
f740985627
|
remove define that trips up IAR
|
2019-03-01 14:46:43 +00:00 |
paul-szczepanek-arm
|
34ef17370b
|
fix signing permissions
|
2019-03-01 11:58:52 +00:00 |
paul-szczepanek-arm
|
e247852043
|
reinstate fixes
|
2019-03-01 11:23:28 +00:00 |
paul-szczepanek-arm
|
0c855780d1
|
remove duplicate headers
|
2019-03-01 10:59:44 +00:00 |