paul-szczepanek-arm
|
7b1d57c661
|
no read callback for CCC
|
2019-05-17 15:38:41 +01:00 |
paul-szczepanek-arm
|
15d0a9422d
|
not include attribute write cback for CCC
|
2019-05-17 15:38:41 +01:00 |
Marc Emmers
|
651af9c17c
|
Make sure to reset settings before applying the properties
|
2019-04-24 13:37:42 +01:00 |
paul-szczepanek-arm
|
e607fe923f
|
add default services first
|
2019-04-05 12:27:00 +01:00 |
Desmond Chen
|
0eccb9e529
|
BLE:Fix gattserver authorization list update permission check
|
2019-04-05 12:26:57 +01:00 |
Desmond Chen
|
57636b08ad
|
BLE:Cordio:Fix insert characteristic not handle error
|
2019-04-05 12:26:13 +01:00 |
Desmond Chen
|
cf7550fb85
|
BLE:Cordio:insert_descriptor check r/w properties
|
2019-04-05 12:26:10 +01:00 |
Vincent Coubard
|
35c48c255b
|
BLE - Register the Att call handler whenever the GATT_SERVER is available.
|
2019-03-12 10:06:28 -05:00 |
Vincent Coubard
|
9a9edd6121
|
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-12 10:06:28 -05:00 |
paul-szczepanek-arm
|
34ef17370b
|
fix signing permissions
|
2019-03-01 11:58:52 +00:00 |
paul-szczepanek-arm
|
dc66204c1b
|
cordio host sources updated
|
2019-03-01 10:59:41 +00:00 |
Cruz Monrreal
|
f8d254fc4c
|
Merge pull request #9790 from paul-szczepanek-arm/ble-conf
Ble conf
|
2019-02-28 22:08:41 -06:00 |
Cruz Monrreal
|
aaf3ce4741
|
Merge pull request #9727 from pan-/optimize-size
BLE API devirtualization
|
2019-02-28 18:20:36 -06:00 |
Vincent Coubard
|
4e172ba22d
|
BLE - Fix conditional directive.
|
2019-02-28 16:31:34 +00:00 |
Vincent Coubard
|
5ae59fc534
|
BLE - Improve FEATURE_PRIVACY conditions.
|
2019-02-28 14:47:07 +00:00 |
Vincent Coubard
|
24f7f36f01
|
BLE - Return supported feature based on compile time features.
|
2019-02-28 14:23:19 +00:00 |
Vincent Coubard
|
04891b205c
|
BLE - Conditionally handle gap events.
|
2019-02-28 14:13:45 +00:00 |
Vincent Coubard
|
ea9554dfbc
|
BLE - restrict AttConnRegister to GattServer.
|
2019-02-28 14:12:56 +00:00 |
Vincent Coubard
|
9566af64fb
|
BLE - Fix initialization of extended advertising modules.
|
2019-02-28 13:51:50 +00:00 |
Vincent Coubard
|
6a3f3d187e
|
BLE - Conditionnally remove LESC and privacy event processing.
|
2019-02-28 13:45:05 +00:00 |
Vincent Coubard
|
9e5e23aad6
|
BLE - Remove conditional directive in construction of Cordio objects.
|
2019-02-28 11:37:21 +00:00 |
Vincent Coubard
|
a31d1012db
|
BLE - Cleanup CordioPalSecurityManager conditional directives.
- Within constructor
- Within member declaration
- Private function declaration and definition.
|
2019-02-28 11:36:36 +00:00 |
Vincent Coubard
|
dedc204daa
|
BLE - Cleanup CordioGattServer conditional directives.
|
2019-02-28 11:34:35 +00:00 |
paul-szczepanek-arm
|
a034bf875e
|
gatt server pass
mostly phy and security issues
|
2019-02-27 21:52:07 +00:00 |
paul-szczepanek-arm
|
bc3ff56504
|
partial security pass
|
2019-02-27 21:46:08 +00:00 |
paul-szczepanek-arm
|
eb16fb6053
|
broadcaster role cordio pass
|
2019-02-27 21:34:00 +00:00 |
paul-szczepanek-arm
|
630b2fe792
|
more gap ifdefs
|
2019-02-27 21:08:15 +00:00 |
paul-szczepanek-arm
|
1d5b7d4056
|
ifdef source files based on features
|
2019-02-27 21:00:11 +00:00 |
paul-szczepanek-arm
|
c8d8c4e159
|
merge failure fix
|
2019-02-27 21:00:10 +00:00 |
paul-szczepanek-arm
|
30ad32a465
|
ifdef out security features
|
2019-02-27 20:59:35 +00:00 |
paul-szczepanek-arm
|
9e710d4309
|
git review changes
|
2019-02-27 20:59:35 +00:00 |
paul-szczepanek-arm
|
33e8826361
|
whitelist feature
|
2019-02-27 19:46:43 +00:00 |
paul-szczepanek-arm
|
5a97706aab
|
added #if guards to cordio ble
|
2019-02-27 19:46:12 +00:00 |
paul-szczepanek-arm
|
bed567825f
|
connectable is a feature not role
|
2019-02-27 19:31:47 +00:00 |
paul-szczepanek-arm
|
26cc72f191
|
add more feature toggles in cordio init
|
2019-02-27 19:31:47 +00:00 |
paul-szczepanek-arm
|
aefab05e5a
|
add all the features and rename existing non-roles to features
|
2019-02-27 19:31:46 +00:00 |
Steve Cartmell
|
8e36ed4b1e
|
feat(ble): Guard out the CordioBLE initialisation code
|
2019-02-27 19:29:51 +00:00 |
Steve Cartmell
|
5d73a03a64
|
feat(ble): Guard out SecurityManager code when role is disabled
|
2019-02-27 19:24:40 +00:00 |
Steve Cartmell
|
73f7ffb124
|
feat(ble): Guard out GattServer code when role is disabled
|
2019-02-27 19:24:39 +00:00 |
Steve Cartmell
|
6e301ce148
|
feat(ble): Guard out GattClient code when role is disabled
|
2019-02-27 19:23:31 +00:00 |
Vincent Coubard
|
536443b1f8
|
BLE - Devirtualization of the Cordio port.
|
2019-02-26 13:18:17 +00:00 |
Desmond Chen
|
0143229bd0
|
Fix Cordio Gatts descriptor configuring write permission
|
2019-02-26 11:30:57 +08:00 |
Desmond Chen
|
79e8bf4bc9
|
BLE:Cordio: ATTS setting for write cback should use bitwise or
|
2019-02-19 14:19:44 +08:00 |
paul-szczepanek-arm
|
193092f6d9
|
added spdx licence ident
|
2019-02-14 12:34:35 +00:00 |
paul-szczepanek-arm
|
f52b20c169
|
move cpp to sources
|
2019-02-14 12:34:35 +00:00 |
paul-szczepanek-arm
|
03b747a6f6
|
Get the pal event handler from pal gattclient
|
2019-02-14 12:34:34 +00:00 |
paul-szczepanek-arm
|
b628285254
|
route mtu changed events to server and client instead of gap
|
2019-02-14 12:34:33 +00:00 |
paul-szczepanek-arm
|
b6df6d54a1
|
change event names
|
2019-02-14 12:34:32 +00:00 |
paul-szczepanek-arm
|
06a2a403e9
|
fix typos
|
2019-02-14 12:34:31 +00:00 |
paul-szczepanek-arm
|
108d6908be
|
route ble events to gap
|
2019-02-14 12:34:31 +00:00 |