Glenn Ruben Bakke
|
ed93392d87
|
nrf5/drivers/bluetooth: Updating bluetooth driver to initialize nrf_nvic_state_t struct during declaration of the global variable instead of explicit memset.
|
2017-05-25 00:25:14 +02:00 |
Glenn Ruben Bakke
|
36d9c0cb83
|
nrf5/drivers/bluetooth: As callback functions are in most usecases are set to NULL upon last event to get public API function out of blocking mode, these function pointers has to be set as volatile, as they are updated to NULL in interrupt context, but read in blocking main-thread.
|
2017-05-15 23:01:10 +02:00 |
Glenn Ruben Bakke
|
d96e2a3e08
|
nrf5/drivers/bluetooth: Add implementation of client attribute write without response.
|
2017-05-14 19:58:10 +02:00 |
Glenn Ruben Bakke
|
1f8ceaa6fb
|
nrf5/drivers/bluetooth: Adding template function for attr_c_write.
|
2017-05-14 19:58:10 +02:00 |
Glenn Ruben Bakke
|
fd52691f02
|
nrf5/drivers/bluetooth: Renaming attr_write and attr_notify to attr_s_write and attr_s_notify to prepare for introduction of attribute write for gatt client.
|
2017-05-14 19:58:10 +02:00 |
Glenn Ruben Bakke
|
653f4a86d5
|
nrf5/drivers/bluetooth: Refactoring code to group statics for s130 and s132 into the same ifdef. Also adding two empty lines in discovery functions to make it more easy to read.
|
2017-05-14 18:06:42 +02:00 |
Glenn Ruben Bakke
|
e8cd010f59
|
nrf5/drivers/bluetooth: Updating characteristic discovery to signal whether anything was found or not.
|
2017-05-14 18:06:42 +02:00 |
Glenn Ruben Bakke
|
b4f96a1dc3
|
nrf5/drivers/bluetooth: Updating primary service discovery api to take in start handle from where to start the service discovery. Also adjusting return parameter to signal whether anything was found or not.
|
2017-05-13 18:12:15 +02:00 |
Glenn Ruben Bakke
|
96b203b729
|
nrf5/bluetooth: Updating makefiles with updated paths to bluetooth le components after moving files.
|
2017-05-11 19:13:20 +02:00 |
Glenn Ruben Bakke
|
3d503cf7a8
|
nrf5/bluetooth: Moving stack download script to drivers/bluetooth folder.
|
2017-05-11 19:13:20 +02:00 |
Glenn Ruben Bakke
|
bdaa714f85
|
nrf5/bluetooth: Move bluetooth driver files to drivers/bluetooth. Move bluetooth stack download script to root folder.
|
2017-05-11 19:13:20 +02:00 |