index
:
nrf-softdevice
master
wip/timer-test
Unnamed repository; edit this file 'description' to name the repository.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nrf-softdevice-macro
/
src
Age
Commit message (
Expand
)
Author
2021-10-15
Merge branch 'master' into feature/indications
Albert Skog
2021-10-15
make CCCD write a single event
Albert Skog
2021-10-11
Derive event variant from struct field name
Ulf Lilleengen
2021-10-11
Add gatt_server macro for registering a GATT server
Ulf Lilleengen
2021-10-11
Rename gatt_server to gatt_service
Ulf Lilleengen
2021-10-08
fix for charsacteristics with both notify and indicate
Albert Skog
2021-10-07
Make fn have the same visibility as struct fields
Ulf Lilleengen
2021-10-07
Give enum same visibility as service struct
Ulf Lilleengen
2021-10-07
Rename back to on_write
Ulf Lilleengen
2021-10-06
Rename to on_event
Ulf Lilleengen
2021-10-06
Simplify further
Ulf Lilleengen
2021-10-06
Simplify API
Ulf Lilleengen
2021-10-05
Refactor GATT handling to support multiple services
Ulf Lilleengen
2021-10-01
check correct bit for enable indications
Albert Skog
2021-09-30
add support for indications
Albert Skog
2021-02-26
Fix warnings. Closes #39
Dario Nieuwenhuis
2021-01-24
support variable length array
rise0chen
2020-12-03
Add write_without_response to gatt client macros
Dario Nieuwenhuis
2020-11-25
UUID128 is little endian!
Dario Nieuwenhuis
2020-11-10
gatt_server: fix another missing absolute path
Dario Nieuwenhuis
2020-11-10
gatt_client: add macro. Fixes #8
Dario Nieuwenhuis
2020-11-09
gatt_server: fix macro breaking if missing imports.
Dario Nieuwenhuis
2020-11-09
gatt_server: support char types other than u8
Dario Nieuwenhuis
2020-11-09
Add uuid handling in gatt_server proc macro.
Dario Nieuwenhuis
2020-09-18
WIP proc macro for defining GATT servers.
Dario Nieuwenhuis