Old version

Dependents:   VNG_BLE_Basic

Fork of nRF51822 by Nordic Semiconductor

Changes

RevisionDateWhoCommit message
94:22533f51b97f 2016-01-21 longdh First commit default tip
93:0e7a9efee6d7 2015-01-21 rgrover1 Synchronized with git rev e4fab54b
92:8c1553b39b03 2015-01-21 rgrover1 Synchronized with git rev d24bfdb5
91:112921e467db 2015-01-21 rgrover1 Synchronized with git rev 4a6ca6cd
90:0c883639fbd2 2015-01-21 rgrover1 Synchronized with git rev e2020c2b
89:c0dbd55614b2 2015-01-21 rgrover1 Synchronized with git rev 1c1dad30
88:fdb2b0db620e 2015-01-21 rgrover1 Synchronized with git rev 7ce29248
87:f9516241903b 2015-01-21 rgrover1 Synchronized with git rev 5d2eb310
86:561631ee642d 2015-01-21 rgrover1 Synchronized with git rev e6d37364
85:17fe69405098 2014-12-12 marcuschang Write permission was not set for 'write without response' characteristics.
84:658e5ec772a1 2014-12-12 rgrover1 Synchronized with git rev 03791a03
83:71302acf1804 2014-12-12 rgrover1 Synchronized with git rev f6b58a5a
82:6c51cbe4bc12 2014-12-12 rgrover1 Synchronized with git rev 9b331846
81:8b98f9feba1e 2014-12-11 rgrover1 Demo for the LinkLoss Service.; https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml
80:cdcc094ab166 2014-12-03 rgrover1 Synchronized with git rev 5c80717d
79:540d11f2764f 2014-12-03 rgrover1 Synchronized with git rev 2c808187
78:9a5ba2c5d53c 2014-11-21 rgrover1 Synchronized with git rev 2415bbb4
77:9886b2865631 2014-11-21 rgrover1 Synchronized with git rev 6cd60389
76:ce629a504851 2014-11-21 rgrover1 Synchronized with git rev eee261a2
75:95d732949d23 2014-11-21 rgrover1 Synchronized with git rev 1bc9fa92
74:d453d7969553 2014-11-21 rgrover1 Synchronized with git rev d419ec36
73:3d51439b8ce0 2014-11-21 rgrover1 Synchronized with git rev ec94c68e
72:46db8d5c65d1 2014-11-21 rgrover1 Synchronized with git rev 8940e824
71:f11b3e313843 2014-11-21 rgrover1 Synchronized with git rev 8c33bdd2
70:d57285f18f65 2014-11-21 rgrover1 Synchronized with git rev 3eda3f6f
69:61da91a52bd6 2014-11-04 Rohit Grover Release 0.2.2
68:936d81c963fe 2014-09-26 Rohit Grover Release 0.2.1
67:e6cc149033a6 2014-09-23 Rohit Grover raising BLE_TOTAL_CHARACTERISTICS to 24; we're beginning to see services like Device-Information which add several characteristics
66:b3680699d9a4 2014-09-22 Rohit Grover Release 0.2.0
65:98215c4f3a25 2014-09-08 Rohit Grover Release 0.1.3
64:5d5f5cbc7c79 2014-09-08 rgrover1 Merge pull request from YiHui
63:708b23889028 2014-08-31 yihui fix 'impossible constraint in asm' error for gcc toolchain
62:a022be4c545d 2014-09-08 rgrover1 Minor improvement to Tsuboi San's pull request.
61:d0158c65d0d7 2014-09-06 ytsuboi add ifdef for HRM1017 to choose IRC on btle.cpp
60:e861f2041469 2014-09-02 Rohit Grover Release 0.1.2: Minor bugfix release.
59:2819e564b613 2014-09-02 Rohit Grover Release 0.1.1
58:de6b64cd7f21 2014-09-02 Rohit Grover Release 0.1.0
57:2aa01a5008ac 2014-09-02 Rohit Grover resolve merge
56:a1071b629aa3 2014-09-02 Rohit Grover Release 0.1.0
55:9689ec201907 2014-08-29 carlescufi Move value attribute as member of the char class
54:e2294c844c83 2014-08-28 carlescufi Add support for adding descriptors
53:1e5c300cec7f 2014-07-25 Rohit Grover move constants for appearance and UUIDs out to blecommon.h
52:120bd37b9d0d 2014-07-24 Rohit Grover implement APIs for get/setDeviceName(), get/setAppearance(), getVersion(), and setTxPower()
51:63ba3bcf5cd6 2014-07-23 Rohit Grover remove include of mbed.h from softdevice_handler.cpp
50:d788c5ff95db 2014-07-23 Rohit Grover remove include of nrf.h from app_button.h
49:c941433e0eb0 2014-07-23 Rohit Grover add __cplusplus guards to allow certain header files to be included from C sources.
48:895748db3357 2014-07-21 Rohit Grover add __cplusplus guard to pstorage.h
47:db25ca6ed092 2014-07-16 Rohit Grover introduce nrf_delay.h; borrowed from the Nordic SDK
46:2bfbbe290083 2014-07-16 Rohit Grover get some more app_common ancillary sources from the Nordic SDK
45:3c4df37ed83e 2014-07-16 Rohit Grover add cplusplus guards for the cases where C files include the headers
44:47da5c62e067 2014-07-11 Rohit Grover changes required to implement APIs for connection parameters
43:e1d294ed29c4 2014-07-11 Rohit Grover no need to include nrf.h
42:120a96d10f90 2014-07-11 Rohit Grover white space diffs
41:6e66cd970659 2014-07-10 Rohit Grover connection and disconnection callbacks need to take a connection handle
40:1cb3707fa798 2014-07-10 Rohit Grover white space diffs
39:d52a28e1fa80 2014-07-08 Rohit Grover handle BLE_GATTS_EVT_SYS_ATTR_MISSING in nRFGattServer::hwCallback()
38:dc4d0edf9bb9 2014-07-08 Rohit Grover minor improvement to nRFGattServer::updateValue() for the case where local is set to true
37:c29c330d942c 2014-07-07 Rohit Grover changes required to upgrade to V7 of the soft-device
36:bd0186ce644a 2014-07-03 Rohit Grover trigger onDataSent() for BLE_EVT_TX_COMPLETE
35:7174913c9d67 2014-06-27 Rohit Grover undoing some negative effects of a previous use of uncrustify; mostly cosmetic