2345 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
8e618f72c9 add gap_set_local_name and mark local_name as const 2014-02-06 12:56:08 +00:00
matthias.ringwald@gmail.com
20e1c31c98 add missing c++ protection 2014-02-05 20:49:22 +00:00
matthias.ringwald@gmail.com
f51189dbdd added setter for system ticks - useful on systems that already have a clock 2014-02-04 22:46:37 +00:00
matthias.ringwald@gmail.com
25c5e98538 validate HCI_PACKET_BUFFER_SIZE if defined 2014-02-04 21:58:34 +00:00
matthias.ringwald@gmail.com
e3344418be add PROGMEM attributes for AVR architecture 2014-02-04 21:52:30 +00:00
matthias.ringwald@gmail.com
b9fe9818fd add access to init script stored in progmem for avr 2014-02-04 21:42:45 +00:00
matthias.ringwald@gmail.com
d1fef1900d make embedded_execute_once public as suggested in #369 2014-02-04 21:08:07 +00:00
matthias.ringwald@gmail.com
60c1aada61 add c++ header protection 2014-02-04 20:49:00 +00:00
matthias.ringwald@gmail.com
efc37b8e26 ignore failed connections in SM 2014-02-04 20:48:43 +00:00
matthias.ringwald@gmail.com
da0af357c3 added more AD types 2014-02-03 18:13:11 +00:00
matthias.ringwald@gmail.com
65afca2729 split gap privacy from random address 2014-02-02 23:27:15 +00:00
matthias.ringwald@gmail.com
e0eed35876 suppport read/write access to gap_privacy 2014-02-02 22:05:30 +00:00
matthias.ringwald@gmail.com
c236c5944e add writable appearance 2014-02-02 21:33:55 +00:00
matthias.ringwald@gmail.com
01a8aec568 support writable device name 2014-02-02 21:30:39 +00:00
matthias.ringwald@gmail.com
4a4f3f5816 added GAP characteristics 2014-02-02 21:00:09 +00:00
matthias.ringwald@gmail.com
4eaba47858 minimal api to get uuid for handle 2014-02-02 20:59:26 +00:00
matthias.ringwald@gmail.com
98fbd9a22e remove debug 2014-02-02 20:58:58 +00:00
matthias.ringwald@gmail.com
17d8784103 add y/Y for gap scannable, use fixed IRK 2014-02-02 18:46:59 +00:00
matthias.ringwald@gmail.com
0ebb3f6c57 allow to set IRK 2014-02-02 18:45:00 +00:00
mila@ringwald.ch
118c628b89 keep length of default attributes and check for size 2014-02-02 09:39:47 +00:00
mila@ringwald.ch
efc65c77c7 check callback error for write requests 2014-02-02 09:39:06 +00:00
mila@ringwald.ch
72049723cc test for invalid offset first 2014-02-02 08:04:52 +00:00
mila@ringwald.ch
98e03ad7b2 reset CMAC engine state to IDLE after sending result 2014-02-01 15:13:46 +00:00
mila@ringwald.ch
2943398676 don't skip setting advertisement params anymore 2014-02-01 15:08:01 +00:00
mila@ringwald.ch
fe5b4fdf14 add write flag to work around assumed PTS bug 2014-02-01 15:07:20 +00:00
mila@ringwald.ch
b441616f64 handle and return little endian data in CMAC engine 2014-02-01 15:06:31 +00:00
mila@ringwald.ch
2696645049 more logging for CSRK/IRK 2014-02-01 15:05:43 +00:00
mila@ringwald.ch
09e218a3a4 notify client about availabe CSRK after bonding 2014-02-01 13:47:41 +00:00
mila@ringwald.ch
8436d2ee42 add toggle for long values, hexdump write value for validation by tester 2014-02-01 11:10:12 +00:00
mila@ringwald.ch
cdbacbab4d save screen estate 2014-02-01 10:31:41 +00:00
mila@ringwald.ch
6a34de0d37 also provide SM OOB and TK 2014-02-01 10:29:07 +00:00
matthias.ringwald@gmail.com
9445c11595 save screen estate 2014-02-01 07:39:41 +00:00
matthias.ringwald@gmail.com
935fdfc9a4 fix adv data composition 2014-02-01 07:36:24 +00:00
matthias.ringwald@gmail.com
e37f18fea1 remote additional 3 00 bytes 2014-02-01 07:21:05 +00:00
matthias.ringwald@gmail.com
0fa661b31f remove timer before adding it 2014-01-31 16:14:06 +00:00
matthias.ringwald@gmail.com
e84cf9a425 don't add timer twice 2014-01-31 16:12:25 +00:00
matthias.ringwald@gmail.com
101aeb7e9c put read/write/write without resposne first 2014-01-31 11:21:25 +00:00
matthias.ringwald@gmail.com
60b3df6046 make characteristics more interesting 2014-01-31 11:16:25 +00:00
matthias.ringwald@gmail.com
5d86261019 dump db on start 2014-01-31 10:42:13 +00:00
matthias.ringwald@gmail.com
85084c775a fix parsing of server characteristic configuration 2014-01-31 10:41:55 +00:00
matthias.ringwald@gmail.com
7bba990f5a limit max attribute size to 26 for invalide attribute value len errors 2014-01-31 10:21:55 +00:00
matthias.ringwald@gmail.com
e4da47b62f fix compile 2014-01-31 10:06:20 +00:00
matthias.ringwald@gmail.com
b9ccc2858d clear prepared write queue on disconnect 2014-01-31 10:04:51 +00:00
matthias.ringwald@gmail.com
019dee48ea queue attribute value related errors during prepared write 2014-01-31 10:01:28 +00:00
matthias.ringwald@gmail.com
d83370750a prepared writes need to write complete value from offset 0 2014-01-31 09:01:20 +00:00
matthias.ringwald@gmail.com
b21b3b8fd1 updated gatt compiler 2014-01-31 08:27:59 +00:00
matthias.ringwald@gmail.com
7de850761f support server charcteristic configuration, characteristic format, characteristic aggregate format 2014-01-30 21:54:01 +00:00
matthias.ringwald@gmail.com
826864a686 properly deal with authenticated signed writes 2014-01-30 19:11:08 +00:00
matthias.ringwald@gmail.com
fc47b5a5c5 check ATT_PROPERTY_WRITE_WITHOUT_RESPONSE and ATT_PROPERTY_AUTHENTICATED_SIGNED_WRITE in resp write handlers 2014-01-30 19:05:01 +00:00
matthias.ringwald@gmail.com
75aa0ba733 different write types 2014-01-30 18:51:28 +00:00